Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/sunrpc/
Dsched.h170 #define RPC_NR_PRIORITY (1 + RPC_PRIORITY_PRIVILEGED - RPC_PRIORITY_LOW) macro
183 struct list_head tasks[RPC_NR_PRIORITY]; /* task queue for each priority level */
/linux-4.1.27/net/sunrpc/
Dsched.c237 __rpc_init_priority_wait_queue(queue, qname, RPC_NR_PRIORITY); in rpc_init_priority_wait_queue()