Searched refs:RPC_TASK_RUNNING (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/linux/sunrpc/ |
H A D | sched.h | 142 #define RPC_TASK_RUNNING 0 macro 150 #define RPC_IS_RUNNING(t) test_bit(RPC_TASK_RUNNING, &(t)->tk_runstate) 151 #define rpc_set_running(t) set_bit(RPC_TASK_RUNNING, &(t)->tk_runstate) 153 test_and_set_bit(RPC_TASK_RUNNING, &(t)->tk_runstate) 157 clear_bit(RPC_TASK_RUNNING, &(t)->tk_runstate); \
|
/kernel/linux/linux-6.6/include/linux/sunrpc/ |
H A D | sched.h | 143 #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)
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | sunrpc.h | 330 TRACE_DEFINE_ENUM(RPC_TASK_RUNNING); variable 340 { (1UL << RPC_TASK_RUNNING), "RUNNING" }, \
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | sunrpc.h | 358 { (1UL << RPC_TASK_RUNNING), "RUNNING" }, \
|
Completed in 6 milliseconds