Home
last modified time | relevance | path

Searched refs:exclude (Results 1 – 25 of 75) sorted by relevance

123

/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/tools/perf/
Dperf-completion.sh7 local exclude i j first
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-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-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-5.10/scripts/
Ddev-needs.sh43 --exclude-parents Don't follow parent devices when tracking probe
240 --exclude-devlinks)
243 --exclude-parents)
/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/kernel/gcov/
DKconfig26 To exclude files from being profiled even when CONFIG_GCOV_PROFILE_ALL
51 larger and run slower. Also be sure to exclude files from profiling
/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-5.10/security/loadpin/
Dloadpin.c260 module_param_array_named(exclude, exclude_read_files, charp, NULL, 0);
261 MODULE_PARM_DESC(exclude, "Exclude pinning specific read file types");
/kernel/linux/linux-5.10/drivers/scsi/arm/
Dqueue.h47 unsigned long *exclude);
Dqueue.c158 struct scsi_cmnd *queue_remove_exclude(Queue_t *queue, unsigned long *exclude) in queue_remove_exclude() argument
168 (u8)(q->SCpnt->device->lun & 0x7), exclude)) { in queue_remove_exclude()
/kernel/linux/linux-5.10/Documentation/filesystems/ext4/
Dspecial_inodes.rst33 - The “exclude” inode, for snapshots(?)
/kernel/linux/linux-5.10/scripts/package/
Dmkspec134 $M %exclude /lib/modules/$KERNELRELEASE/build
135 $M %exclude /lib/modules/$KERNELRELEASE/source
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
Di915_sw_fence.c565 const struct dma_fence_ops *exclude, in i915_sw_fence_await_reservation() argument
585 if (shared[i]->ops == exclude) in i915_sw_fence_await_reservation()
607 if (ret >= 0 && excl && excl->ops != exclude) { in i915_sw_fence_await_reservation()
Di915_sw_fence.h89 const struct dma_fence_ops *exclude,
/kernel/linux/linux-5.10/kernel/time/
Dhrtimer.c503 const struct hrtimer *exclude, in __hrtimer_next_event_base() argument
516 if (timer == exclude) { in __hrtimer_next_event_base()
529 if (exclude) in __hrtimer_next_event_base()
1422 u64 hrtimer_next_event_without(const struct hrtimer *exclude) in hrtimer_next_event_without() argument
1435 expires = __hrtimer_next_event_base(cpu_base, exclude, in hrtimer_next_event_without()
1439 expires = __hrtimer_next_event_base(cpu_base, exclude, active, in hrtimer_next_event_without()
/kernel/linux/linux-5.10/net/tipc/
Dname_table.h123 struct list_head *dsts, int *dstcnt, u32 exclude,
/kernel/linux/linux-5.10/
DMakefile531 export RCS_TAR_IGNORE := --exclude SCCS --exclude BitKeeper --exclude .svn \
532 --exclude CVS --exclude .pc --exclude .hg --exclude .git
1347 rsync -mrl --include='*/' --include='*\.h' --exclude='*' \
D.gitignore7 # NOTE! Please use 'git ls-files -i --exclude-standard'
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
Dcoresight-etm4x-sysfs.c13 static int etm4_set_mode_exclude(struct etmv4_drvdata *drvdata, bool exclude) in etm4_set_mode_exclude() argument
37 if (exclude == true) { in etm4_set_mode_exclude()
978 int elements, exclude; in addr_range_store() local
980 elements = sscanf(buf, "%lx %lx %x", &val1, &val2, &exclude); in addr_range_store()
1014 exclude = config->mode & ETM_MODE_EXCLUDE; in addr_range_store()
1015 etm4_set_mode_exclude(drvdata, exclude ? true : false); in addr_range_store()
1299 bool exclude = false; in addr_cmp_view_show() local
1314 exclude = config->viiectlr & BIT(idx / 2 + 16); in addr_cmp_view_show()
1323 exclude ? "exclude" : "include"); in addr_cmp_view_show()
/kernel/linux/linux-5.10/Documentation/dev-tools/
Dubsan.rst69 To exclude files from being instrumented even if
/kernel/linux/linux-5.10/drivers/scsi/
Dsg.c166 bool exclude; /* 1->open(O_EXCL) succeeded and is active */ member
264 while (sdp->exclude) { in open_wait()
268 !sdp->exclude)); in open_wait()
330 if (sdp->exclude) { in sg_open()
343 sdp->exclude = true; in sg_open()
367 sdp->exclude = false; /* undo if error */ in sg_open()
398 if (sdp->exclude) { in sg_release()
399 sdp->exclude = false; in sg_release()
2639 sdp->sg_tablesize, sdp->exclude, sdp->open_cnt); in sg_proc_seq_show_debug()
/kernel/linux/linux-5.10/tools/perf/util/
Dparse-events.c1803 int exclude = eu | ek | eh; in get_event_modifier() local
1811 if (!exclude) in get_event_modifier()
1812 exclude = eu = ek = eh = 1; in get_event_modifier()
1817 if (!exclude) in get_event_modifier()
1818 exclude = eu = ek = eh = 1; in get_event_modifier()
1821 if (!exclude) in get_event_modifier()
1822 exclude = eu = ek = eh = 1; in get_event_modifier()
/kernel/linux/linux-5.10/tools/testing/selftests/
DMakefile256 @tar caf ${TAR_PATH} --exclude=kselftest-packages -C ${INSTALL_PATH} .

123