Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/sunrpc/
Dsched.h168 #define RPC_PRIORITY_LOW (-1) macro
172 #define RPC_NR_PRIORITY (1 + RPC_PRIORITY_PRIVILEGED - RPC_PRIORITY_LOW)
/linux-6.6.21/net/sunrpc/
Dsched.c471 priority -= RPC_PRIORITY_LOW; in rpc_sleep_on_priority_timeout()
488 priority -= RPC_PRIORITY_LOW; in rpc_sleep_on_priority()
1112 task->tk_priority = task_setup_data->priority - RPC_PRIORITY_LOW; in rpc_init_task()
/linux-6.6.21/fs/nfs/
Dwrite.c1405 return RPC_PRIORITY_LOW; in flush_task_priority()