/linux/arch/mips/pci/ |
A 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/Documentation/arm64/ |
A D | perf.rst | 17 Userspace always runs at EL0 and thus this attribute will exclude EL0. 28 For the host this attribute will exclude EL1 and additionally EL2 on a VHE 31 For the guest this attribute will exclude EL1. Please note that EL2 is 43 For a non-VHE host this attribute will exclude EL2 as we consider the 54 These attributes exclude the KVM host and guest, respectively. 66 For non-VHE systems we exclude EL2 for exclude_host - upon entering and 70 For VHE systems we exclude EL1 for exclude_guest and exclude both EL0,EL2 72 to include/exclude EL0 as appropriate based on the exclude_host and
|
/linux/tools/perf/ |
A D | perf-completion.sh | 7 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/net/bridge/ |
A 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/Documentation/admin-guide/LSM/ |
A 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/scripts/ |
A D | dev-needs.sh | 43 --exclude-parents Don't follow parent devices when tracking probe 240 --exclude-devlinks) 243 --exclude-parents)
|
/linux/net/openvswitch/ |
A D | Kconfig | 50 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/Documentation/trace/coresight/ |
A D | coresight-etm4x-reference.rst | 91 / 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
|
/linux/kernel/gcov/ |
A D | Kconfig | 28 To exclude files from being profiled even when CONFIG_GCOV_PROFILE_ALL 53 larger and run slower. Also be sure to exclude files from profiling
|
/linux/security/loadpin/ |
A D | loadpin.c | 254 module_param_array_named(exclude, exclude_read_files, charp, NULL, 0); 255 MODULE_PARM_DESC(exclude, "Exclude pinning specific read file types");
|
/linux/drivers/scsi/arm/ |
A D | queue.c | 158 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()
|
A D | queue.h | 47 unsigned long *exclude);
|
/linux/scripts/package/ |
A D | mkspec | 134 $M %exclude /lib/modules/$KERNELRELEASE/build 135 $M %exclude /lib/modules/$KERNELRELEASE/source
|
/linux/drivers/gpu/drm/i915/ |
A D | i915_sw_fence.c | 570 const struct dma_fence_ops *exclude, in i915_sw_fence_await_reservation() argument 590 if (shared[i]->ops == exclude) in i915_sw_fence_await_reservation() 612 if (ret >= 0 && excl && excl->ops != exclude) { in i915_sw_fence_await_reservation()
|
A D | i915_sw_fence.h | 89 const struct dma_fence_ops *exclude,
|
/linux/ |
A D | Makefile | 546 export RCS_TAR_IGNORE := --exclude SCCS --exclude BitKeeper --exclude .svn \ 547 --exclude CVS --exclude .pc --exclude .hg --exclude .git 1269 rsync -mrl --include='*/' --include='*\.h' --exclude='*' \
|
A D | .gitignore | 7 # NOTE! Please use 'git ls-files -i --exclude-standard'
|
/linux/kernel/time/ |
A D | hrtimer.c | 503 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() 1502 u64 hrtimer_next_event_without(const struct hrtimer *exclude) in hrtimer_next_event_without() argument 1515 expires = __hrtimer_next_event_base(cpu_base, exclude, in hrtimer_next_event_without() 1519 expires = __hrtimer_next_event_base(cpu_base, exclude, active, in hrtimer_next_event_without()
|
/linux/Documentation/filesystems/ext4/ |
A D | special_inodes.rst | 33 - The “exclude” inode, for snapshots(?)
|
/linux/arch/mips/net/ |
A D | bpf_jit_comp32.c | 531 int exclude, k; in emit_divmod_r64() local 565 exclude = BIT(lo(dst)) | BIT(hi(dst)); in emit_divmod_r64() 567 exclude, JIT_RESERVED_STACK); in emit_divmod_r64() 717 u32 exclude = 0; in emit_atomic_r32() local 779 exclude = BIT(src); in emit_atomic_r32() 785 exclude, JIT_RESERVED_STACK); in emit_atomic_r32() 802 u32 exclude = 0; in emit_atomic_r64() local 861 exclude = BIT(src[0]) | BIT(src[1]); in emit_atomic_r64() 867 exclude, JIT_RESERVED_STACK); in emit_atomic_r64()
|
/linux/net/tipc/ |
A D | name_table.h | 123 u32 exclude, bool mcast);
|
/linux/Documentation/translations/zh_CN/doc-guide/ |
A D | kernel-doc.rst | 497 $(git grep -l '/\*\*' -- . ":(exclude)Documentation" ":(exclude)tools") \
|
/linux/tools/memory-model/Documentation/ |
A 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
|
/linux/drivers/hwtracing/coresight/ |
A D | coresight-etm4x-sysfs.c | 14 static int etm4_set_mode_exclude(struct etmv4_drvdata *drvdata, bool exclude) in etm4_set_mode_exclude() argument 38 if (exclude == true) { in etm4_set_mode_exclude() 977 int elements, exclude; in addr_range_store() local 979 elements = sscanf(buf, "%lx %lx %x", &val1, &val2, &exclude); in addr_range_store() 1013 exclude = config->mode & ETM_MODE_EXCLUDE; in addr_range_store() 1014 etm4_set_mode_exclude(drvdata, exclude ? true : false); in addr_range_store() 1298 bool exclude = false; in addr_cmp_view_show() local 1313 exclude = config->viiectlr & BIT(idx / 2 + 16); in addr_cmp_view_show() 1322 exclude ? "exclude" : "include"); in addr_cmp_view_show()
|
/linux/drivers/scsi/ |
A D | sg.c | 167 bool exclude; /* 1->open(O_EXCL) succeeded and is active */ member 265 while (sdp->exclude) { in open_wait() 269 !sdp->exclude)); in open_wait() 331 if (sdp->exclude) { in sg_open() 344 sdp->exclude = true; in sg_open() 368 sdp->exclude = false; /* undo if error */ in sg_open() 399 if (sdp->exclude) { in sg_release() 400 sdp->exclude = false; in sg_release() 2588 sdp->sg_tablesize, sdp->exclude, sdp->open_cnt); in sg_proc_seq_show_debug()
|