Home
last modified time | relevance | path

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

/linux-2.6.39/net/sunrpc/
Dsched.c130 if (RPC_IS_PRIORITY(queue)) in __rpc_add_wait_queue()
165 if (RPC_IS_PRIORITY(queue)) in __rpc_remove_wait_queue()
463 if (RPC_IS_PRIORITY(queue)) in rpc_wake_up_next()
/linux-2.6.39/include/linux/sunrpc/
Dsched.h208 #define RPC_IS_PRIORITY(q) ((q)->maxpriority > 0) macro