Home
last modified time | relevance | path

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

/linux/net/sunrpc/
A Dxprt.c248 xprt->snd_task = NULL; in xprt_clear_locked()
269 if (task == xprt->snd_task) in xprt_reserve_xprt()
275 xprt->snd_task = task; in xprt_reserve_xprt()
333 if (task == xprt->snd_task) in xprt_reserve_xprt_cong()
338 xprt->snd_task = task; in xprt_reserve_xprt_cong()
344 xprt->snd_task = task; in xprt_reserve_xprt_cong()
379 xprt->snd_task = task; in __xprt_lock_write_func()
448 if (xprt->snd_task != task) in xprt_release_write()
886 if (xprt->snd_task != task) in xprt_lock_connect()
889 xprt->snd_task = cookie; in xprt_lock_connect()
[all …]
/linux/include/linux/sunrpc/
A Dxprt.h250 struct rpc_task * snd_task; /* Task blocked in send */ member
/linux/include/trace/events/
A Dsunrpc.h1153 __entry->snd_task_id = xprt->snd_task ?
1154 xprt->snd_task->tk_pid : -1;
1199 __entry->snd_task_id = xprt->snd_task ?
1200 xprt->snd_task->tk_pid : -1;

Completed in 17 milliseconds