Home
last modified time | relevance | path

Searched refs:fl_wait (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/fs/afs/
Dflock.c102 wake_up(&p->fl_wait); in afs_grant_locks()
128 wake_up(&p->fl_wait); in afs_next_locker()
145 wake_up(&next->fl_wait); in afs_next_locker()
169 wake_up(&p->fl_wait); in afs_kill_lockers_enoent()
644 ret = wait_event_interruptible(fl->fl_wait, in afs_do_setlk()
/kernel/linux/linux-5.10/fs/
Dlocks.c340 init_waitqueue_head(&fl->fl_wait); in locks_init_lock_heads()
357 BUG_ON(waitqueue_active(&fl->fl_wait)); in locks_release_private()
741 wake_up(&waiter->fl_wait); in __locks_wake_up_blocks()
1391 error = wait_event_interruptible(fl->fl_wait, in posix_lock_inode_wait()
1477 error = wait_event_interruptible(fl.fl_wait, in locks_mandatory_area()
1683 error = wait_event_interruptible_timeout(new_fl->fl_wait, in __break_lease()
2169 error = wait_event_interruptible(fl->fl_wait, in flock_lock_inode_wait()
2447 error = wait_event_interruptible(fl->fl_wait, in do_lock_file_wait()
/kernel/linux/linux-5.10/include/linux/
Dfs.h1078 wait_queue_head_t fl_wait; member