Home
last modified time | relevance | path

Searched refs:RPC_TASK_SENT (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/sunrpc/
H A Dsched.h141 #define RPC_TASK_SENT 0x0800 /* message was sent */ macro
151 #define RPC_WAS_SENT(t) ((t)->tk_flags & RPC_TASK_SENT)
/linux/net/sunrpc/
H A Dsched.c831 task->tk_flags &= ~(RPC_CALL_MAJORSEEN|RPC_TASK_SENT); in rpc_reset_task_statistics()
H A Dxprt.c1592 task->tk_flags |= RPC_TASK_SENT; in xprt_request_transmit()
H A Dclnt.c1937 (!(task->tk_flags & RPC_TASK_SENT) || in rpc_xdr_encode()
/linux/include/trace/events/
H A Dsunrpc.h350 { RPC_TASK_SENT, "SENT" }, \