Home
last modified time | relevance | path

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

/linux-4.4.14/net/sunrpc/
Dxprt.c188 if (task == xprt->snd_task) in xprt_reserve_xprt()
192 xprt->snd_task = task; in xprt_reserve_xprt()
216 xprt->snd_task = NULL; in xprt_clear_locked()
239 if (task == xprt->snd_task) in xprt_reserve_xprt_cong()
244 xprt->snd_task = task; in xprt_reserve_xprt_cong()
248 xprt->snd_task = task; in xprt_reserve_xprt_cong()
286 xprt->snd_task = task; in __xprt_lock_write_func()
309 xprt->snd_task = task; in __xprt_lock_write_cong_func()
313 xprt->snd_task = task; in __xprt_lock_write_cong_func()
350 if (xprt->snd_task == task) { in xprt_release_xprt()
[all …]
Dxprtsock.c726 if (task != xprt->snd_task) in xs_tcp_release_xprt()
/linux-4.4.14/include/linux/sunrpc/
Dxprt.h222 struct rpc_task * snd_task; /* Task blocked in send */ member