Home
last modified time | relevance | path

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

/Linux-v4.19/net/sunrpc/
Dxprt.c189 if (task == xprt->snd_task) in xprt_reserve_xprt()
193 xprt->snd_task = task; in xprt_reserve_xprt()
217 xprt->snd_task = NULL; in xprt_clear_locked()
240 if (task == xprt->snd_task) in xprt_reserve_xprt_cong()
245 xprt->snd_task = task; in xprt_reserve_xprt_cong()
249 xprt->snd_task = task; in xprt_reserve_xprt_cong()
287 xprt->snd_task = task; in __xprt_lock_write_func()
311 xprt->snd_task = task; in __xprt_lock_write_cong_func()
315 xprt->snd_task = task; in __xprt_lock_write_cong_func()
353 if (xprt->snd_task == task) { in xprt_release_xprt()
[all …]
Dxprtsock.c765 if (task != xprt->snd_task) in xs_tcp_release_xprt()
/Linux-v4.19/include/linux/sunrpc/
Dxprt.h239 struct rpc_task * snd_task; /* Task blocked in send */ member