| /linux/arch/mips/pci/ |
| H 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/tools/memory-model/scripts/ |
| H A D | simpletest.sh | 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/tools/perf/ |
| H A 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/Documentation/arch/arm64/ |
| H A 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/Documentation/admin-guide/LSM/ |
| H 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/net/bridge/ |
| H 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/scripts/ |
| H 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/ |
| H A 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/tools/testing/selftests/net/forwarding/ |
| H A D | bridge_mdb.sh | 172 filter_mode exclude &> /dev/null 305 bridge -d mdb get dev br0 grp $grp vid 10 | grep -q "exclude" 306 check_err $? "Default filter mode is not \"exclude\"" 310 bridge mdb add dev br0 port $swp1 grp $grp vid 10 filter_mode exclude \ 326 filter_mode exclude source_list $src1 344 filter_mode exclude source_list $src1 384 ## Filter mode (include / exclude) tests. 401 filter_mode exclude source_list $src1 403 bridge -d mdb get dev br0 grp $grp vid 10 | grep -q "exclude" 404 check_err $? "(*, G) EXCLUDE not added with \"exclude\" filte [all...] |
| /linux/tools/testing/selftests/kvm/arm64/ |
| H A D | vgic_irq.c | 364 const unsigned long *exclude, in test_inject_preemption() argument 385 if (exclude && test_bit(i, exclude)) in test_inject_preemption() 400 if (exclude && test_bit(intid - first_intid, exclude)) in test_inject_preemption() 410 if (exclude && test_bit(i, exclude)) in test_inject_preemption() 421 if (exclude && test_bit(i, exclude)) in test_inject_preemption()
|
| /linux/kernel/gcov/ |
| H A 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/Documentation/trace/coresight/ |
| H A 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/Documentation/dev-tools/ |
| H A D | ubsan.rst | 56 To exclude files from being instrumented use:: 60 and to exclude all targets in one directory use::
|
| /linux/arch/arm64/kvm/ |
| H A D | config.c | 1351 unsigned long exclude) in get_reg_fixed_bits() 1362 if (map[i].flags & exclude) in get_reg_fixed_bits() 1393 unsigned long exclude) in get_reg_fixed_bits() 1398 require, exclude); in get_reg_fixed_bits() 1411 resx.res0 |= compute_resx_bits(kvm, &r->feat_map, 1, require, exclude).res0; in get_reg_fixed_bits() 1234 __compute_fixed_bits(struct kvm * kvm,const struct reg_bits_to_feat_map * map,int map_size,u64 * fixed_bits,unsigned long require,unsigned long exclude) __compute_fixed_bits() argument 1265 compute_res0_bits(struct kvm * kvm,const struct reg_bits_to_feat_map * map,int map_size,unsigned long require,unsigned long exclude) compute_res0_bits() argument 1273 compute_reg_res0_bits(struct kvm * kvm,const struct reg_feat_map_desc * r,unsigned long require,unsigned long exclude) compute_reg_res0_bits() argument 1297 compute_reg_fixed_bits(struct kvm * kvm,const struct reg_feat_map_desc * r,u64 * fixed_bits,unsigned long require,unsigned long exclude) compute_reg_fixed_bits() argument
|
| /linux/drivers/scsi/arm/ |
| H A D | queue.h | 47 unsigned long *exclude);
|
| H A D | queue.c | 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/drivers/misc/mchp_pci1xxxx/ |
| H A D | Kconfig | 12 Select yes, no or module here to include or exclude the driver
|
| /linux/security/loadpin/ |
| H A D | loadpin.c | 446 module_param_array_named(exclude, exclude_read_files, charp, NULL, 0); 447 MODULE_PARM_DESC(exclude, "Exclude pinning specific read file types");
|
| /linux/scripts/package/ |
| H A D | kernel.spec | 152 %exclude /kernel.list 168 %exclude /debuginfo.list
|
| /linux/Documentation/filesystems/ext4/ |
| H A D | special_inodes.rst | 33 - The “exclude” inode, for snapshots(?)
|
| /linux/fs/afs/ |
| H A D | fs_probe.c | 497 unsigned long exclude, bool is_intr) in afs_wait_for_one_fs_probe() argument 511 (estate->responsive_set & ~exclude) || in afs_wait_for_one_fs_probe() 523 if (estate->responsive_set & ~exclude) in afs_wait_for_one_fs_probe()
|
| /linux/kernel/time/ |
| H A D | hrtimer.c | 513 const struct hrtimer *exclude, in __hrtimer_next_event_base() 526 if (timer == exclude) { in __hrtimer_next_event_base() 539 if (exclude) in __hrtimer_next_event_base() 1543 * @exclude: timer to exclude in hrtimer_next_event_without() 1545 * Returns the next expiry time over all timers except for the @exclude one or in hrtimer_next_event_without() 1548 u64 hrtimer_next_event_without(const struct hrtimer *exclude) in hrtimer_next_event_without() 1561 expires = __hrtimer_next_event_base(cpu_base, exclude, in hrtimer_next_event_without() 1565 expires = __hrtimer_next_event_base(cpu_base, exclude, active, 505 __hrtimer_next_event_base(struct hrtimer_cpu_base * cpu_base,const struct hrtimer * exclude,unsigned int active,ktime_t expires_next) __hrtimer_next_event_base() argument 1540 hrtimer_next_event_without(const struct hrtimer * exclude) hrtimer_next_event_without() argument
|
| /linux/Documentation/translations/zh_CN/doc-guide/ |
| H A D | kernel-doc.rst | 497 $(git grep -l '/\*\*' -- . ":(exclude)Documentation" ":(exclude)tools") \
|
| /linux/arch/mips/net/ |
| H 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/tools/memory-model/Documentation/ |
| H 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
|