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