Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/lockd/
Dlockd.h57 wait_queue_head_t h_gracewait; /* wait while reclaiming */ member
/linux-6.1.9/fs/lockd/
Dclntproc.c316 wake_up_all(&host->h_gracewait); in nlmclnt_call()
330 status = nlm_wait_on_grace(&host->h_gracewait); in nlmclnt_call()
Dhost.c150 init_waitqueue_head(&host->h_gracewait); in nlm_alloc_host()