Home
last modified time | relevance | path

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

/linux-4.19.296/fs/lockd/
Dclntlock.c36 wait_queue_head_t b_wait; /* where to wait on */ member
107 init_waitqueue_head(&block->b_wait); in nlmclnt_prepare_block()
148 ret = wait_event_interruptible_timeout(block->b_wait, in nlmclnt_block()
196 wake_up(&block->b_wait); in nlmclnt_grant()
288 wake_up(&block->b_wait); in reclaimer()