Home
last modified time | relevance | path

Searched refs:RPC_TASK_SENT (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/include/linux/sunrpc/
H A Dsched.h130 #define RPC_TASK_SENT 0x0800 /* message was sent */ macro
140 #define RPC_WAS_SENT(t) ((t)->tk_flags & RPC_TASK_SENT)
/kernel/linux/linux-6.6/include/linux/sunrpc/
H A Dsched.h130 #define RPC_TASK_SENT 0x0800 /* message was sent */ macro
140 #define RPC_WAS_SENT(t) ((t)->tk_flags & RPC_TASK_SENT)
/kernel/linux/linux-5.10/net/sunrpc/
H A Dsched.c808 task->tk_flags &= ~(RPC_CALL_MAJORSEEN|RPC_TASK_SENT); in rpc_reset_task_statistics()
H A Dxprt.c1512 task->tk_flags |= RPC_TASK_SENT; in xprt_request_transmit()
H A Dclnt.c1824 (!(task->tk_flags & RPC_TASK_SENT) || in rpc_task_need_encode()
/kernel/linux/linux-5.10/include/trace/events/
H A Dsunrpc.h307 TRACE_DEFINE_ENUM(RPC_TASK_SENT); variable
324 { RPC_TASK_SENT, "SENT" }, \
/kernel/linux/linux-6.6/net/sunrpc/
H A Dsched.c829 task->tk_flags &= ~(RPC_CALL_MAJORSEEN|RPC_TASK_SENT); in rpc_reset_task_statistics()
H A Dxprt.c1580 task->tk_flags |= RPC_TASK_SENT; in xprt_request_transmit()
H A Dclnt.c1919 (!(task->tk_flags & RPC_TASK_SENT) || in rpc_task_need_encode()
/kernel/linux/linux-6.6/include/trace/events/
H A Dsunrpc.h350 { RPC_TASK_SENT, "SENT" }, \

Completed in 23 milliseconds