Home
last modified time | relevance | path

Searched full:exclude (Results 1 – 25 of 764) sorted by relevance

12345678910>>...31

/kernel/linux/linux-6.6/tools/memory-model/scripts/
Dsimpletest.sh24 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
/kernel/linux/linux-6.6/arch/mips/pci/
Dfixup-sb1250.c39 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()
/kernel/linux/linux-5.10/arch/mips/pci/
Dfixup-sb1250.c39 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()
/kernel/linux/linux-5.10/Documentation/arm64/
Dperf.rst15 Userspace always runs at EL0 and thus this attribute will exclude EL0.
26 For the host this attribute will exclude EL1 and additionally EL2 on a VHE
29 For the guest this attribute will exclude EL1. Please note that EL2 is
41 For a non-VHE host this attribute will exclude EL2 as we consider the
52 These attributes exclude the KVM host and guest, respectively.
64 For non-VHE systems we exclude EL2 for exclude_host - upon entering and
68 For VHE systems we exclude EL1 for exclude_guest and exclude both EL0,EL2
70 to include/exclude EL0 as appropriate based on the exclude_host and
/kernel/linux/linux-5.10/scripts/package/
Dmkspec32 EXCLUDES="$RCS_TAR_IGNORE --exclude=*vmlinux* --exclude=*.mod \
33 --exclude=*.o --exclude=*.ko --exclude=*.cmd --exclude=Documentation \
34 --exclude=.config.old --exclude=.missing-syscalls.d --exclude=*.s"
134 $M %exclude /lib/modules/$KERNELRELEASE/build
135 $M %exclude /lib/modules/$KERNELRELEASE/source
/kernel/linux/linux-6.6/Documentation/arch/arm64/
Dperf.rst20 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
/kernel/linux/linux-5.10/tools/perf/tests/
Dparse-events.c294 TEST_ASSERT_VAL("wrong exclude guest", !evsel->core.attr.exclude_guest); in test__checkevent_exclude_host_modifier()
295 TEST_ASSERT_VAL("wrong exclude host", evsel->core.attr.exclude_host); in test__checkevent_exclude_host_modifier()
304 TEST_ASSERT_VAL("wrong exclude guest", evsel->core.attr.exclude_guest); in test__checkevent_exclude_guest_modifier()
305 TEST_ASSERT_VAL("wrong exclude host", !evsel->core.attr.exclude_host); in test__checkevent_exclude_guest_modifier()
338 TEST_ASSERT_VAL("wrong exclude idle", evsel->core.attr.exclude_idle); in test__checkevent_exclude_idle_modifier()
339 TEST_ASSERT_VAL("wrong exclude guest", !evsel->core.attr.exclude_guest); in test__checkevent_exclude_idle_modifier()
340 TEST_ASSERT_VAL("wrong exclude host", !evsel->core.attr.exclude_host); in test__checkevent_exclude_idle_modifier()
353 TEST_ASSERT_VAL("wrong exclude idle", evsel->core.attr.exclude_idle); in test__checkevent_exclude_idle_modifier_1()
354 TEST_ASSERT_VAL("wrong exclude guest", !evsel->core.attr.exclude_guest); in test__checkevent_exclude_idle_modifier_1()
355 TEST_ASSERT_VAL("wrong exclude host", evsel->core.attr.exclude_host); in test__checkevent_exclude_idle_modifier_1()
[all …]
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/dsa/
Dbridge_mdb.sh168 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 …]
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/
Dbridge_mdb.sh168 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 …]
/kernel/linux/linux-6.6/tools/perf/tests/
Dparse-events.c372 TEST_ASSERT_VAL("wrong exclude guest", !evsel->attr.exclude_guest); in test__checkevent_exclude_host_modifier()
373 TEST_ASSERT_VAL("wrong exclude host", evsel->attr.exclude_host); in test__checkevent_exclude_host_modifier()
383 TEST_ASSERT_VAL("wrong exclude guest", evsel->attr.exclude_guest); in test__checkevent_exclude_guest_modifier()
384 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); in test__checkevent_exclude_guest_modifier()
418 TEST_ASSERT_VAL("wrong exclude idle", evsel->core.attr.exclude_idle); in test__checkevent_exclude_idle_modifier()
419 TEST_ASSERT_VAL("wrong exclude guest", !evsel->core.attr.exclude_guest); in test__checkevent_exclude_idle_modifier()
420 TEST_ASSERT_VAL("wrong exclude host", !evsel->core.attr.exclude_host); in test__checkevent_exclude_idle_modifier()
433 TEST_ASSERT_VAL("wrong exclude idle", evsel->core.attr.exclude_idle); in test__checkevent_exclude_idle_modifier_1()
434 TEST_ASSERT_VAL("wrong exclude guest", !evsel->core.attr.exclude_guest); in test__checkevent_exclude_idle_modifier_1()
435 TEST_ASSERT_VAL("wrong exclude host", evsel->core.attr.exclude_host); in test__checkevent_exclude_idle_modifier_1()
[all …]
/kernel/linux/linux-5.10/tools/perf/
Dperf-completion.sh7 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"
/kernel/linux/linux-6.6/tools/perf/
Dperf-completion.sh7 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"
/kernel/linux/linux-6.6/net/bridge/
DKconfig47 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.
/kernel/linux/linux-5.10/Documentation/admin-guide/LSM/
DLoadPin.rst23 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
/kernel/linux/linux-6.6/Documentation/admin-guide/LSM/
DLoadPin.rst23 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
/kernel/linux/linux-5.10/net/openvswitch/
DKconfig50 Say N to exclude this support and reduce the binary size.
62 Say N to exclude this support and reduce the binary size.
74 Say N to exclude this support and reduce the binary size.
/kernel/linux/linux-6.6/net/openvswitch/
DKconfig52 Say N to exclude this support and reduce the binary size.
64 Say N to exclude this support and reduce the binary size.
76 Say N to exclude this support and reduce the binary size.
/kernel/linux/linux-5.10/net/bridge/
DKconfig47 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.
/kernel/linux/linux-5.10/Documentation/trace/coresight/
Dcoresight-etm4x-reference.rst91 / exclude according to the optional parameter, or if omitted
97 ``echo addr1 addr2 [exclude] > addr_range``
101 Optional exclude value:-
104 - 1 for exclude.
186 val is a 7 bit value for exception levels to exclude. Input
648 This is the default value for the include / exclude function when
649 setting address ranges. Set 1 for exclude range. When the mode
771 Set default trace setup to exclude kernel mode trace (see note a)
778 Set default trace setup to exclude user space trace (see note a)
784 set EL exclude bits for NS state in either user space (EL0) or kernel space
/kernel/linux/linux-6.6/Documentation/trace/coresight/
Dcoresight-etm4x-reference.rst105 / 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
/kernel/linux/linux-5.10/fs/ubifs/
Dfind.c25 * @exclude_index: whether to exclude index LEBs
89 /* Exclude LEBs that are currently in use */ in scan_for_dirty_cb()
95 /* Exclude LEBs with too little space */ in scan_for_dirty_cb()
98 /* If specified, exclude index LEBs */ in scan_for_dirty_cb()
101 /* If specified, exclude empty or freeable LEBs */ in scan_for_dirty_cb()
105 /* Exclude LEBs with too little dirty space (unless it is empty) */ in scan_for_dirty_cb()
119 * @exclude_index: whether to exclude index LEBs
356 /* Exclude LEBs that are currently in use */ in scan_for_free_cb()
362 /* Exclude index LEBs */ in scan_for_free_cb()
365 /* Exclude LEBs with too little space */ in scan_for_free_cb()
[all …]
/kernel/linux/linux-6.6/fs/ubifs/
Dfind.c25 * @exclude_index: whether to exclude index LEBs
89 /* Exclude LEBs that are currently in use */ in scan_for_dirty_cb()
95 /* Exclude LEBs with too little space */ in scan_for_dirty_cb()
98 /* If specified, exclude index LEBs */ in scan_for_dirty_cb()
101 /* If specified, exclude empty or freeable LEBs */ in scan_for_dirty_cb()
105 /* Exclude LEBs with too little dirty space (unless it is empty) */ in scan_for_dirty_cb()
119 * @exclude_index: whether to exclude index LEBs
356 /* Exclude LEBs that are currently in use */ in scan_for_free_cb()
362 /* Exclude index LEBs */ in scan_for_free_cb()
365 /* Exclude LEBs with too little space */ in scan_for_free_cb()
[all …]
/kernel/linux/linux-6.6/include/net/
Damt.h266 * 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 */
/kernel/linux/linux-5.10/drivers/scsi/arm/
Dqueue.h40 * Function: struct scsi_cmnd *queue_remove_exclude_ref (queue, exclude)
43 * exclude - array of busy LUNs
47 unsigned long *exclude);
/kernel/linux/linux-6.6/drivers/scsi/arm/
Dqueue.h40 * Function: struct scsi_cmnd *queue_remove_exclude_ref (queue, exclude)
43 * exclude - array of busy LUNs
47 unsigned long *exclude);

12345678910>>...31