tag | line | file | source code |
fl_wait | 278 | fs/locks.c | fl->fl_wait = NULL; /* just for cleanliness */ |
fl_wait | 311 | fs/locks.c | fl->fl_wait = NULL; /* just for cleanliness */ |
fl_wait | 393 | fs/locks.c | if (fl->fl_wait == NULL) |
fl_wait | 395 | fs/locks.c | dlock_wait = fl->fl_wait; |
fl_wait | 404 | fs/locks.c | } while (dlock_wait != fl->fl_wait); |
fl_wait | 454 | fs/locks.c | interruptible_sleep_on(&new_fl->fl_wait); |
fl_wait | 455 | fs/locks.c | wake_up(&new_fl->fl_wait); |
fl_wait | 502 | fs/locks.c | interruptible_sleep_on(&fl->fl_wait); |
fl_wait | 586 | fs/locks.c | wake_up(&fl->fl_wait); |
fl_wait | 648 | fs/locks.c | tmp->fl_wait = NULL; |
fl_wait | 700 | fs/locks.c | wake_up(&bfl->fl_wait); |
fl_wait | 702 | fs/locks.c | sleep_on(&bfl->fl_wait); |
fl_wait | 705 | fs/locks.c | wake_up(&fl->fl_wait); |
fl_wait | 310 | include/linux/fs.h | struct wait_queue *fl_wait; |