Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/sunrpc/
Dsched.c261 if (RPC_IS_SLEEPING(task)) { in rpc_make_runnable()
560 while (RPC_IS_SLEEPING(task)) { in __rpc_execute()
567 __wait_event(task->tk_wait, !RPC_IS_SLEEPING(task)); in __rpc_execute()
/linux-2.4.37.9/include/linux/sunrpc/
Dsched.h127 #define RPC_IS_SLEEPING(t) (test_bit(RPC_TASK_SLEEPING, &(t)->tk_runstate)) macro