/linux-6.12.1/tools/memory-model/scripts/ |
D | simpletest.sh | 24 exclude="^[[:space:]]*\(" 25 exclude="${exclude}spin_lock(\|spin_unlock(\|spin_trylock(\|spin_is_locked(" 26 exclude="${exclude}\|rcu_read_lock(\|rcu_read_unlock(" 27 exclude="${exclude}\|synchronize_rcu(\|synchronize_rcu_expedited(" 28 exclude="${exclude}\|srcu_read_lock(\|srcu_read_unlock(" 29 exclude="${exclude}\|synchronize_srcu(\|synchronize_srcu_expedited(" 30 exclude="${exclude}\)" 31 if grep -q $exclude $litmus
|
/linux-6.12.1/arch/mips/pci/ |
D | fixup-sb1250.c | 39 struct sb1250_bus_dma_limit_exclude *exclude = data; in sb1250_bus_dma_limit() local 43 exclude_this = exclude->set && (dev->bus->number >= exclude->start && in sb1250_bus_dma_limit() 44 dev->bus->number <= exclude->end); in sb1250_bus_dma_limit() 45 ht_bridge = !exclude->set && (dev->vendor == PCI_VENDOR_ID_SIBYTE && in sb1250_bus_dma_limit() 51 exclude->start = dev->subordinate->number; in sb1250_bus_dma_limit() 52 exclude->end = pci_bus_max_busnr(dev->subordinate); in sb1250_bus_dma_limit() 53 exclude->set = true; in sb1250_bus_dma_limit() 55 exclude->start, exclude->end); in sb1250_bus_dma_limit() 66 struct sb1250_bus_dma_limit_exclude exclude = { .set = false }; in quirk_sb1250_pci_dac() local 68 pci_walk_bus(dev->bus, sb1250_bus_dma_limit, &exclude); in quirk_sb1250_pci_dac()
|
/linux-6.12.1/tools/testing/selftests/net/forwarding/ |
D | bridge_mdb.sh | 168 filter_mode exclude &> /dev/null 301 bridge -d mdb get dev br0 grp $grp vid 10 | grep -q "exclude" 302 check_err $? "Default filter mode is not \"exclude\"" 306 bridge mdb add dev br0 port $swp1 grp $grp vid 10 filter_mode exclude \ 322 filter_mode exclude source_list $src1 337 # Check that group timer is set for temporary (*, G) EXCLUDE, but not 340 filter_mode exclude source_list $src1 343 check_err $? "(*, G) EXCLUDE entry not added as \"temp\" when should" 348 check_fail $? "(*, G) EXCLUDE entry does not have a pending group timer" 380 ## Filter mode (include / exclude) tests. [all …]
|
D | bridge_igmp.sh | 177 .source_list != null and .filter_mode == \"exclude\")" &>/dev/null 291 .source_list != null and .filter_mode == \"exclude\")" &>/dev/null 340 log_test "IGMPv3 report $TEST_GROUP exclude -> allow" 363 log_test "IGMPv3 report $TEST_GROUP exclude -> is_include" 386 log_test "IGMPv3 report $TEST_GROUP exclude -> is_exclude" 412 log_test "IGMPv3 report $TEST_GROUP exclude -> to_exclude" 469 log_test "IGMPv3 report $TEST_GROUP exclude -> block" 519 log_test "IGMPv3 group $TEST_GROUP exclude timeout"
|
/linux-6.12.1/tools/perf/tests/ |
D | parse-events.c | 392 TEST_ASSERT_VAL("wrong exclude guest", !evsel->attr.exclude_guest); in test__checkevent_exclude_host_modifier() 393 TEST_ASSERT_VAL("wrong exclude host", evsel->attr.exclude_host); in test__checkevent_exclude_host_modifier() 403 TEST_ASSERT_VAL("wrong exclude guest", evsel->attr.exclude_guest); in test__checkevent_exclude_guest_modifier() 404 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); in test__checkevent_exclude_guest_modifier() 438 TEST_ASSERT_VAL("wrong exclude idle", evsel->core.attr.exclude_idle); in test__checkevent_exclude_idle_modifier() 439 TEST_ASSERT_VAL("wrong exclude guest", !evsel->core.attr.exclude_guest); in test__checkevent_exclude_idle_modifier() 440 TEST_ASSERT_VAL("wrong exclude host", !evsel->core.attr.exclude_host); in test__checkevent_exclude_idle_modifier() 453 TEST_ASSERT_VAL("wrong exclude idle", evsel->core.attr.exclude_idle); in test__checkevent_exclude_idle_modifier_1() 454 TEST_ASSERT_VAL("wrong exclude guest", !evsel->core.attr.exclude_guest); in test__checkevent_exclude_idle_modifier_1() 455 TEST_ASSERT_VAL("wrong exclude host", evsel->core.attr.exclude_host); in test__checkevent_exclude_idle_modifier_1() [all …]
|
/linux-6.12.1/Documentation/arch/arm64/ |
D | perf.rst | 20 Userspace always runs at EL0 and thus this attribute will exclude EL0. 31 For the host this attribute will exclude EL1 and additionally EL2 on a VHE 34 For the guest this attribute will exclude EL1. Please note that EL2 is 46 For a non-VHE host this attribute will exclude EL2 as we consider the 57 These attributes exclude the KVM host and guest, respectively. 69 For non-VHE systems we exclude EL2 for exclude_host - upon entering and 73 For VHE systems we exclude EL1 for exclude_guest and exclude both EL0,EL2 75 to include/exclude EL0 as appropriate based on the exclude_host and
|
/linux-6.12.1/tools/perf/ |
D | perf-completion.sh | 7 local exclude i j first 8 # Which word separators to exclude? 9 exclude="${1//[^$COMP_WORDBREAKS]}" 11 if [ -z "$exclude" ]; then 25 [ "${COMP_WORDS[$i]//[^$exclude]}" = "${COMP_WORDS[$i]}" ] 62 local exclude cur_ words_ cword_ 64 exclude=$2 67 __my_reassemble_comp_words_by_ref "$exclude"
|
/linux-6.12.1/net/bridge/ |
D | Kconfig | 47 Say N to exclude this support and reduce the binary size. 61 Say N to exclude this support and reduce the binary size. 73 Say N to exclude this support and reduce the binary size. 84 Say N to exclude this support and reduce the binary size.
|
/linux-6.12.1/Documentation/admin-guide/LSM/ |
D | LoadPin.rst | 23 It's also possible to exclude specific file types from LoadPin using kernel 24 command line option "``loadpin.exclude``". By default, all files are 26 as "``loadpin.exclude=kernel-module,kexec-image``". This allows to use
|
/linux-6.12.1/net/openvswitch/ |
D | Kconfig | 53 Say N to exclude this support and reduce the binary size. 65 Say N to exclude this support and reduce the binary size. 77 Say N to exclude this support and reduce the binary size.
|
/linux-6.12.1/fs/ubifs/ |
D | find.c | 25 * @exclude_index: whether to exclude index LEBs 90 /* Exclude LEBs that are currently in use */ in scan_for_dirty_cb() 96 /* Exclude LEBs with too little space */ in scan_for_dirty_cb() 99 /* If specified, exclude index LEBs */ in scan_for_dirty_cb() 102 /* If specified, exclude empty or freeable LEBs */ in scan_for_dirty_cb() 106 /* Exclude LEBs with too little dirty space (unless it is empty) */ in scan_for_dirty_cb() 120 * @exclude_index: whether to exclude index LEBs 357 /* Exclude LEBs that are currently in use */ in scan_for_free_cb() 363 /* Exclude index LEBs */ in scan_for_free_cb() 366 /* Exclude LEBs with too little space */ in scan_for_free_cb() [all …]
|
/linux-6.12.1/Documentation/trace/coresight/ |
D | coresight-etm4x-reference.rst | 105 / exclude according to the optional parameter, or if omitted 111 ``echo addr1 addr2 [exclude] > addr_range`` 115 Optional exclude value:- 118 - 1 for exclude. 200 val is a 7 bit value for exception levels to exclude. Input 662 This is the default value for the include / exclude function when 663 setting address ranges. Set 1 for exclude range. When the mode 800 Set default trace setup to exclude kernel mode trace (see note a) 807 Set default trace setup to exclude user space trace (see note a) 813 set EL exclude bits for NS state in either user space (EL0) or kernel space
|
/linux-6.12.1/include/net/ |
D | amt.h | 266 * When the router is in EXCLUDE mode, the router state is represented 267 * by the notation EXCLUDE (X,Y), where X is called the "Requested List" 268 * and Y is called the "Exclude List". All sources, except those from 269 * the Exclude List, will be forwarded by the router 275 /* Node of Exclude List */
|
/linux-6.12.1/drivers/scsi/arm/ |
D | queue.h | 40 * Function: struct scsi_cmnd *queue_remove_exclude_ref (queue, exclude) 43 * exclude - array of busy LUNs 47 unsigned long *exclude);
|
D | queue.c | 156 * Function: struct scsi_cmnd *queue_remove_exclude (queue, exclude) 159 * exclude - bit array of target&lun which is busy 162 struct scsi_cmnd *queue_remove_exclude(Queue_t *queue, unsigned long *exclude) in queue_remove_exclude() argument 172 (u8)(q->SCpnt->device->lun & 0x7), exclude)) { in queue_remove_exclude()
|
/linux-6.12.1/drivers/net/ |
D | amt.c | 304 /* When a router filter-mode for a group is EXCLUDE, in amt_source_work() 391 * EXCLUDE Timer > 0 At least one listener 392 * in EXCLUDE mode. 394 * EXCLUDE Timer == 0 No more listeners in 395 * EXCLUDE mode for the 405 * List, and the Exclude 1451 * EXCLUDE (X,Y) IS_IN (A) EXCLUDE (X+A,Y-A) 1620 * EXCLUDE (X,Y) IS_IN (A) EXCLUDE (X+A,Y-A) (A)=GMI in amt_mcast_is_in_handler() 1637 /* Update EXCLUDE (, Y-A) as D_FWD_NEW */ in amt_mcast_is_in_handler() 1653 * INCLUDE (A) IS_EX (B) EXCLUDE (A*B,B-A) (B-A)=0 in amt_mcast_is_ex_handler() [all …]
|
/linux-6.12.1/arch/arm/mach-realtek/ |
D | rtd1195.c | 22 /* Exclude boot ROM from RAM */ in rtd1195_reserve() 25 /* Exclude peripheral register spaces from RAM */ in rtd1195_reserve()
|
/linux-6.12.1/kernel/gcov/ |
D | Kconfig | 27 To exclude files from being profiled even when CONFIG_GCOV_PROFILE_ALL 52 larger and run slower. Also be sure to exclude files from profiling
|
/linux-6.12.1/arch/arm/mm/ |
D | pmsa-v8.c | 254 /* RAM and IO: exclude kernel */ in pmsav8_setup() 259 /* RAM and IO: exclude xip */ in pmsav8_setup() 265 /* RAM and IO: exclude vectors */ in pmsav8_setup() 269 /* IO: exclude RAM */ in pmsav8_setup()
|
/linux-6.12.1/scripts/ |
D | dev-needs.sh | 40 --exclude-devlinks Don't follow device links when tracking probe 43 --exclude-parents Don't follow parent devices when tracking probe 240 --exclude-devlinks) 243 --exclude-parents)
|
/linux-6.12.1/arch/x86/kernel/ |
D | crash.c | 188 /* Exclude the low 1M because it is always reserved */ in elf_header_exclude_ranges() 193 /* Exclude crashkernel region */ in elf_header_exclude_ranges() 231 /* Exclude unwanted mem ranges */ in prepare_elf_headers() 286 /* Exclude elf header region */ in memmap_exclude_ranges() 339 /* Exclude some ranges from crashk_res and add rest to memmap */ in crash_setup_memmap_entries()
|
/linux-6.12.1/tools/testing/kunit/ |
D | run_checks.py | 26 …'mypy': ['mypy', '--config-file', 'mypy.ini', '--exclude', '_test.py$', '--exclude', 'qemu_configs…
|
/linux-6.12.1/tools/testing/selftests/net/ |
D | test_vxlan_mdb.sh | 548 …run_cmd "bridge -n $ns1 mdb add dev vx0 port vx0 grp $grp permanent filter_mode exclude source_lis… 555 …run_cmd "bridge -n $ns1 mdb replace dev vx0 port vx0 grp $grp permanent filter_mode exclude source… 571 run_cmd "bridge -n $ns1 -d -s mdb get dev vx0 grp $grp src_vni 10010 | grep exclude" 582 …run_cmd "bridge -n $ns1 mdb replace dev vx0 port vx0 grp $grp permanent filter_mode exclude source… 583 run_cmd "bridge -n $ns1 -d -s mdb get dev vx0 grp $grp src_vni 10010 | grep exclude" 584 log_test $? 0 "(*, G) MDB entry after replacing filter mode to \"exclude\"" 586 log_test $? 0 "(S, G) MDB entry after replacing filter mode to \"exclude\"" 588 log_test $? 0 "\"blocked\" flag after replacing filter mode to \"exclude\"" 597 …run_cmd "bridge -n $ns1 mdb replace dev vx0 port vx0 grp $grp permanent filter_mode exclude source… 605 …run_cmd "bridge -n $ns1 mdb replace dev vx0 port vx0 grp $grp permanent filter_mode exclude source… [all …]
|
/linux-6.12.1/tools/net/sunrpc/xdrgen/ |
D | README | 153 Pragma exclude 156 pragma exclude <RPC procedure> ; 168 pragma exclude NFSPROC3_READDIRPLUS;
|
/linux-6.12.1/tools/memory-model/Documentation/ |
D | glossary.txt | 49 external" (coe) link is used when it is necessary to exclude 112 external" (fre) link is used when it is necessary to exclude 153 external" (rfe) link is used when it is necessary to exclude
|