Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/sunrpc/
Dsched.c275 if (waitqueue_active(&task->tk_wait)) in rpc_make_runnable()
276 wake_up(&task->tk_wait); in rpc_make_runnable()
567 __wait_event(task->tk_wait, !RPC_IS_SLEEPING(task)); in __rpc_execute()
750 init_waitqueue_head(&task->tk_wait); in rpc_init_task()
/linux-2.4.37.9/include/linux/sunrpc/
Dsched.h75 wait_queue_head_t tk_wait; /* sync: sleep on this q */ member