| /linux-4.4.14/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.4.14/net/openvswitch/ | 
| D | Kconfig | 45 	  Say N to exclude this support and reduce the binary size. 57 	  Say N to exclude this support and reduce the binary size. 69 	  Say N to exclude this support and reduce the binary size.
  | 
| /linux-4.4.14/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.4.14/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.4.14/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.4.14/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 | 2783 				make the kernel exclude IRQs of your ISA cards
  | 
| /linux-4.4.14/ | 
| D | .gitignore | 6 # NOTE! Please use 'git ls-files -i --exclude-standard'
  | 
| D | Makefile | 430 export RCS_TAR_IGNORE := --exclude SCCS --exclude BitKeeper --exclude .svn \ 431 			 --exclude CVS --exclude .pc --exclude .hg --exclude .git
  | 
| D | REPORTING-BUGS | 98 relevant to your bug, feel free to exclude it.
  | 
| /linux-4.4.14/Documentation/devicetree/bindings/phy/ | 
| D | phy-mt65xx-usb.txt | 8  - reg		: offset and length of register for phy, exclude port's
  | 
| /linux-4.4.14/tools/perf/util/ | 
| D | parse-events.c | 1100 	int exclude = eu | ek | eh;  in get_event_modifier()  local 1107 			if (!exclude)  in get_event_modifier() 1108 				exclude = eu = ek = eh = 1;  in get_event_modifier() 1111 			if (!exclude)  in get_event_modifier() 1112 				exclude = eu = ek = eh = 1;  in get_event_modifier() 1115 			if (!exclude)  in get_event_modifier() 1116 				exclude = eu = ek = eh = 1;  in get_event_modifier()
  | 
| /linux-4.4.14/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() 2694 			   sdp->sg_tablesize, sdp->exclude, sdp->open_cnt);  in sg_proc_seq_show_debug()
  | 
| /linux-4.4.14/Documentation/devicetree/bindings/reserved-memory/ | 
| D | reserved-memory.txt | 4 The operating system shall exclude reserved memory from normal usage
  | 
| /linux-4.4.14/scripts/ | 
| D | get_maintainer.pl | 613 	    my $exclude = 0; 625 			    $exclude = 1; 632 	    if (!$exclude) {
  | 
| D | spelling.txt | 404 exlcude||exclude
  | 
| /linux-4.4.14/drivers/net/wireless/p54/ | 
| D | lmac.h | 482 	u8 exclude[1];  member
  | 
| D | fwio.c | 629 	psm->exclude[0] = WLAN_EID_TIM;  in p54_set_ps()
  | 
| /linux-4.4.14/arch/frv/kernel/ | 
| D | head.S | 557 # GR9	region top pointer	updated to exclude new tile
  | 
| /linux-4.4.14/Documentation/fb/ | 
| D | intel810.txt | 194 supports I2C and has an EDID block, you can safely exclude hsync1, hsync2,
  | 
| /linux-4.4.14/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.4.14/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 | ChangeLog.1992-1997 | 381 	* scsi.c: Test for Toshiba XM-3401TA and exclude from detection
  | 
| D | ncr53c8xx.txt | 653 specified driver on each adapter. To exclude a chip use the 'excl' keyword.
  | 
| /linux-4.4.14/tools/perf/Documentation/ | 
| D | perf-report.txt | 154 --exclude-other::
  | 
| D | perf-record.txt | 83 --exclude-perf::
  | 
| /linux-4.4.14/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.4.14/drivers/hwtracing/coresight/ | 
| D | coresight-etm4x.c | 274 static int etm4_set_mode_exclude(struct etmv4_drvdata *drvdata, bool exclude)  in etm4_set_mode_exclude()  argument 295 		if (exclude == true) {  in etm4_set_mode_exclude()
  | 
| /linux-4.4.14/Documentation/vm/ | 
| D | hugetlbpage.txt | 318 errno set to EINVAL or exclude hugetlb pages that extend beyond the length if
  | 
| /linux-4.4.14/Documentation/filesystems/ | 
| D | autofs4-mount-control.txt | 162 mount at a time. A Generic Netlink implementation would exclude this
  | 
| D | proc.txt | 699 IRQ to only one CPU, or to exclude a CPU of handling IRQs. The contents of the
  | 
| /linux-4.4.14/Documentation/networking/ | 
| D | scaling.txt | 157 the system. At high interrupt rate, it might be wise to exclude the
  | 
| /linux-4.4.14/Documentation/video4linux/ | 
| D | v4l2-controls.txt | 398 to easily exclude certain menu items. This is used in the VIDIOC_QUERYMENU
  | 
| /linux-4.4.14/Documentation/kbuild/ | 
| D | makefiles.txt | 771 To exclude certain files from make clean, use the $(no-clean-files) variable.
  | 
| /linux-4.4.14/init/ | 
| D | Kconfig | 67 	  here. If you are a user/distributor, say N here to exclude useless
  |