tag | line | file | source code |
---|---|---|---|
dlock_wait | 561 | fs/locks.c | struct wait_queue *dlock_wait; |
dlock_wait | 568 | fs/locks.c | dlock_wait = fl->fl_wait; |
dlock_wait | 570 | fs/locks.c | if (dlock_wait->task == blocked_task) { |
dlock_wait | 577 | fs/locks.c | dlock_wait = dlock_wait->next; |
dlock_wait | 578 | fs/locks.c | } while (dlock_wait != fl->fl_wait); |