tag | line | file | source code |
---|---|---|---|
fl_wait | 153 | fs/locks.c | interruptible_sleep_on(&fl->fl_wait); |
fl_wait | 223 | fs/locks.c | fl->fl_wait = NULL; /* just for cleanliness */ |
fl_wait | 365 | fs/locks.c | wake_up(&fl->fl_wait); |
fl_wait | 431 | fs/locks.c | tmp->fl_wait = NULL; |
fl_wait | 453 | fs/locks.c | wake_up(&fl->fl_wait); |
fl_wait | 222 | include/linux/fs.h | struct wait_queue *fl_wait; |