Home
last modified time | relevance | path

Searched refs:RPC_TASK_QUEUED (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/sunrpc/
H A Dsched.h144 #define RPC_TASK_QUEUED 1 macro
155 #define RPC_IS_QUEUED(t) test_bit(RPC_TASK_QUEUED, &(t)->tk_runstate)
156 #define rpc_set_queued(t) set_bit(RPC_TASK_QUEUED, &(t)->tk_runstate)
157 #define rpc_clear_queued(t) clear_bit(RPC_TASK_QUEUED, &(t)->tk_runstate)
/openbmc/linux/net/sunrpc/
H A Dsched.c373 wake_up_bit(&task->tk_runstate, RPC_TASK_QUEUED); in rpc_make_runnable()
986 RPC_TASK_QUEUED, rpc_wait_bit_killable, in __rpc_execute()
/openbmc/linux/include/trace/events/
H A Dsunrpc.h359 { (1UL << RPC_TASK_QUEUED), "QUEUED" }, \