Searched refs:rpc_sleep_on_priority (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/include/linux/sunrpc/ |
D | sched.h | 228 void rpc_sleep_on_priority(struct rpc_wait_queue *,
|
/Linux-v4.19/net/sunrpc/ |
D | sched.c | 390 void rpc_sleep_on_priority(struct rpc_wait_queue *q, struct rpc_task *task, in rpc_sleep_on_priority() function 408 EXPORT_SYMBOL_GPL(rpc_sleep_on_priority);
|
D | xprt.c | 210 rpc_sleep_on_priority(&xprt->sending, task, NULL, priority); in xprt_reserve_xprt() 266 rpc_sleep_on_priority(&xprt->sending, task, NULL, priority); in xprt_reserve_xprt_cong()
|
/Linux-v4.19/fs/nfs/ |
D | nfs4proc.c | 1015 rpc_sleep_on_priority(&tbl->slot_tbl_waitq, task, in nfs4_setup_sequence()
|