Searched refs:snd_task (Results 1 – 2 of 2) sorted by relevance
184 xprt->snd_task = NULL; in xprt_clear_locked()207 if (task == xprt->snd_task) in xprt_reserve_xprt()213 xprt->snd_task = task; in xprt_reserve_xprt()271 if (task == xprt->snd_task) in xprt_reserve_xprt_cong()276 xprt->snd_task = task; in xprt_reserve_xprt_cong()282 xprt->snd_task = task; in xprt_reserve_xprt_cong()303 if (test_bit(XPRT_LOCKED, &xprt->state) && xprt->snd_task == task) in xprt_lock_write()315 xprt->snd_task = task; in __xprt_lock_write_func()356 if (xprt->snd_task == task) { in xprt_release_xprt()373 if (xprt->snd_task == task) { in xprt_release_xprt_cong()[all …]
247 struct rpc_task * snd_task; /* Task blocked in send */ member