Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/sunrpc/
Dsched.h130 #define RPC_TASK_SENT 0x0800 /* message was sent */ macro
139 #define RPC_WAS_SENT(t) ((t)->tk_flags & RPC_TASK_SENT)
/linux-2.6.39/net/sunrpc/
Dxprt.c909 task->tk_flags |= RPC_TASK_SENT; in xprt_transmit()