| /linux/drivers/acpi/x86/ |
| H A D | Makefile | 8 obj-$(CONFIG_X86) += blacklist.o
|
| /linux/Documentation/translations/zh_CN/maintainer/ |
| H A D | modifying-patches.rst | 38 libata: Un-break ATA blacklist
|
| /linux/drivers/pci/pcie/ |
| H A D | aspm.c | 378 static void pcie_clkpm_cap_init(struct pcie_link_state *link, int blacklist) in pcie_clkpm_cap_init() argument 401 link->clkpm_disable = blacklist ? 1 : 0; in pcie_clkpm_cap_init() 814 static void pcie_aspm_cap_init(struct pcie_link_state *link, int blacklist) in pcie_aspm_cap_init() argument 820 if (blacklist) { in pcie_aspm_cap_init() 1119 int blacklist = !!pcie_aspm_sanity_check(pdev); in pcie_aspm_init_link_state() local 1153 pcie_aspm_cap_init(link, blacklist); in pcie_aspm_init_link_state() 1156 pcie_clkpm_cap_init(link, blacklist); in pcie_aspm_init_link_state()
|
| /linux/tools/perf/tests/shell/base_probe/ |
| H A D | test_adding_blacklisted.sh | 23 BLACKFUNC_LIST=`head -n 5 /sys/kernel/debug/kprobes/blacklist 2> /dev/null | cut -f2`
|
| /linux/drivers/s390/cio/ |
| H A D | Makefile | 10 obj-y += airq.o blacklist.o chsc.o cio.o css.o chp.o idset.o isc.o \
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-sis5595.c | 54 static int blacklist[] = { variable 141 for (i = blacklist; *i != 0; i++) { in sis5595_setup()
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_progs.c | 272 for (i = 0; i < sel->blacklist.cnt; i++) { in should_run() 273 if (glob_match(name, sel->blacklist.tests[i].name) && in should_run() 274 !sel->blacklist.tests[i].subtest_cnt) in should_run() 317 if (match_subtest(&sel->blacklist, test_name, subtest_name)) in should_run_subtest() 874 { "name-blacklist", ARG_TEST_NAME_BLACKLIST, "NAMES", 0, 990 free_test_filter_set(&test_selector->blacklist); in free_test_selector() 1040 &env->test_selector.blacklist, in parse_arg() 1044 &env->test_selector.blacklist, in parse_arg()
|
| H A D | test_sockmap.c | 122 {"blacklist", required_argument, NULL, 'b' }, 154 char *blacklist; member 2030 if (!opt->blacklist) in check_blacklist() 2032 ptr = strdup(opt->blacklist); in check_blacklist() 2190 options.blacklist = strdup(optarg); in main() 2191 if (!options.blacklist) in main() 2236 if (options.blacklist) in main() 2237 free(options.blacklist); in main()
|
| H A D | test_progs.h | 66 struct test_filter_set blacklist; 65 struct test_filter_set blacklist; global() member
|
| /linux/Documentation/i2c/busses/ |
| H A D | i2c-sis5595.rst | 24 "blacklist" PCI ID and refuse to load.
|
| /linux/security/integrity/ima/ |
| H A D | Kconfig | 254 Keys may be added to the IMA or IMA blacklist keyrings, if the 265 bool "Create IMA machine owner blacklist keyrings (EXPERIMENTAL)" 270 This option creates an IMA blacklist keyring, which contains all
|
| /linux/drivers/media/usb/uvc/ |
| H A D | uvc_ctrl.c | 3217 const struct uvc_ctrl_blacklist *blacklist; in uvc_ctrl_prune_entity() local 3225 blacklist = processing_blacklist; in uvc_ctrl_prune_entity() 3232 blacklist = camera_blacklist; in uvc_ctrl_prune_entity() 3243 if (!usb_match_one_id(dev->intf, &blacklist[i].id)) in uvc_ctrl_prune_entity() 3246 if (blacklist[i].index >= 8 * size || in uvc_ctrl_prune_entity() 3247 !uvc_test_bit(controls, blacklist[i].index)) in uvc_ctrl_prune_entity() 3252 entity->id, blacklist[i].index); in uvc_ctrl_prune_entity() 3254 uvc_clear_bit(controls, blacklist[i].index); in uvc_ctrl_prune_entity()
|
| /linux/Documentation/maintainer/ |
| H A D | modifying-patches.rst | 36 libata: Un-break ATA blacklist
|
| /linux/Documentation/translations/zh_CN/dev-tools/ |
| H A D | kcsan.rst | 154 * 将 ``blacklist`` 或 ``whitelist`` 写入 ``/sys/kernel/debug/kcsan`` 会改变报告
|
| /linux/tools/perf/util/ |
| H A D | probe-event.c | 2530 static void kprobe_blacklist__delete(struct list_head *blacklist) in kprobe_blacklist__delete() argument 2534 while (!list_empty(blacklist)) { in kprobe_blacklist__delete() 2535 node = list_first_entry(blacklist, in kprobe_blacklist__delete() 2543 static int kprobe_blacklist__load(struct list_head *blacklist) in kprobe_blacklist__load() argument 2570 list_add_tail(&node->list, blacklist); in kprobe_blacklist__load() 2592 kprobe_blacklist__delete(blacklist); in kprobe_blacklist__load() 2599 kprobe_blacklist__find_by_address(struct list_head *blacklist, u64 address) in kprobe_blacklist__find_by_address() argument 2603 list_for_each_entry(node, blacklist, list) { in kprobe_blacklist__find_by_address()
|
| /linux/Documentation/hwmon/ |
| H A D | sis5595.rst | 36 "blacklist" PCI ID and refuse to load.
|
| /linux/security/integrity/ |
| H A D | Kconfig | 117 hashes to the .blacklist keyring for powerpc based platforms.
|
| /linux/Documentation/networking/device_drivers/ethernet/chelsio/ |
| H A D | cxgb.rst | 298 to the "blacklist" file located in /etc/hotplug. It has been noted that 300 does not use the blacklist file. Simply remove, or rename, the net.agent
|
| /linux/Documentation/trace/ |
| H A D | kprobes.rst | 300 Kprobes manages such functions as a blacklist. 301 If you want to add a function into the blacklist, you just need 304 Kprobes checks the given probe address against the blacklist and 305 rejects registering it, if the given address is in the blacklist.
|
| /linux/Documentation/translations/zh_TW/admin-guide/ |
| H A D | reporting-issues.rst | 415 並通過指定 ``foo.blacklist=1`` 作爲內核參數臨時阻止該模塊被加載(用有
|
| /linux/Documentation/translations/zh_CN/admin-guide/ |
| H A D | reporting-issues.rst | 414 并通过指定 ``foo.blacklist=1`` 作为内核参数临时阻止该模块被加载(用有
|
| /linux/lib/ |
| H A D | Kconfig | 425 to blacklist particular drive models, but other device drivers
|
| /linux/net/bluetooth/ |
| H A D | hci_debugfs.c | 155 DEFINE_SHOW_ATTRIBUTE(blacklist);
|
| /linux/drivers/tty/serial/8250/ |
| H A D | 8250_pci.c | 3974 static const struct pci_device_id blacklist[] = { variable 4298 exclude = pci_match_id(blacklist, dev); in pciserial_init_one()
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | fw.c | 386 byte_idx = section_content->blacklist.bit_in_chip_list >> 3; in __check_secure_blacklist() 387 bit_mask = BIT(section_content->blacklist.bit_in_chip_list & 0x7); in __check_secure_blacklist() 389 if (section_content->blacklist.ver > chip_blacklist->ver) { in __check_secure_blacklist() 391 section_content->blacklist.ver, chip_blacklist->ver); in __check_secure_blacklist() 397 section_content->blacklist.ver); in __check_secure_blacklist()
|