Searched refs:rpc_debug (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/sunrpc/
H A Ddebug.h43 extern unsigned int rpc_debug;
53 # define ifdebug(fac) if (unlikely(rpc_debug & RPCDBG_##fac))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/
H A Dsysctl.c26 unsigned int rpc_debug; variable
27 EXPORT_SYMBOL_GPL(rpc_debug); variable
111 /* Display the RPC tasks on writing to rpc_debug */
112 if (strcmp(table->procname, "rpc_debug") == 0)
138 .procname = "rpc_debug",
139 .data = &rpc_debug,

Completed in 106 milliseconds