/linux-3.4.99/kernel/gcov/ |
D | Kconfig | 25 To exclude files from being profiled even when CONFIG_GCOV_PROFILE_ALL 46 larger and run slower. Also be sure to exclude files from profiling
|
/linux-3.4.99/tools/perf/util/ |
D | parse-events.c | 690 int exclude = 0, exclude_GH = 0; in parse_events_modifier() local 698 if (!exclude) in parse_events_modifier() 699 exclude = eu = ek = eh = 1; in parse_events_modifier() 702 if (!exclude) in parse_events_modifier() 703 exclude = eu = ek = eh = 1; in parse_events_modifier() 706 if (!exclude) in parse_events_modifier() 707 exclude = eu = ek = eh = 1; in parse_events_modifier()
|
/linux-3.4.99/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 170 if (!test_bit(q->SCpnt->device->id * 8 + q->SCpnt->device->lun, exclude)) { in queue_remove_exclude()
|
/linux-3.4.99/ |
D | .gitignore | 6 # NOTE! Please use 'git ls-files -i --exclude-standard'
|
D | Makefile | 404 export RCS_TAR_IGNORE := --exclude SCCS --exclude BitKeeper --exclude .svn --exclude CVS --exclude …
|
/linux-3.4.99/Documentation/ |
D | bad_memory.txt | 34 Syntax to exclude a memory area (see kernel-parameters.txt for details):
|
D | gcov.txt | 79 To exclude files from being profiled even when CONFIG_GCOV_PROFILE_ALL
|
/linux-3.4.99/net/bridge/ |
D | Kconfig | 46 Say N to exclude this support and reduce the binary size.
|
/linux-3.4.99/arch/arm/kernel/ |
D | etm.c | 57 unsigned long start, unsigned long end, int exclude, int data) in etm_setup_address_range() argument 82 flags = exclude ? ETMTE_INCLEXCL : 0; in etm_setup_address_range()
|
/linux-3.4.99/drivers/scsi/ |
D | sg.c | 176 volatile char exclude; /* opened for exclusive access */ member 273 ((!list_empty(&sdp->sfds) || sdp->exclude) ? 0 : (sdp->exclude = 1)), res); in sg_open() 278 } else if (sdp->exclude) { /* some other fd has an exclusive lock on dev */ in sg_open() 284 __wait_event_interruptible(sdp->o_excl_wait, (!sdp->exclude), in sg_open() 304 sdp->exclude = 0; /* undo if error */ in sg_open() 337 sdp->exclude = 0; in sg_release() 2615 sdp->sg_tablesize, sdp->exclude); in sg_proc_seq_show_debug()
|
/linux-3.4.99/scripts/ |
D | get_maintainer.pl | 572 my $exclude = 0; 584 $exclude = 1; 591 if (!$exclude) {
|
/linux-3.4.99/tools/perf/Documentation/ |
D | perf-report.txt | 67 --exclude-other::
|
/linux-3.4.99/drivers/staging/ozwpan/ |
D | ozproto.c | 78 static u8 oz_get_new_session_id(u8 exclude) in oz_get_new_session_id() argument 82 if (g_session_id == exclude) { in oz_get_new_session_id()
|
/linux-3.4.99/drivers/net/wireless/p54/ |
D | lmac.h | 482 u8 exclude[1]; member
|
D | fwio.c | 628 psm->exclude[0] = WLAN_EID_TIM; in p54_set_ps()
|
/linux-3.4.99/arch/frv/kernel/ |
D | head.S | 562 # GR9 region top pointer updated to exclude new tile
|
/linux-3.4.99/Documentation/fb/ |
D | intel810.txt | 194 supports I2C and has an EDID block, you can safely exclude hsync1, hsync2,
|
/linux-3.4.99/Documentation/RCU/ |
D | listRCU.txt | 144 writers to exclude readers. Normally, the write_lock() calls would
|
/linux-3.4.99/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.
|
/linux-3.4.99/Documentation/power/ |
D | freezing-of-tasks.txt | 206 First of all, grabbing the 'pm_mutex' lock to mutually exclude a piece of code
|
/linux-3.4.99/Documentation/networking/ |
D | scaling.txt | 157 the system. At high interrupt rate, it might be wise to exclude the
|
/linux-3.4.99/Documentation/filesystems/ |
D | autofs4-mount-control.txt | 162 mount at a time. A Generic Netlink implementation would exclude this
|
/linux-3.4.99/Documentation/video4linux/ |
D | v4l2-controls.txt | 335 to easily exclude certain menu items. This is used in the VIDIOC_QUERYMENU
|