Searched refs:RPC_TASK_SENT (Results 1 – 5 of 5) sorted by relevance
132 #define RPC_TASK_SENT 0x0800 /* message was sent */ macro142 #define RPC_WAS_SENT(t) ((t)->tk_flags & RPC_TASK_SENT)
824 task->tk_flags &= ~(RPC_CALL_MAJORSEEN|RPC_TASK_SENT); in rpc_reset_task_statistics()
1575 task->tk_flags |= RPC_TASK_SENT; in xprt_request_transmit()
1816 (!(task->tk_flags & RPC_TASK_SENT) || in rpc_task_need_encode()
319 { RPC_TASK_SENT, "SENT" }, \
Completed in 17 milliseconds