Home
last modified time | relevance | path

Searched refs:snd_task (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/net/sunrpc/
Dxprt.c249 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 …]
Dsched.c904 return test_bit(XPRT_LOCKED, &xprt->state) && xprt->snd_task == tk; in xprt_needs_memalloc()
/Linux-v6.1/include/linux/sunrpc/
Dxprt.h254 struct rpc_task * snd_task; /* Task blocked in send */ member
/Linux-v6.1/include/trace/events/
Dsunrpc.h1164 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;