Home
last modified time | relevance | path

Searched refs:RPC_TASK_MSG_PIN_WAIT (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/sunrpc/
H A Dsched.h148 #define RPC_TASK_MSG_PIN_WAIT 5 macro
/openbmc/linux/net/sunrpc/
H A Dxprt.c1109 if (!test_bit(RPC_TASK_MSG_PIN_WAIT, &req->rq_task->tk_runstate)) { in xprt_unpin_rqst()
1446 set_bit(RPC_TASK_MSG_PIN_WAIT, &task->tk_runstate); in xprt_request_dequeue_xprt()
1450 clear_bit(RPC_TASK_MSG_PIN_WAIT, &task->tk_runstate); in xprt_request_dequeue_xprt()
/openbmc/linux/include/trace/events/
H A Dsunrpc.h363 { (1UL << RPC_TASK_MSG_PIN_WAIT), "MSG_PIN_WAIT" }, \