Searched refs:module_param (Results 1 - 6 of 6) sorted by relevance
| /third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
| H A D | moduleparam.h | 38 #ifndef module_param 39 #define module_param(name, type, perm) macro
|
| /third_party/rust/crates/nix/test/test_kmod/hello_mod/ |
| H A D | hello.c | 10 module_param(number, int, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); 12 module_param(who, charp, 0000);
|
| /third_party/ltp/testcases/kdump/lib/lkdtm/ |
| H A D | lkdtm.c | 124 module_param(recur_count, int, 0644); 127 module_param(cpoint_name, charp, 0644); 129 module_param(cpoint_type, charp, 0644); 132 module_param(cpoint_count, int, 0644);
|
| /third_party/ltp/testcases/kernel/firmware/fw_load_kernel/ |
| H A D | ltp_fw_load.c | 43 module_param(fw_name, charp, 0444); 46 module_param(fw_size, int, 0444);
|
| /third_party/ltp/testcases/kernel/device-drivers/tbio/tbio_kernel/ |
| H A D | ltp_tbio.c | 63 module_param(nsectors, int, 0444);
|
| /third_party/ltp/scripts/ |
| H A D | checkpatch.pl | 753 ["module_param", 3], 7333 # o Ignore module_param*(...) uses with a decimal 0 permission as that has a 7357 if (!($func =~ /^(?:module_param|proc_create)/ && $val eq "0") &&
|
Completed in 10 milliseconds