Home
last modified time | relevance | path

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

/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)
/include/trace/events/
Dsunrpc.h310 { RPC_TASK_SENT, "SENT" }, \