module_param_named   46 arch/x86/kernel/cpu/mtrr/generic.c module_param_named(show, mtrr_show, bool, 0);
module_param_named   24 fs/afs/main.c  module_param_named(debug, afs_debug, uint, S_IWUSR | S_IRUGO);
module_param_named   47 fs/ubifs/debug.c module_param_named(debug_msgs, ubifs_msg_flags, uint, S_IRUGO | S_IWUSR);
module_param_named   48 fs/ubifs/debug.c module_param_named(debug_chks, ubifs_chk_flags, uint, S_IRUGO | S_IWUSR);
module_param_named   49 fs/ubifs/debug.c module_param_named(debug_tsts, ubifs_tst_flags, uint, S_IRUGO | S_IWUSR);
module_param_named  101 include/linux/moduleparam.h 	module_param_named(name, name, type, perm)
module_param_named  561 kernel/printk.c module_param_named(time, printk_time, bool, S_IRUGO | S_IWUSR);
module_param_named   39 net/9p/mod.c   module_param_named(debug, p9_debug_level, uint, 0);
module_param_named   50 net/irda/irmod.c module_param_named(debug, irda_debug, uint, 0);
module_param_named   27 net/netfilter/nf_conntrack_acct.c module_param_named(acct, nf_ct_acct, bool, 0644);
module_param_named  560 net/netfilter/nf_conntrack_expect.c module_param_named(expect_hashsize, nf_ct_expect_hsize, uint, 0600);
module_param_named   43 net/rfkill/rfkill.c module_param_named(default_state, rfkill_default_state, uint, 0444);
module_param_named   29 net/rxrpc/af_rxrpc.c module_param_named(debug, rxrpc_debug, uint, S_IWUSR | S_IRUGO);
module_param_named   33 net/rxrpc/rxkad.c module_param_named(debug, rxrpc_debug, uint, S_IWUSR | S_IRUGO);
module_param_named  103 sound/ppc/snd_ps3.c module_param_named(start_delay, snd_ps3_start_delay, uint, 0644);