Searched refs:snd_task (Results 1 – 3 of 3) sorted by relevance
188 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 …]
726 if (task != xprt->snd_task) in xs_tcp_release_xprt()
222 struct rpc_task * snd_task; /* Task blocked in send */ member