RPC_TASK_SENT     140 include/linux/sunrpc/sched.h #define RPC_WAS_SENT(t)		((t)->tk_flags & RPC_TASK_SENT)
RPC_TASK_SENT      87 include/trace/events/sunrpc.h TRACE_DEFINE_ENUM(RPC_TASK_SENT);
RPC_TASK_SENT     101 include/trace/events/sunrpc.h 		{ RPC_TASK_SENT, "SENT" },				\
RPC_TASK_SENT    1847 net/sunrpc/clnt.c 		(!(task->tk_flags & RPC_TASK_SENT) ||
RPC_TASK_SENT     818 net/sunrpc/sched.c 	task->tk_flags &= ~(RPC_CALL_MAJORSEEN|RPC_TASK_SENT);
RPC_TASK_SENT    1474 net/sunrpc/xprt.c 	task->tk_flags |= RPC_TASK_SENT;