Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/sunrpc/
Dsched.h131 #define RPC_TASK_SENT 0x0800 /* message was sent */ macro
141 #define RPC_WAS_SENT(t) ((t)->tk_flags & RPC_TASK_SENT)
/linux-6.1.9/net/sunrpc/
Dsched.c830 task->tk_flags &= ~(RPC_CALL_MAJORSEEN|RPC_TASK_SENT); in rpc_reset_task_statistics()
Dxprt.c1580 task->tk_flags |= RPC_TASK_SENT; in xprt_request_transmit()
Dclnt.c1902 (!(task->tk_flags & RPC_TASK_SENT) || in rpc_task_need_encode()
/linux-6.1.9/include/trace/events/
Dsunrpc.h318 { RPC_TASK_SENT, "SENT" }, \