Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/sunrpc/
H A Dsched.c195 if (RPC_IS_PRIORITY(queue)) in __rpc_add_wait_queue()
221 if (RPC_IS_PRIORITY(queue)) in __rpc_remove_wait_queue()
631 if (RPC_IS_PRIORITY(queue)) in __rpc_find_next_queued()
/OK3568_Linux_fs/kernel/include/linux/sunrpc/
H A Dsched.h213 #define RPC_IS_PRIORITY(q) ((q)->maxpriority > 0) macro