Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/sunrpc/
Dcache.h130 unsigned long thread_wait; /* How long (jiffies) we can block the member
/linux-5.19.10/drivers/dma/
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-5.19.10/net/sunrpc/
Dsvc_xprt.c782 rqstp->rq_chandle.thread_wait = 5*HZ; in svc_get_next_xprt()
784 rqstp->rq_chandle.thread_wait = 1*HZ; in svc_get_next_xprt()
Dcache.c646 &sleeper.completion, req->thread_wait) <= 0) { in cache_wait_req()