Home
last modified time | relevance | path

Searched refs:RPC_IS_PRIORITY (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/include/linux/sunrpc/
Dsched.h201 #define RPC_IS_PRIORITY(q) ((q)->maxpriority > 0) macro
/linux-6.6.21/net/sunrpc/
Dsched.c210 if (RPC_IS_PRIORITY(queue)) in __rpc_add_wait_queue()
236 if (RPC_IS_PRIORITY(queue)) in __rpc_remove_wait_queue()
652 if (RPC_IS_PRIORITY(queue)) in __rpc_find_next_queued()