Home
last modified time | relevance | path

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

12

/linux-3.4.99/kernel/gcov/
DKconfig25 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/
Dparse-events.c690 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/
Dqueue.h50 unsigned long *exclude);
Dqueue.c161 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.gitignore6 # NOTE! Please use 'git ls-files -i --exclude-standard'
DMakefile404 export RCS_TAR_IGNORE := --exclude SCCS --exclude BitKeeper --exclude .svn --exclude CVS --exclude
/linux-3.4.99/Documentation/
Dbad_memory.txt34 Syntax to exclude a memory area (see kernel-parameters.txt for details):
Dgcov.txt79 To exclude files from being profiled even when CONFIG_GCOV_PROFILE_ALL
/linux-3.4.99/net/bridge/
DKconfig46 Say N to exclude this support and reduce the binary size.
/linux-3.4.99/arch/arm/kernel/
Detm.c57 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/
Dsg.c176 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/
Dget_maintainer.pl572 my $exclude = 0;
584 $exclude = 1;
591 if (!$exclude) {
/linux-3.4.99/tools/perf/Documentation/
Dperf-report.txt67 --exclude-other::
/linux-3.4.99/drivers/staging/ozwpan/
Dozproto.c78 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/
Dlmac.h482 u8 exclude[1]; member
Dfwio.c628 psm->exclude[0] = WLAN_EID_TIM; in p54_set_ps()
/linux-3.4.99/arch/frv/kernel/
Dhead.S562 # GR9 region top pointer updated to exclude new tile
/linux-3.4.99/Documentation/fb/
Dintel810.txt194 supports I2C and has an EDID block, you can safely exclude hsync1, hsync2,
/linux-3.4.99/Documentation/RCU/
DlistRCU.txt144 writers to exclude readers. Normally, the write_lock() calls would
/linux-3.4.99/Documentation/scsi/
Dosst.txt97 tar cvf - / --exclude /proc | buffer -s 32k -m 24M -B -t -o /dev/nosst0
DChangeLog.sym53c8xx381 - Add 'excl=#ioaddr' boot option: exclude controller.
/linux-3.4.99/Documentation/power/
Dfreezing-of-tasks.txt206 First of all, grabbing the 'pm_mutex' lock to mutually exclude a piece of code
/linux-3.4.99/Documentation/networking/
Dscaling.txt157 the system. At high interrupt rate, it might be wise to exclude the
/linux-3.4.99/Documentation/filesystems/
Dautofs4-mount-control.txt162 mount at a time. A Generic Netlink implementation would exclude this
/linux-3.4.99/Documentation/video4linux/
Dv4l2-controls.txt335 to easily exclude certain menu items. This is used in the VIDIOC_QUERYMENU

12