Home
last modified time | relevance | path

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

/linux/drivers/dma/
H A Ddmatest.c249 static DECLARE_WAIT_QUEUE_HEAD(thread_wait);
290 wait_event(thread_wait, !is_threaded_test_run(info)); in dmatest_wait_get()
943 wake_up(&thread_wait); in dmatest_func()
1352 wait_event(thread_wait, !is_threaded_test_run(info)); in dmatest_init()
/linux/include/linux/sunrpc/
H A Dcache.h134 unsigned long thread_wait; /* How long (jiffies) we can block the member
/linux/net/sunrpc/
H A Dsvc_xprt.c876 rqstp->rq_chandle.thread_wait = 5 * HZ; in svc_recv()
878 rqstp->rq_chandle.thread_wait = 1 * HZ; in svc_recv()
H A Dcache.c657 &sleeper.completion, req->thread_wait) <= 0) { in cache_wait_req()