Searched refs:snd_task (Results 1 – 4 of 4) sorted by relevance
249 xprt->snd_task = NULL; in xprt_clear_locked()270 if (task == xprt->snd_task) in xprt_reserve_xprt()276 xprt->snd_task = task; in xprt_reserve_xprt()334 if (task == xprt->snd_task) in xprt_reserve_xprt_cong()339 xprt->snd_task = task; in xprt_reserve_xprt_cong()345 xprt->snd_task = task; in xprt_reserve_xprt_cong()380 xprt->snd_task = task; in __xprt_lock_write_func()449 if (xprt->snd_task != task) in xprt_release_write()887 if (xprt->snd_task != task) in xprt_lock_connect()890 xprt->snd_task = cookie; in xprt_lock_connect()[all …]
904 return test_bit(XPRT_LOCKED, &xprt->state) && xprt->snd_task == tk; in xprt_needs_memalloc()
254 struct rpc_task * snd_task; /* Task blocked in send */ member
1164 if (xprt->snd_task &&1166 __entry->snd_task_id = xprt->snd_task->tk_pid;1213 if (xprt->snd_task &&1215 __entry->snd_task_id = xprt->snd_task->tk_pid;
Completed in 14 milliseconds