| /Linux-v4.19/tools/perf/ |
| 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-v4.19/net/openvswitch/ |
| D | Kconfig | 51 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/ |
| D | Kconfig | 25 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/ |
| D | Kconfig | 46 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/ |
| D | queue.h | 50 unsigned long *exclude);
|
| D | queue.c | 161 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/ |
| D | special_inodes.rst | 33 - The “exclude” inode, for snapshots(?)
|
| /Linux-v4.19/drivers/gpu/drm/i915/ |
| D | i915_sw_fence.c | 487 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()
|
| D | i915_sw_fence.h | 78 const struct dma_fence_ops *exclude,
|
| /Linux-v4.19/scripts/package/ |
| D | mkspec | 133 $M %exclude /lib/modules/$KERNELRELEASE/build 134 $M %exclude /lib/modules/$KERNELRELEASE/source
|
| /Linux-v4.19/kernel/time/ |
| D | hrtimer.c | 493 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 | .gitignore | 6 # NOTE! Please use 'git ls-files -i --exclude-standard'
|
| D | Makefile | 457 export RCS_TAR_IGNORE := --exclude SCCS --exclude BitKeeper --exclude .svn \ 458 --exclude CVS --exclude .pc --exclude .hg --exclude .git
|
| /Linux-v4.19/net/tipc/ |
| D | name_table.h | 116 struct list_head *dsts, int *dstcnt, u32 exclude,
|
| /Linux-v4.19/Documentation/dev-tools/ |
| D | ubsan.rst | 69 To exclude files from being instrumented even if
|
| /Linux-v4.19/drivers/scsi/ |
| D | sg.c | 171 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/ |
| D | parse-events.c | 1530 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/ |
| D | netvsc.txt | 37 To exclude UDP port numbers in hashing:
|
| /Linux-v4.19/Documentation/devicetree/bindings/phy/ |
| D | phy-mtk-xsphy.txt | 19 exclude port's private register, if only U2 ports provided,
|
| D | phy-mtk-tphy.txt | 28 exclude port's private register. It is needed on mt2701
|
| /Linux-v4.19/include/linux/ |
| D | hrtimer.h | 429 extern u64 hrtimer_next_event_without(const struct hrtimer *exclude);
|
| /Linux-v4.19/Documentation/media/uapi/v4l/ |
| D | vidioc-cropcap.rst | 65 may exclude for example the horizontal and vertical blanking
|
| /Linux-v4.19/Documentation/devicetree/bindings/ |
| D | chosen.txt | 99 memory and exclude, at its boot time, any other memory areas that are
|
| /Linux-v4.19/Documentation/devicetree/bindings/reserved-memory/ |
| D | reserved-memory.txt | 4 The operating system shall exclude reserved memory from normal usage
|
| /Linux-v4.19/scripts/ |
| D | get_maintainer.pl | 845 my $exclude = 0; 857 $exclude = 1; 864 if (!$exclude) {
|