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