Searched refs:h_gracewait (Results 1 – 4 of 4) sorted by relevance
204 interruptible_sleep_on_timeout(&host->h_gracewait, 10*HZ); in nlmclnt_grace_wait()206 interruptible_sleep_on(&host->h_gracewait); in nlmclnt_grace_wait()260 interruptible_sleep_on(&host->h_gracewait); in nlmclnt_call()301 interruptible_sleep_on_timeout(&host->h_gracewait, 15*HZ); in nlmclnt_call()
237 wake_up(&host->h_gracewait); in reclaimer()
146 init_waitqueue_head(&host->h_gracewait); in nlm_lookup_host()
52 wait_queue_head_t h_gracewait; /* wait while reclaiming */ member