tag | line | file | source code |
fl_wait | 160 | fs/locks.c | interruptible_sleep_on(&fl->fl_wait); |
fl_wait | 191 | fs/locks.c | if (fl->fl_wait == NULL) continue; /* no queues */ |
fl_wait | 192 | fs/locks.c | dlock_wait = fl->fl_wait; |
fl_wait | 202 | fs/locks.c | } while (dlock_wait != fl->fl_wait); |
fl_wait | 257 | fs/locks.c | fl->fl_wait = NULL; /* just for cleanliness */ |
fl_wait | 394 | fs/locks.c | wake_up(&fl->fl_wait); |
fl_wait | 470 | fs/locks.c | tmp->fl_wait = NULL; |
fl_wait | 499 | fs/locks.c | wake_up(&fl->fl_wait); |
fl_wait | 273 | include/linux/fs.h | struct wait_queue *fl_wait; |