Home
last modified time | relevance | path

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

/linux/drivers/dma/
A Ddmatest.c243 static DECLARE_WAIT_QUEUE_HEAD(thread_wait);
284 wait_event(thread_wait, !is_threaded_test_run(info)); in dmatest_wait_get()
930 wake_up(&thread_wait); in dmatest_func()
1338 wait_event(thread_wait, !is_threaded_test_run(info)); in dmatest_init()
/linux/include/linux/sunrpc/
A Dcache.h131 int thread_wait; /* How long (jiffies) we can block the member
/linux/net/sunrpc/
A Dsvc_xprt.c778 rqstp->rq_chandle.thread_wait = 5*HZ; in svc_get_next_xprt()
780 rqstp->rq_chandle.thread_wait = 1*HZ; in svc_get_next_xprt()
A Dcache.c644 &sleeper.completion, req->thread_wait) <= 0) { in cache_wait_req()
696 if (req->thread_wait) { in cache_defer_req()

Completed in 13 milliseconds