Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/sunrpc/
Dsched.h137 #define RPC_IS_SWAPPER(t) ((t)->tk_flags & RPC_TASK_SWAPPER) macro
/Linux-v5.4/net/sunrpc/
Dsched.c214 else if (RPC_IS_SWAPPER(task)) in __rpc_add_wait_queue()
1016 if (RPC_IS_SWAPPER(task)) in rpc_malloc()
Dxprt.c1259 } else if (RPC_IS_SWAPPER(task)) { in xprt_request_enqueue_transmit()
1263 if (RPC_IS_SWAPPER(pos->rq_task)) in xprt_request_enqueue_transmit()
/Linux-v5.4/net/sunrpc/xprtrdma/
Dtransport.c626 if (RPC_IS_SWAPPER(task)) in xprt_rdma_allocate()