Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/sunrpc/
Dsched.h179 #define RPC_PRIORITY_LOW (-1) macro
183 #define RPC_NR_PRIORITY (1 + RPC_PRIORITY_PRIVILEGED - RPC_PRIORITY_LOW)
/Linux-v5.4/net/sunrpc/
Dsched.c467 priority -= RPC_PRIORITY_LOW; in rpc_sleep_on_priority_timeout()
484 priority -= RPC_PRIORITY_LOW; in rpc_sleep_on_priority()
1073 task->tk_priority = task_setup_data->priority - RPC_PRIORITY_LOW; in rpc_init_task()
/Linux-v5.4/fs/nfs/
Dwrite.c1392 return RPC_PRIORITY_LOW; in flush_task_priority()