Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/sunrpc/
H A Dsched.h153 #define rpc_clear_running(t) clear_bit(RPC_TASK_RUNNING, &(t)->tk_runstate) macro
/openbmc/linux/net/sunrpc/
H A Dsched.c978 rpc_clear_running(task); in __rpc_execute()