Home
last modified time | relevance | path

Searched refs:nlm_debug (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/net/sunrpc/
H A Dsysctl.c38 unsigned int nlm_debug; variable
39 EXPORT_SYMBOL_GPL(nlm_debug); variable
169 .procname = "nlm_debug",
170 .data = &nlm_debug,
/kernel/linux/linux-6.6/net/sunrpc/
H A Dsysctl.c38 unsigned int nlm_debug; variable
39 EXPORT_SYMBOL_GPL(nlm_debug); variable
151 .procname = "nlm_debug",
152 .data = &nlm_debug,
/kernel/linux/linux-5.10/include/linux/lockd/
H A Ddebug.h21 # define ifdebug(flag) if (unlikely(nlm_debug & NLMDBG_##flag))
/kernel/linux/linux-6.6/include/linux/lockd/
H A Ddebug.h21 # define ifdebug(flag) if (unlikely(nlm_debug & NLMDBG_##flag))
/kernel/linux/linux-5.10/include/linux/sunrpc/
H A Ddebug.h21 extern unsigned int nlm_debug;
/kernel/linux/linux-6.6/include/linux/sunrpc/
H A Ddebug.h21 extern unsigned int nlm_debug;

Completed in 3 milliseconds