Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/sunrpc/
Dsched.h173 #define RPC_NR_PRIORITY (1 + RPC_PRIORITY_PRIVILEGED - RPC_PRIORITY_LOW) macro
186 struct list_head tasks[RPC_NR_PRIORITY]; /* task queue for each priority level */
/linux-6.1.9/net/sunrpc/
Dsched.c261 __rpc_init_priority_wait_queue(queue, qname, RPC_NR_PRIORITY); in rpc_init_priority_wait_queue()
611 q = &queue->tasks[RPC_NR_PRIORITY - 1]; in __rpc_find_next_queued_priority()