Home
last modified time | relevance | path

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

123

/Linux-v5.4/arch/mips/pci/
Dfixup-sb1250.c39 struct sb1250_bus_dma_mask_exclude *exclude = data; in sb1250_bus_dma_mask() local
43 exclude_this = exclude->set && (dev->bus->number >= exclude->start && in sb1250_bus_dma_mask()
44 dev->bus->number <= exclude->end); in sb1250_bus_dma_mask()
45 ht_bridge = !exclude->set && (dev->vendor == PCI_VENDOR_ID_SIBYTE && in sb1250_bus_dma_mask()
51 exclude->start = dev->subordinate->number; in sb1250_bus_dma_mask()
52 exclude->end = pci_bus_max_busnr(dev->subordinate); in sb1250_bus_dma_mask()
53 exclude->set = true; in sb1250_bus_dma_mask()
55 exclude->start, exclude->end); in sb1250_bus_dma_mask()
66 struct sb1250_bus_dma_mask_exclude exclude = { .set = false }; in quirk_sb1250_pci_dac() local
68 pci_walk_bus(dev->bus, sb1250_bus_dma_mask, &exclude); in quirk_sb1250_pci_dac()
/Linux-v5.4/Documentation/arm64/
Dperf.txt12 Userspace always runs at EL0 and thus this attribute will exclude EL0.
23 For the host this attribute will exclude EL1 and additionally EL2 on a VHE
26 For the guest this attribute will exclude EL1. Please note that EL2 is
38 For a non-VHE host this attribute will exclude EL2 as we consider the
49 These attributes exclude the KVM host and guest, respectively.
61 For non-VHE systems we exclude EL2 for exclude_host - upon entering and
65 For VHE systems we exclude EL1 for exclude_guest and exclude both EL0,EL2
67 to include/exclude EL0 as appropriate based on the exclude_host and
/Linux-v5.4/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"
/Linux-v5.4/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
/Linux-v5.4/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.
/Linux-v5.4/security/loadpin/
Dloadpin.c242 module_param_array_named(exclude, exclude_read_files, charp, NULL, 0);
243 MODULE_PARM_DESC(exclude, "Exclude pinning specific read file types");
/Linux-v5.4/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
/Linux-v5.4/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.
/Linux-v5.4/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()
/Linux-v5.4/Documentation/filesystems/ext4/
Dspecial_inodes.rst33 - The “exclude” inode, for snapshots(?)
/Linux-v5.4/drivers/gpu/drm/i915/
Di915_sw_fence.c527 const struct dma_fence_ops *exclude, in i915_sw_fence_await_reservation() argument
548 if (shared[i]->ops == exclude) in i915_sw_fence_await_reservation()
570 if (ret >= 0 && excl && excl->ops != exclude) { in i915_sw_fence_await_reservation()
Di915_sw_fence.h87 const struct dma_fence_ops *exclude,
/Linux-v5.4/scripts/package/
Dmkspec134 $M %exclude /lib/modules/$KERNELRELEASE/build
135 $M %exclude /lib/modules/$KERNELRELEASE/source
/Linux-v5.4/kernel/time/
Dhrtimer.c504 const struct hrtimer *exclude, in __hrtimer_next_event_base() argument
517 if (timer == exclude) { in __hrtimer_next_event_base()
530 if (exclude) in __hrtimer_next_event_base()
1334 u64 hrtimer_next_event_without(const struct hrtimer *exclude) in hrtimer_next_event_without() argument
1347 expires = __hrtimer_next_event_base(cpu_base, exclude, in hrtimer_next_event_without()
1351 expires = __hrtimer_next_event_base(cpu_base, exclude, active, in hrtimer_next_event_without()
/Linux-v5.4/
DMakefile491 export RCS_TAR_IGNORE := --exclude SCCS --exclude BitKeeper --exclude .svn \
492 --exclude CVS --exclude .pc --exclude .hg --exclude .git
1181 rsync -mrl --include='*/' --include='*\.h' --exclude='*' \
D.gitignore6 # NOTE! Please use 'git ls-files -i --exclude-standard'
/Linux-v5.4/net/tipc/
Dname_table.h117 struct list_head *dsts, int *dstcnt, u32 exclude,
/Linux-v5.4/Documentation/dev-tools/
Dubsan.rst69 To exclude files from being instrumented even if
/Linux-v5.4/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()
2605 sdp->sg_tablesize, sdp->exclude, sdp->open_cnt); in sg_proc_seq_show_debug()
/Linux-v5.4/tools/perf/util/
Dparse-events.c1614 int exclude = eu | ek | eh; in get_event_modifier() local
1622 if (!exclude) in get_event_modifier()
1623 exclude = eu = ek = eh = 1; in get_event_modifier()
1626 if (!exclude) in get_event_modifier()
1627 exclude = eu = ek = eh = 1; in get_event_modifier()
1630 if (!exclude) in get_event_modifier()
1631 exclude = eu = ek = eh = 1; in get_event_modifier()
/Linux-v5.4/Documentation/devicetree/bindings/phy/
Dphy-mtk-xsphy.txt19 exclude port's private register, if only U2 ports provided,
Dphy-mtk-tphy.txt28 exclude port's private register. It is needed on mt2701
/Linux-v5.4/Documentation/networking/device_drivers/microsoft/
Dnetvsc.txt37 To exclude UDP port numbers in hashing:
/Linux-v5.4/include/linux/
Dhrtimer.h455 extern u64 hrtimer_next_event_without(const struct hrtimer *exclude);

123