Home
last modified time | relevance | path

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

/linux-6.15/include/linux/sunrpc/
H A Dsched.h156 RPC_TASK_RUNNING, enumerator
165 test_and_set_bit(RPC_TASK_RUNNING, &(t)->tk_runstate)
166 #define rpc_clear_running(t) clear_bit(RPC_TASK_RUNNING, &(t)->tk_runstate)
/linux-6.15/include/trace/events/
H A Dsunrpc.h359 { (1UL << RPC_TASK_RUNNING), "RUNNING" }, \