Home
last modified time | relevance | path

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

/include/linux/sunrpc/
Dsched.h144 #define RPC_TASK_RUNNING 0 macro
152 #define RPC_IS_RUNNING(t) test_bit(RPC_TASK_RUNNING, &(t)->tk_runstate)
153 #define rpc_set_running(t) set_bit(RPC_TASK_RUNNING, &(t)->tk_runstate)
155 test_and_set_bit(RPC_TASK_RUNNING, &(t)->tk_runstate)
159 clear_bit(RPC_TASK_RUNNING, &(t)->tk_runstate); \
/include/trace/events/
Dsunrpc.h318 { (1UL << RPC_TASK_RUNNING), "RUNNING" }, \