Home
last modified time | relevance | path

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

/linux/net/sunrpc/
H A 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()
380 xprt->snd_task = task; in __xprt_lock_write_func()
449 if (xprt->snd_task != task) in xprt_release_write()
890 if (xprt->snd_task != task) in xprt_lock_connect()
893 xprt->snd_task = cookie; in xprt_lock_connect()
[all …]
H A Dsched.c903 return test_bit(XPRT_LOCKED, &xprt->state) && xprt->snd_task == tk; in xprt_needs_memalloc()
/linux/include/linux/sunrpc/
H A Dxprt.h262 struct rpc_task * snd_task; /* Task blocked in send */ member
/linux/include/trace/events/
H A Dsunrpc.h1197 if (xprt->snd_task &&
1199 __entry->snd_task_id = xprt->snd_task->tk_pid;
1246 if (xprt->snd_task &&
1248 __entry->snd_task_id = xprt->snd_task->tk_pid;