tag | line | file | source code |
---|---|---|---|
fl_wait | 148 | fs/locks.c | interruptible_sleep_on(&fl->fl_wait); |
fl_wait | 211 | fs/locks.c | fl->fl_wait = NULL; /* just for cleanliness */ |
fl_wait | 445 | fs/locks.c | new->fl_wait = NULL; |
fl_wait | 481 | fs/locks.c | wake_up(&fl->fl_wait); |
fl_wait | 218 | include/linux/fs.h | struct wait_queue *fl_wait; |