Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/sunrpc/
Dsched.h166 #define RPC_PRIORITY_LOW (-1) macro
170 #define RPC_NR_PRIORITY (1 + RPC_PRIORITY_PRIVILEGED - RPC_PRIORITY_LOW)
/linux-4.4.14/net/sunrpc/
Dsched.c404 __rpc_sleep_on_priority(q, task, action, priority - RPC_PRIORITY_LOW); in rpc_sleep_on_priority()
906 task->tk_priority = task_setup_data->priority - RPC_PRIORITY_LOW; in rpc_init_task()
Dxprt.c204 priority = RPC_PRIORITY_LOW; in xprt_reserve_xprt()
260 priority = RPC_PRIORITY_LOW; in xprt_reserve_xprt_cong()
/linux-4.4.14/fs/nfs/
Dwrite.c1286 return RPC_PRIORITY_LOW; in flush_task_priority()