Searched refs:RPC_TASK_WAKEUP (Results 1 – 1 of 1) sorted by relevance
118 #define RPC_TASK_WAKEUP 2 macro131 #define rpc_start_wakeup(t) (test_and_set_bit(RPC_TASK_WAKEUP, &(t)->tk_runstate) == 0)132 #define rpc_finish_wakeup(t) do { smp_mb__before_clear_bit(); clear_bit(RPC_TASK_WAKEUP, &(t)…