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()368 if (test_bit(XPRT_LOCKED, &xprt->state) && xprt->snd_task == task) in xprt_lock_write()380 xprt->snd_task = task; in __xprt_lock_write_func()421 if (xprt->snd_task == task) { in xprt_release_xprt()439 if (xprt->snd_task == task) { in xprt_release_xprt_cong()[all …]
903 return test_bit(XPRT_LOCKED, &xprt->state) && xprt->snd_task == tk; in xprt_needs_memalloc()
271 struct rpc_task * snd_task; /* Task blocked in send */ member
1195 if (xprt->snd_task &&1197 __entry->snd_task_id = xprt->snd_task->tk_pid;1244 if (xprt->snd_task &&1246 __entry->snd_task_id = xprt->snd_task->tk_pid;