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

/linux-4.1.27/net/sunrpc/
H A Dsysctl.c28 unsigned int rpc_debug; variable
29 EXPORT_SYMBOL_GPL(rpc_debug); variable
113 /* Display the RPC tasks on writing to rpc_debug */ proc_dodebug()
114 if (strcmp(table->procname, "rpc_debug") == 0) proc_dodebug()
140 .procname = "rpc_debug",
141 .data = &rpc_debug,
/linux-4.1.27/include/linux/sunrpc/
H A Ddebug.h17 extern unsigned int rpc_debug;
28 # define ifdebug(fac) if (unlikely(rpc_debug & RPCDBG_##fac))
/linux-4.1.27/kernel/
H A Dsysctl_binary.c882 /* CTL_RPCDEBUG "rpc_debug" no longer used */

Completed in 128 milliseconds