Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/lockd/
Dclntproc.c204 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()
Dclntlock.c237 wake_up(&host->h_gracewait); in reclaimer()
Dhost.c146 init_waitqueue_head(&host->h_gracewait); in nlm_lookup_host()
/linux-2.4.37.9/include/linux/lockd/
Dlockd.h52 wait_queue_head_t h_gracewait; /* wait while reclaiming */ member