Home
last modified time | relevance | path

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

123

/Linux-v4.19/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-v4.19/net/openvswitch/
DKconfig51 Say N to exclude this support and reduce the binary size.
63 Say N to exclude this support and reduce the binary size.
75 Say N to exclude this support and reduce the binary size.
/Linux-v4.19/kernel/gcov/
DKconfig25 To exclude files from being profiled even when CONFIG_GCOV_PROFILE_ALL
50 larger and run slower. Also be sure to exclude files from profiling
/Linux-v4.19/net/bridge/
DKconfig46 Say N to exclude this support and reduce the binary size.
60 Say N to exclude this support and reduce the binary size.
/Linux-v4.19/drivers/scsi/arm/
Dqueue.h50 unsigned long *exclude);
Dqueue.c161 struct scsi_cmnd *queue_remove_exclude(Queue_t *queue, unsigned long *exclude) in queue_remove_exclude() argument
171 (u8)(q->SCpnt->device->lun & 0x7), exclude)) { in queue_remove_exclude()
/Linux-v4.19/Documentation/filesystems/ext4/ondisk/
Dspecial_inodes.rst33 - The “exclude” inode, for snapshots(?)
/Linux-v4.19/drivers/gpu/drm/i915/
Di915_sw_fence.c487 const struct dma_fence_ops *exclude, in i915_sw_fence_await_reservation() argument
508 if (shared[i]->ops == exclude) in i915_sw_fence_await_reservation()
530 if (ret >= 0 && excl && excl->ops != exclude) { in i915_sw_fence_await_reservation()
Di915_sw_fence.h78 const struct dma_fence_ops *exclude,
/Linux-v4.19/scripts/package/
Dmkspec133 $M %exclude /lib/modules/$KERNELRELEASE/build
134 $M %exclude /lib/modules/$KERNELRELEASE/source
/Linux-v4.19/kernel/time/
Dhrtimer.c493 const struct hrtimer *exclude, in __hrtimer_next_event_base() argument
506 if (timer == exclude) { in __hrtimer_next_event_base()
519 if (exclude) in __hrtimer_next_event_base()
1229 u64 hrtimer_next_event_without(const struct hrtimer *exclude) in hrtimer_next_event_without() argument
1242 expires = __hrtimer_next_event_base(cpu_base, exclude, in hrtimer_next_event_without()
1246 expires = __hrtimer_next_event_base(cpu_base, exclude, active, in hrtimer_next_event_without()
/Linux-v4.19/
D.gitignore6 # NOTE! Please use 'git ls-files -i --exclude-standard'
DMakefile457 export RCS_TAR_IGNORE := --exclude SCCS --exclude BitKeeper --exclude .svn \
458 --exclude CVS --exclude .pc --exclude .hg --exclude .git
/Linux-v4.19/net/tipc/
Dname_table.h116 struct list_head *dsts, int *dstcnt, u32 exclude,
/Linux-v4.19/Documentation/dev-tools/
Dubsan.rst69 To exclude files from being instrumented even if
/Linux-v4.19/drivers/scsi/
Dsg.c171 bool exclude; /* 1->open(O_EXCL) succeeded and is active */ member
269 while (sdp->exclude) { in open_wait()
273 !sdp->exclude)); in open_wait()
335 if (sdp->exclude) { in sg_open()
348 sdp->exclude = true; in sg_open()
372 sdp->exclude = false; /* undo if error */ in sg_open()
403 if (sdp->exclude) { in sg_release()
404 sdp->exclude = false; in sg_release()
2610 sdp->sg_tablesize, sdp->exclude, sdp->open_cnt); in sg_proc_seq_show_debug()
/Linux-v4.19/tools/perf/util/
Dparse-events.c1530 int exclude = eu | ek | eh; in get_event_modifier() local
1538 if (!exclude) in get_event_modifier()
1539 exclude = eu = ek = eh = 1; in get_event_modifier()
1542 if (!exclude) in get_event_modifier()
1543 exclude = eu = ek = eh = 1; in get_event_modifier()
1546 if (!exclude) in get_event_modifier()
1547 exclude = eu = ek = eh = 1; in get_event_modifier()
/Linux-v4.19/Documentation/networking/
Dnetvsc.txt37 To exclude UDP port numbers in hashing:
/Linux-v4.19/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-v4.19/include/linux/
Dhrtimer.h429 extern u64 hrtimer_next_event_without(const struct hrtimer *exclude);
/Linux-v4.19/Documentation/media/uapi/v4l/
Dvidioc-cropcap.rst65 may exclude for example the horizontal and vertical blanking
/Linux-v4.19/Documentation/devicetree/bindings/
Dchosen.txt99 memory and exclude, at its boot time, any other memory areas that are
/Linux-v4.19/Documentation/devicetree/bindings/reserved-memory/
Dreserved-memory.txt4 The operating system shall exclude reserved memory from normal usage
/Linux-v4.19/scripts/
Dget_maintainer.pl845 my $exclude = 0;
857 $exclude = 1;
864 if (!$exclude) {

123