Home
last modified time | relevance | path

Searched refs:snd_task (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/net/sunrpc/
Dxprt.c187 if (task == xprt->snd_task) in xprt_reserve_xprt()
191 xprt->snd_task = task; in xprt_reserve_xprt()
215 xprt->snd_task = NULL; in xprt_clear_locked()
238 if (task == xprt->snd_task) in xprt_reserve_xprt_cong()
243 xprt->snd_task = task; in xprt_reserve_xprt_cong()
247 xprt->snd_task = task; in xprt_reserve_xprt_cong()
283 xprt->snd_task = task; in __xprt_lock_write_func()
306 xprt->snd_task = task; in __xprt_lock_write_cong_func()
310 xprt->snd_task = task; in __xprt_lock_write_cong_func()
347 if (xprt->snd_task == task) { in xprt_release_xprt()
[all …]
Dxprtsock.c744 if (task != xprt->snd_task) in xs_tcp_release_xprt()
/linux-4.1.27/include/linux/sunrpc/
Dxprt.h210 struct rpc_task * snd_task; /* Task blocked in send */ member