Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/sunrpc/
H A Dsched.h143 #define RPC_TASK_RUNNING 0 macro
152 test_and_set_bit(RPC_TASK_RUNNING, &(t)->tk_runstate)
153 #define rpc_clear_running(t) clear_bit(RPC_TASK_RUNNING, &(t)->tk_runstate)
/openbmc/linux/include/trace/events/
H A Dsunrpc.h358 { (1UL << RPC_TASK_RUNNING), "RUNNING" }, \