Home
last modified time | relevance | path

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

/linux/include/linux/sunrpc/
H A Dsched.h180 #define RPC_PRIORITY_LOW (-1) macro
184 #define RPC_NR_PRIORITY (1 + RPC_PRIORITY_PRIVILEGED - RPC_PRIORITY_LOW)
/linux/net/sunrpc/
H A Dsched.c473 priority -= RPC_PRIORITY_LOW; in rpc_sleep_on_priority_timeout()
490 priority -= RPC_PRIORITY_LOW; in rpc_sleep_on_priority()
1112 task->tk_priority = task_setup_data->priority - RPC_PRIORITY_LOW; in rpc_init_task()