/linux-4.1.27/tools/perf/ |
D | perf-completion.sh | 6 local exclude i j first 8 exclude="${1//[^$COMP_WORDBREAKS]}" 10 if [ -z "$exclude" ]; then 24 [ "${COMP_WORDS[$i]//[^$exclude]}" = "${COMP_WORDS[$i]}" ] 61 local exclude cur_ words_ cword_ 63 exclude=$2 66 __my_reassemble_comp_words_by_ref "$exclude"
|
/linux-4.1.27/net/openvswitch/ |
D | Kconfig | 43 Say N to exclude this support and reduce the binary size. 55 Say N to exclude this support and reduce the binary size. 67 Say N to exclude this support and reduce the binary size.
|
/linux-4.1.27/kernel/gcov/ |
D | Kconfig | 25 To exclude files from being profiled even when CONFIG_GCOV_PROFILE_ALL 49 larger and run slower. Also be sure to exclude files from profiling
|
/linux-4.1.27/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-4.1.27/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-4.1.27/tools/perf/util/ |
D | parse-events.c | 732 int exclude = eu | ek | eh; in get_event_modifier() local 739 if (!exclude) in get_event_modifier() 740 exclude = eu = ek = eh = 1; in get_event_modifier() 743 if (!exclude) in get_event_modifier() 744 exclude = eu = ek = eh = 1; in get_event_modifier() 747 if (!exclude) in get_event_modifier() 748 exclude = eu = ek = eh = 1; in get_event_modifier()
|
/linux-4.1.27/Documentation/ |
D | bad_memory.txt | 34 Syntax to exclude a memory area (see kernel-parameters.txt for details):
|
D | gcov.txt | 83 To exclude files from being profiled even when CONFIG_GCOV_PROFILE_ALL
|
D | dynamic-debug-howto.txt | 280 In the foo.dyndbg="QUERY" form, the query must exclude "module foo".
|
D | 00-INDEX | 89 - how to use kernel parameters to exclude bad RAM regions.
|
D | CodingStyle | 910 The compiler will constant-fold the conditional away, and include or exclude
|
D | kernel-parameters.txt | 2706 make the kernel exclude IRQs of your ISA cards
|
/linux-4.1.27/ |
D | .gitignore | 6 # NOTE! Please use 'git ls-files -i --exclude-standard'
|
D | Makefile | 440 export RCS_TAR_IGNORE := --exclude SCCS --exclude BitKeeper --exclude .svn \ 441 --exclude CVS --exclude .pc --exclude .hg --exclude .git
|
D | REPORTING-BUGS | 98 relevant to your bug, feel free to exclude it.
|
/linux-4.1.27/drivers/scsi/ |
D | sg.c | 182 bool exclude; /* 1->open(O_EXCL) succeeded and is active */ member 254 while (sdp->exclude) { in open_wait() 258 !sdp->exclude)); in open_wait() 320 if (sdp->exclude) { in sg_open() 333 sdp->exclude = true; in sg_open() 357 sdp->exclude = false; /* undo if error */ in sg_open() 388 if (sdp->exclude) { in sg_release() 389 sdp->exclude = false; in sg_release() 2688 sdp->sg_tablesize, sdp->exclude, sdp->open_cnt); in sg_proc_seq_show_debug()
|
/linux-4.1.27/drivers/staging/ozwpan/ |
D | ozproto.c | 61 static u8 oz_get_new_session_id(u8 exclude) in oz_get_new_session_id() argument 65 if (g_session_id == exclude) { in oz_get_new_session_id()
|
/linux-4.1.27/Documentation/devicetree/bindings/reserved-memory/ |
D | reserved-memory.txt | 4 The operating system shall exclude reserved memory from normal usage
|
/linux-4.1.27/scripts/ |
D | get_maintainer.pl | 581 my $exclude = 0; 593 $exclude = 1; 600 if (!$exclude) {
|
D | spelling.txt | 389 exlcude||exclude
|
/linux-4.1.27/drivers/net/wireless/p54/ |
D | lmac.h | 482 u8 exclude[1]; member
|
D | fwio.c | 630 psm->exclude[0] = WLAN_EID_TIM; in p54_set_ps()
|
/linux-4.1.27/arch/frv/kernel/ |
D | head.S | 557 # GR9 region top pointer updated to exclude new tile
|
/linux-4.1.27/Documentation/fb/ |
D | intel810.txt | 194 supports I2C and has an EDID block, you can safely exclude hsync1, hsync2,
|
/linux-4.1.27/Documentation/scsi/ |
D | osst.txt | 97 tar cvf - / --exclude /proc | buffer -s 32k -m 24M -B -t -o /dev/nosst0
|
D | ChangeLog.sym53c8xx | 381 - Add 'excl=#ioaddr' boot option: exclude controller.
|
D | ncr53c8xx.txt | 653 specified driver on each adapter. To exclude a chip use the 'excl' keyword.
|
D | ChangeLog.1992-1997 | 381 * scsi.c: Test for Toshiba XM-3401TA and exclude from detection
|
/linux-4.1.27/Documentation/RCU/ |
D | listRCU.txt | 144 writers to exclude readers. Normally, the write_lock() calls would
|
D | whatisRCU.txt | 91 and must therefore exclude readers. In contrast, RCU-based updaters
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-report.txt | 149 --exclude-other::
|
/linux-4.1.27/Documentation/power/ |
D | freezing-of-tasks.txt | 206 First of all, grabbing the 'pm_mutex' lock to mutually exclude a piece of code
|
/linux-4.1.27/Documentation/vm/ |
D | hugetlbpage.txt | 318 errno set to EINVAL or exclude hugetlb pages that extend beyond the length if
|
/linux-4.1.27/Documentation/filesystems/ |
D | autofs4-mount-control.txt | 162 mount at a time. A Generic Netlink implementation would exclude this
|
D | proc.txt | 681 IRQ to only one CPU, or to exclude a CPU of handling IRQs. The contents of the
|
/linux-4.1.27/Documentation/networking/ |
D | scaling.txt | 157 the system. At high interrupt rate, it might be wise to exclude the
|
/linux-4.1.27/Documentation/video4linux/ |
D | v4l2-controls.txt | 398 to easily exclude certain menu items. This is used in the VIDIOC_QUERYMENU
|
/linux-4.1.27/Documentation/kbuild/ |
D | makefiles.txt | 771 To exclude certain files from make clean, use the $(no-clean-files) variable.
|
/linux-4.1.27/init/ |
D | Kconfig | 67 here. If you are a user/distributor, say N here to exclude useless
|