Searched refs:sections (Results 1 – 25 of 93) sorted by relevance
1234
/linux-2.6.39/arch/ia64/hp/sim/boot/ |
D | bootloader.lds | 6 /* Read-only sections, merged into text segment: */ 19 /* We want the small data sections together, so single-instruction offsets 32 /* Stabs debugging sections. */ 40 /* DWARF debug sections. 41 Symbols in the DWARF debugging sections are relative to the beginning
|
/linux-2.6.39/arch/ia64/ |
D | module.lds | 2 /* Group unwind sections into a single section: */ 6 * Create place-holder sections to hold the PLTs, GOT, and
|
/linux-2.6.39/arch/mips/boot/ |
D | Makefile | 21 drop-sections := .reginfo .mdebug .comment .note .pdr .options .MIPS.options 22 strip-flags := $(addprefix --remove-section=,$(drop-sections))
|
/linux-2.6.39/scripts/ |
D | kernel-doc | 291 my %sections; 397 if (defined($sections{$name}) && ($sections{$name} ne "")) { 401 $sections{$name} = $contents; 424 'sections' => \%sections, 1491 'sections' => \%sections, 1531 'sections' => \%sections, 1559 'sections' => \%sections, 1847 'sections' => \%sections, 1858 %sections = (); 2190 %sections = (); [all …]
|
D | get_maintainer.pl | 49 my $sections = 0; 211 'sections!' => \$sections, 239 if ($sections) { 621 if ($sections) {
|
/linux-2.6.39/arch/x86/ |
D | Makefile | 98 cfi-sections := $(call as-instr,.cfi_sections .debug_frame,-DCONFIG_AS_CFI_SECTIONS=1) 103 KBUILD_AFLAGS += $(cfi) $(cfi-sigframe) $(cfi-sections) $(asinstr) 104 KBUILD_CFLAGS += $(cfi) $(cfi-sigframe) $(cfi-sections) $(asinstr)
|
/linux-2.6.39/Documentation/RCU/ |
D | whatisRCU.txt | 77 critical sections. 140 read-side critical sections. Any RCU-protected data structure 152 read-side critical sections may be nested and/or overlapping. 160 read-side critical sections on all CPUs have completed. 162 any subsequent RCU read-side critical sections to complete. 175 read-side critical sections to complete, not necessarily for 193 after all ongoing RCU read-side critical sections have completed. 416 read-side critical sections. 433 RCU read-side critical sections that might be referencing that 520 read-side critical sections that might be referencing that [all …]
|
D | rcu.txt | 34 read-side critical sections. So, if we remove an item from a 42 within RCU read-side critical sections. SRCU also uses 44 RCU read-side critical sections. These two variants of 86 boosting of preempted RCU read-side critical sections. This is
|
D | checklist.txt | 45 2. Do the RCU read-side critical sections make proper use of 263 read-side critical sections are delimited by rcu_read_lock() 283 critical sections complete. It does -not- necessarily guarantee 286 rcu_read_lock()-protected read-side critical sections, do -not- 327 to sleep in read-side critical sections, you should be using 338 sections governed by srcu_read_lock() and srcu_read_unlock() 340 is what makes sleeping read-side critical sections tolerable -- 343 system than RCU would be if RCU's read-side critical sections 346 The ability to sleep in read-side critical sections does not 375 read-side critical sections. It is the responsibility of the
|
/linux-2.6.39/arch/score/ |
D | Makefile | 16 -D__linux__ -ffunction-sections -ffreestanding
|
/linux-2.6.39/arch/x86/boot/ |
D | setup.ld | 62 . = ASSERT(__end_init <= 5*512, "init sections too big!");
|
/linux-2.6.39/Documentation/fault-injection/ |
D | fault-injection.txt | 214 if [ ! -d /sys/module/$module/sections ] 220 cat /sys/module/$module/sections/.text > /sys/kernel/debug/$FAILTYPE/require-start 221 cat /sys/module/$module/sections/.data > /sys/kernel/debug/$FAILTYPE/require-end
|
/linux-2.6.39/arch/parisc/ |
D | Makefile | 60 cflags-y += -ffunction-sections
|
/linux-2.6.39/Documentation/fb/ |
D | sa1100fb.txt | 25 options may not be enough to configure the display. Adding sections to
|
/linux-2.6.39/Documentation/sound/oss/ |
D | ALS | 35 sure to specify different IRQs for the audio and MPU401 sections - this card 44 card uses separate IRQs for the audio and MPU401 sections and there is no
|
/linux-2.6.39/drivers/staging/hv/ |
D | netvsc.h | 168 struct nvsp_1_receive_buffer_section sections[1]; member
|
/linux-2.6.39/tools/perf/Documentation/ |
D | perf-script-perl.txt | 110 write a useful trace script. The sections below cover the rest. 164 The remaining sections provide descriptions of each of the available 170 The following sections describe the functions and variables available
|
/linux-2.6.39/Documentation/hwmon/ |
D | userspace-tools | 26 1) compile all drivers in I2C and Hardware Monitoring sections as modules
|
/linux-2.6.39/drivers/staging/wlags49_h25/ |
D | TODO | 17 some the crittical sections take to long
|
/linux-2.6.39/drivers/staging/wlags49_h2/ |
D | TODO | 17 some the crittical sections take to long
|
/linux-2.6.39/arch/unicore32/ |
D | Makefile | 59 ASM_GENERIC_HEADERS += scatterlist.h sections.h segment.h sembuf.h serial.h
|
/linux-2.6.39/Documentation/ |
D | memory-hotplug.txt | 96 To determine the size of sections, please read this file: 100 This file shows the size of sections in byte. 129 All sections have their device information in sysfs. Each section is part of 139 memory sections in this range are present and no memory holes exist in the 165 which will be performed on al sections in the block.
|
D | pi-futex.txt | 67 even if all critical sections are coded carefully to be deterministic 68 (i.e. all critical sections are short in duration and only execute a
|
/linux-2.6.39/Documentation/powerpc/ |
D | cpu_features.txt | 32 After detecting the processor type, the kernel patches out sections of code
|
/linux-2.6.39/Documentation/video4linux/ |
D | CQcam.txt | 67 using MAKEDEV, or need to be created. The following sections detail 197 PORT SUPPORT sections
|
1234