/linux-4.1.27/kernel/sched/ |
D | proc.c | 72 void get_avenrun(unsigned long *loads, unsigned long offset, int shift) in get_avenrun() argument 74 loads[0] = (avenrun[0] + offset) << shift; in get_avenrun() 75 loads[1] = (avenrun[1] + offset) << shift; in get_avenrun() 76 loads[2] = (avenrun[2] + offset) << shift; in get_avenrun()
|
/linux-4.1.27/Documentation/devicetree/bindings/mfd/ |
D | axp20x.txt | 32 using PFM under light loads and switching to PWM 33 for heavier loads. Forcing PWM mode trades efficiency 34 under light loads for lower output noise. This
|
/linux-4.1.27/arch/alpha/lib/ |
D | ev6-copy_user.S | 75 EXI( ldbu $1,0($7) ) # .. .. .. L : Keep loads separate from stores 127 EXI ( ldbu $2,0($7) ) # .. .. .. L : No loads in the same quad 214 EXI ( ldbu $2,0($7) ) # .. .. .. L : No loads in the same quad
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-mem.txt | 19 right set of options to display a memory access profile. By default, loads 20 and stores are sampled. Use the -t option to limit to loads or stores.
|
D | perf-list.txt | 117 . 'cache' or 'hwcache' to list hardware cache events such as L1-dcache-loads, etc.
|
D | perf-report.txt | 301 special event -e cpu/mem-loads/ or -e cpu/mem-stores/. See
|
/linux-4.1.27/include/uapi/linux/ |
D | sysinfo.h | 9 __kernel_ulong_t loads[3]; /* 1, 5, and 15 minute load averages */ member
|
/linux-4.1.27/arch/mips/include/asm/ |
D | fpu_emulator.h | 37 unsigned long loads; member
|
D | mips-r2-to-r6-emul.h | 22 u64 loads; member
|
/linux-4.1.27/arch/mips/math-emu/ |
D | me-debugfs.c | 54 FPU_STAT_CREATE(loads); in debugfs_fpuemu()
|
D | cp1emu.c | 1054 MIPS_FPU_EMU_INC_STATS(loads); in cop1Emulate() 1089 MIPS_FPU_EMU_INC_STATS(loads); in cop1Emulate() 1469 MIPS_FPU_EMU_INC_STATS(loads); in fpux_emu() 1566 MIPS_FPU_EMU_INC_STATS(loads); in fpux_emu()
|
/linux-4.1.27/Documentation/ |
D | memory-barriers.txt | 143 perceived by the loads made by another CPU in the same order as the stores were 209 (*) Overlapping loads and stores within a particular CPU will appear to be 237 (*) It _must_not_ be assumed that independent loads and stores will be issued 331 deferral and combination of memory operations; speculative loads; speculative 350 to have any effect on loads. 363 where two loads are performed such that the second depends on the result 369 A data dependency barrier is a partial ordering on interdependent loads 370 only; it is not required to have any effect on stores, independent loads 371 or overlapping loads. 379 touched by the load will be perceptible to any loads issued after the data [all …]
|
D | initrd.txt | 27 1) the boot loader loads the kernel and the initial RAM disk 265 loads initrd 271 3) /sbin/init loads the necessary kernel modules
|
D | unaligned-memory-access.txt | 235 On architectures that require aligned loads, networking requires that the IP 242 addresses can be very expensive and dwarf the cost of unaligned loads.
|
D | xillybus.txt | 115 device files, which are generated automatically as the drivers loads. The 329 loads and their attributes depend on the Xillybus IP core in the FPGA. During
|
D | crc32.txt | 166 By always having 4 loads in flight, a modern superscalar processor can
|
D | rtc.txt | 72 At high frequencies, or under high loads, the user process should check
|
D | Changes | 171 PCMCIA sockets at system startup and loads the appropriate modules
|
D | edac.txt | 128 loads both the amd76x_edac.ko memory controller module and the edac_mc.ko
|
D | kernel-parameters.txt | 25 when it loads a module, so the kernel command line can be used for
|
/linux-4.1.27/tools/perf/util/ |
D | parse-events.l | 207 mem-loads { return str(yyscanner, PE_KERNEL_PMU_EVENT); } 218 load|loads|read |
|
/linux-4.1.27/arch/mips/kernel/ |
D | mips-r2-to-r6-emul.c | 1267 MIPS_R2_STATS(loads); in mipsr2_decoder() 1341 MIPS_R2_STATS(loads); in mipsr2_decoder() 1601 MIPS_R2_STATS(loads); in mipsr2_decoder() 1720 MIPS_R2_STATS(loads); in mipsr2_decoder() 2260 (unsigned long)__this_cpu_read(mipsr2emustats.loads), in mipsr2_stats_show() 2261 (unsigned long)__this_cpu_read(mipsr2bdemustats.loads)); in mipsr2_stats_show() 2317 __this_cpu_write((mipsr2emustats).loads, 0); in mipsr2_stats_clear_show() 2318 __this_cpu_write((mipsr2bdemustats).loads, 0); in mipsr2_stats_clear_show()
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | evm | 22 patch, which loads the trusted/encrypted key and enables
|
D | sysfs-block | 145 merge contiguous I/Os. For known random I/O loads these
|
/linux-4.1.27/Documentation/sound/oss/ |
D | ultrasound | 5 This loads the driver for the Gravis Ultrasound family of sound cards.
|
D | Soundblaster | 5 This loads the driver for the Sound Blaster and assorted clones. Cards that
|
D | README.OSS | 627 then booting Linux using loadlin. CS4232C.EXE loads a secret firmware 1063 since it doesn't work concurrently with MSS. The driver loads also a
|
/linux-4.1.27/kernel/debug/kdb/ |
D | kdb_main.c | 2526 val->loads[0] = avenrun[0]; in kdb_sysinfo() 2527 val->loads[1] = avenrun[1]; in kdb_sysinfo() 2528 val->loads[2] = avenrun[2]; in kdb_sysinfo() 2577 LOAD_INT(val.loads[0]), LOAD_FRAC(val.loads[0]), in kdb_summary() 2578 LOAD_INT(val.loads[1]), LOAD_FRAC(val.loads[1]), in kdb_summary() 2579 LOAD_INT(val.loads[2]), LOAD_FRAC(val.loads[2])); in kdb_summary()
|
/linux-4.1.27/arch/arm64/ |
D | Makefile | 21 KBUILD_CFLAGS += $(call cc-option, -mpc-relative-literal-loads)
|
D | Kconfig | 378 bool "Cortex-A57: 832075: possible deadlock on mixing exclusive memory accesses with device loads" 385 instructions to Write-Back memory are mixed with Device loads. 387 The workaround is to promote device loads to use Load-Acquire
|
/linux-4.1.27/tools/testing/selftests/powerpc/copyloops/ |
D | memcpy_64.S | 108 ld r9,0(r4) # 3+2n loads, 2+2n stores 120 0: ld r0,0(r4) # 4+2n loads, 3+2n stores
|
/linux-4.1.27/arch/powerpc/lib/ |
D | memcpy_64.S | 108 ld r9,0(r4) # 3+2n loads, 2+2n stores 120 0: ld r0,0(r4) # 4+2n loads, 3+2n stores
|
/linux-4.1.27/Documentation/ABI/stable/ |
D | vdso | 1 On some architectures, when the kernel loads any userspace program it
|
/linux-4.1.27/kernel/ |
D | sys.c | 2281 get_avenrun(info->loads, 0, SI_LOAD_SHIFT - FSHIFT); in do_sysinfo() 2347 u32 loads[3]; member 2391 __put_user(s.loads[0], &info->loads[0]) || in COMPAT_SYSCALL_DEFINE1() 2392 __put_user(s.loads[1], &info->loads[1]) || in COMPAT_SYSCALL_DEFINE1() 2393 __put_user(s.loads[2], &info->loads[2]) || in COMPAT_SYSCALL_DEFINE1()
|
/linux-4.1.27/Documentation/input/ |
D | bcm5974.txt | 29 The driver loads automatically for the supported usb device ids, and
|
/linux-4.1.27/Documentation/fb/ |
D | pvr2fb.txt | 46 XFree under high loads if write combining is enabled (sound
|
D | matroxfb.txt | 172 under high loads if write combining is enabled (sound dropouts).
|
/linux-4.1.27/arch/cris/boot/rescue/ |
D | head_v10.S | 78 ;; The length is enough for downloading code that loads the rest 80 ;; It is the same length as the on-chip ROM loads, so the same
|
/linux-4.1.27/Documentation/networking/ |
D | framerelay.txt | 28 any board specific configuration. The Sangoma module of fradcfg loads the
|
D | dl2k.txt | 119 The insmod command only loads the driver and gives it a name of the form
|
D | spider_net.txt | 179 well, even under heavy network loads.
|
D | e1000e.txt | 241 parameter at 1 when the driver loads) it cannot be unlocked except via power
|
D | filter.txt | 386 loads the BPF code into the kernel. Thus, this will also be useful for 1001 instruction that loads 64-bit immediate value into a dst_reg. 1002 Classic BPF has similar instruction: BPF_LD | BPF_W | BPF_IMM which loads
|
D | ixgb.txt | 115 loads the ixgb driver with 80 TX resources for the first adapter and 128 TX
|
D | cs89x0.txt | 216 This example loads the module and configures the adapter to use an IO port base
|
D | bonding.txt | 1915 when the e1000 driver loads, it will receive eth0 and eth1 for its
|
/linux-4.1.27/drivers/usb/misc/ |
D | Kconfig | 9 This driver loads firmware to Emagic EMI 6|2m low latency USB 23 This driver loads firmware to Emagic EMI 2|6 low latency USB 219 This driver loads firmware for USB Apple iSight cameras, allowing
|
/linux-4.1.27/Documentation/mic/ |
D | mic_overview.txt | 5 memory and I/O. The host OS loads a device driver as is typical for
|
/linux-4.1.27/Documentation/block/ |
D | deadline-iosched.txt | 65 back merges are much more common than front merges. For some work loads, you
|
/linux-4.1.27/Documentation/scsi/ |
D | megaraid.txt | 32 solution. modprobe automatically loads dependent modules, so users
|
D | in2000.txt | 74 heavy loads involving 2 or more simultaneously active
|
D | aic79xx.txt | 165 high tag depth write loads.
|
D | ChangeLog.megaraid | 564 solution. modprobe automatically loads dependent modules, so users
|
/linux-4.1.27/Documentation/cpu-freq/ |
D | pcc-cpufreq.txt | 129 When the driver loads, it merely prints the lowest and the highest CPU 132 The PCC driver loads with a message such as:
|
D | governors.txt | 168 effect on behavior at lower speeds/lower CPU loads.
|
/linux-4.1.27/Documentation/RCU/ |
D | rcu_dereference.txt | 90 do order stores after such branches, they can speculate loads, 109 after such branches, but can speculate loads, which can again 366 in turn destroying the ordering between this load and the loads of the
|
D | checklist.txt | 37 them -- even x86 allows later loads to be reordered to precede 104 are weakly ordered -- even x86 CPUs allow later loads to be
|
D | RTFP.txt | 2526 the last main global lock that really tends to hurt some kernel loads. 2529 single-threaded loads (on an SMP kernel), because it gets rid of some 2532 on some seriously pathname-lookup intensive loads."
|
/linux-4.1.27/Documentation/s390/ |
D | monreader.txt | 82 This loads the module and sets the DCSS name to "MYDCSS". 113 This loads the module with the default monitor DCSS (MONDCSS) and creates a
|
/linux-4.1.27/tools/power/cpupower/bench/ |
D | README-BENCH | 84 will always see 50% loads and you get worst performance impact never
|
/linux-4.1.27/drivers/gpu/drm/msm/ |
D | NOTES | 34 loads whatever connectors are appropriate.
|
/linux-4.1.27/Documentation/vm/ |
D | frontswap.txt | 57 loads - how many loads were attempted (all should succeed) 188 store" and (possibly) a "frontswap backend loads", which are presumably much
|
/linux-4.1.27/Documentation/x86/x86_64/ |
D | kernel-stacks | 41 loads such a descriptor, the hardware automatically sets the new stack
|
/linux-4.1.27/Documentation/video4linux/ |
D | pxa_camera.txt | 145 +----+ +-- DMA DDADR loads DDADR_STOP
|
D | v4l2-framework.txt | 556 This loads the given module (can be NULL if no module needs to be loaded) and
|
/linux-4.1.27/Documentation/security/ |
D | keys-trusted-encrypted.txt | 6 stores, and loads only encrypted blobs. Trusted Keys require the availability
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | x_operr.S | 222 | Store_max loads the max pos or negative for the size, sets
|
/linux-4.1.27/Documentation/arm/ |
D | vlocks.txt | 158 implementation uses a simple loop of word-sized loads for this
|
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/ |
D | pinctrl-bindings.txt | 26 driver loads. This would allow representing a board's static pin configuration
|
/linux-4.1.27/Documentation/powerpc/ |
D | bootwrapper.txt | 30 bd_info structure and loads the data into the device
|
D | pci_iov_resource_on_powernv.txt | 24 When a PE is frozen, all stores in any direction are dropped and all loads
|
/linux-4.1.27/drivers/bluetooth/ |
D | Kconfig | 271 This driver loads the firmware into the Atheros Bluetooth
|
/linux-4.1.27/Documentation/hwmon/ |
D | asc7621 | 86 recommended CPU temperature under varying operational loads.
|
/linux-4.1.27/Documentation/kdump/ |
D | kdump.txt | 26 The kexec -p command loads the dump-capture kernel into this reserved 30 regardless of where the kernel loads. Therefore, kexec backs up this
|
/linux-4.1.27/Documentation/crypto/ |
D | descore-readme.txt | 110 so that, e.g., `long' loads can be used instead of 4 `char' loads
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | perf_event_intel.c | 196 EVENT_ATTR_STR(mem-loads, mem_ld_nhm, "event=0x0b,umask=0x10,ldlat=3"); 197 EVENT_ATTR_STR(mem-loads, mem_ld_snb, "event=0xcd,umask=0x1,ldlat=3"); 2950 EVENT_ATTR_STR(mem-loads, mem_ld_hsw, "event=0xcd,umask=0x1,ldlat=3");
|
/linux-4.1.27/Documentation/hid/ |
D | hid-transport.txt | 13 devices and register them with the HID bus. HID core then loads generic device
|
/linux-4.1.27/arch/sh/ |
D | Kconfig | 790 first part of the romImage which in turn loads the rest the kernel
|
/linux-4.1.27/Documentation/blockdev/ |
D | paride.txt | 193 this loads a base module which provides a registry for the protocols,
|
/linux-4.1.27/kernel/trace/ |
D | Kconfig | 511 It only enables the event and disables it and runs various loads
|
/linux-4.1.27/Documentation/power/ |
D | swsusp.txt | 85 ``resume='' kernel option. If signature is found it loads and restores saved
|
D | devices.txt | 544 boot loader loads a fresh instance of the kernel, called the boot kernel, into
|
D | pci.txt | 147 stored in the machine's BIOS. The kernel loads them from the BIOS and executes
|
/linux-4.1.27/Documentation/cdrom/ |
D | ide-cd | 345 * This loads a CDROM from a specified slot in a changer, and displays
|
/linux-4.1.27/include/linux/ |
D | sched.h | 151 extern void get_avenrun(unsigned long *loads, unsigned long offset, int shift);
|
/linux-4.1.27/Documentation/filesystems/ |
D | f2fs.txt | 65 2. It loads parent index structures of all the data in the victim identified by
|
/linux-4.1.27/drivers/hid/ |
D | Kconfig | 64 the device into the kernel. The kernel parses the HID reports, loads the
|
/linux-4.1.27/arch/arm/mm/ |
D | Kconfig | 856 not perform speculative loads into the D-cache. For such
|
/linux-4.1.27/Documentation/sysctl/ |
D | vm.txt | 434 become subtly broken, and prone to deadlock under high loads.
|
/linux-4.1.27/init/ |
D | Kconfig | 671 This option also prevents heavy loads from blocking RCU 674 Say Y here if you are working with real-time apps or heavy loads
|
/linux-4.1.27/Documentation/x86/ |
D | boot.txt | 463 2. if a bootloader which does not install a hook loads a
|
/linux-4.1.27/arch/x86/ |
D | Kconfig | 1910 If bootloader loads the kernel at a non-aligned address and 1914 If bootloader loads the kernel at a non-aligned address and
|
/linux-4.1.27/Documentation/devicetree/ |
D | booting-without-of.txt | 173 b) Entry with a flattened device-tree block. Firmware loads the
|