Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/nfs/
Dflushd.c118 interruptible_sleep_on_timeout(&cache->request_wait, 1 * HZ); in nfs_reqlist_exit()
136 init_waitqueue_head(&cache->request_wait); in nfs_reqlist_alloc()
203 wake_up(&cache->request_wait); in nfs_flushd_exit()
/linux-2.4.37.9/include/linux/
Dnfs_flushd.h44 wait_queue_head_t request_wait; member