Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/dma/
Ddmatest.c242 static DECLARE_WAIT_QUEUE_HEAD(thread_wait);
283 wait_event(thread_wait, !is_threaded_test_run(info)); in dmatest_wait_get()
929 wake_up(&thread_wait); in dmatest_func()
1337 wait_event(thread_wait, !is_threaded_test_run(info)); in dmatest_init()
/Linux-v6.6/include/linux/sunrpc/
Dcache.h134 unsigned long thread_wait; /* How long (jiffies) we can block the member
/Linux-v6.6/net/sunrpc/
Dsvc_xprt.c765 rqstp->rq_chandle.thread_wait = 5*HZ; in svc_get_next_xprt()
767 rqstp->rq_chandle.thread_wait = 1*HZ; in svc_get_next_xprt()
Dcache.c646 &sleeper.completion, req->thread_wait) <= 0) { in cache_wait_req()