Home
last modified time | relevance | path

Searched refs:loads (Results 1 – 94 of 94) sorted by relevance

/linux-4.4.14/kernel/sched/
Dloadavg.c74 void get_avenrun(unsigned long *loads, unsigned long offset, int shift) in get_avenrun() argument
76 loads[0] = (avenrun[0] + offset) << shift; in get_avenrun()
77 loads[1] = (avenrun[1] + offset) << shift; in get_avenrun()
78 loads[2] = (avenrun[2] + offset) << shift; in get_avenrun()
/linux-4.4.14/arch/alpha/lib/
Dev6-copy_user.S75 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.4.14/tools/perf/Documentation/
Dperf-mem.txt19 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.
Dperf-list.txt118 . 'cache' or 'hwcache' to list hardware cache events such as L1-dcache-loads, etc.
Dperf-report.txt319 special event -e cpu/mem-loads/ or -e cpu/mem-stores/. See
/linux-4.4.14/include/uapi/linux/
Dsysinfo.h9 __kernel_ulong_t loads[3]; /* 1, 5, and 15 minute load averages */ member
/linux-4.4.14/Documentation/devicetree/bindings/mfd/
Daxp20x.txt35 using PFM under light loads and switching to PWM
36 for heavier loads. Forcing PWM mode trades efficiency
37 under light loads for lower output noise. This
/linux-4.4.14/arch/mips/include/asm/
Dfpu_emulator.h37 unsigned long loads; member
Dmips-r2-to-r6-emul.h22 u64 loads; member
/linux-4.4.14/arch/mips/math-emu/
Dme-debugfs.c54 FPU_STAT_CREATE(loads); in debugfs_fpuemu()
Dcp1emu.c1054 MIPS_FPU_EMU_INC_STATS(loads); in cop1Emulate()
1089 MIPS_FPU_EMU_INC_STATS(loads); in cop1Emulate()
1477 MIPS_FPU_EMU_INC_STATS(loads); in fpux_emu()
1574 MIPS_FPU_EMU_INC_STATS(loads); in fpux_emu()
/linux-4.4.14/Documentation/
Dmemory-barriers.txt143 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 …]
Dinitrd.txt27 1) the boot loader loads the kernel and the initial RAM disk
265 loads initrd
271 3) /sbin/init loads the necessary kernel modules
Dunaligned-memory-access.txt235 On architectures that require aligned loads, networking requires that the IP
242 addresses can be very expensive and dwarf the cost of unaligned loads.
Dxillybus.txt115 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
Dcrc32.txt166 By always having 4 loads in flight, a modern superscalar processor can
Drtc.txt72 At high frequencies, or under high loads, the user process should check
DChanges184 PCMCIA sockets at system startup and loads the appropriate modules
Dedac.txt96 loads both the amd76x_edac.ko memory controller module and the edac_mc.ko
Dkernel-parameters.txt25 when it loads a module, so the kernel command line can be used for
/linux-4.4.14/arch/mips/kernel/
Dmips-r2-to-r6-emul.c1268 MIPS_R2_STATS(loads); in mipsr2_decoder()
1342 MIPS_R2_STATS(loads); in mipsr2_decoder()
1602 MIPS_R2_STATS(loads); in mipsr2_decoder()
1721 MIPS_R2_STATS(loads); in mipsr2_decoder()
2261 (unsigned long)__this_cpu_read(mipsr2emustats.loads), in mipsr2_stats_show()
2262 (unsigned long)__this_cpu_read(mipsr2bdemustats.loads)); in mipsr2_stats_show()
2318 __this_cpu_write((mipsr2emustats).loads, 0); in mipsr2_stats_clear_show()
2319 __this_cpu_write((mipsr2bdemustats).loads, 0); in mipsr2_stats_clear_show()
/linux-4.4.14/kernel/debug/kdb/
Dkdb_main.c2526 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.4.14/Documentation/sound/oss/
Dultrasound5 This loads the driver for the Gravis Ultrasound family of sound cards.
DSoundblaster5 This loads the driver for the Sound Blaster and assorted clones. Cards that
DREADME.OSS627 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.4.14/Documentation/ABI/testing/
Devm22 patch, which loads the trusted/encrypted key and enables
Dsysfs-block152 merge contiguous I/Os. For known random I/O loads these
/linux-4.4.14/tools/perf/util/
Dparse-events.l249 mem-loads { return str(yyscanner, PE_KERNEL_PMU_EVENT); }
260 load|loads|read |
/linux-4.4.14/tools/testing/selftests/powerpc/copyloops/
Dmemcpy_64.S108 ld r9,0(r4) # 3+2n loads, 2+2n stores
120 0: ld r0,0(r4) # 4+2n loads, 3+2n stores
/linux-4.4.14/arch/powerpc/lib/
Dmemcpy_64.S108 ld r9,0(r4) # 3+2n loads, 2+2n stores
120 0: ld r0,0(r4) # 4+2n loads, 3+2n stores
/linux-4.4.14/Documentation/ABI/stable/
Dvdso1 On some architectures, when the kernel loads any userspace program it
/linux-4.4.14/arch/arm64/
DMakefile30 KBUILD_CFLAGS += $(call cc-option, -mpc-relative-literal-loads)
DKconfig302 bool "Cortex-A57: 832075: possible deadlock on mixing exclusive memory accesses with device loads"
309 instructions to Write-Back memory are mixed with Device loads.
311 The workaround is to promote device loads to use Load-Acquire
/linux-4.4.14/kernel/
Dsys.c2304 get_avenrun(info->loads, 0, SI_LOAD_SHIFT - FSHIFT); in do_sysinfo()
2370 u32 loads[3]; member
2414 __put_user(s.loads[0], &info->loads[0]) || in COMPAT_SYSCALL_DEFINE1()
2415 __put_user(s.loads[1], &info->loads[1]) || in COMPAT_SYSCALL_DEFINE1()
2416 __put_user(s.loads[2], &info->loads[2]) || in COMPAT_SYSCALL_DEFINE1()
/linux-4.4.14/Documentation/fb/
Dpvr2fb.txt46 XFree under high loads if write combining is enabled (sound
Dmatroxfb.txt172 under high loads if write combining is enabled (sound dropouts).
/linux-4.4.14/Documentation/input/
Dbcm5974.txt29 The driver loads automatically for the supported usb device ids, and
/linux-4.4.14/arch/cris/boot/rescue/
Dhead_v10.S78 ;; 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.4.14/Documentation/networking/
Dframerelay.txt28 any board specific configuration. The Sangoma module of fradcfg loads the
Ddl2k.txt119 The insmod command only loads the driver and gives it a name of the form
De1000e.txt241 parameter at 1 when the driver loads) it cannot be unlocked except via power
Dspider_net.txt179 well, even under heavy network loads.
Dfilter.txt386 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
Dixgb.txt115 loads the ixgb driver with 80 TX resources for the first adapter and 128 TX
Dcs89x0.txt216 This example loads the module and configures the adapter to use an IO port base
Dbonding.txt1999 when the e1000 driver loads, it will receive eth0 and eth1 for its
/linux-4.4.14/drivers/usb/misc/
DKconfig9 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.4.14/Documentation/block/
Ddeadline-iosched.txt65 back merges are much more common than front merges. For some work loads, you
/linux-4.4.14/Documentation/mic/
Dmic_overview.txt5 memory and I/O. The host OS loads a device driver as is typical for
/linux-4.4.14/Documentation/scsi/
Dmegaraid.txt32 solution. modprobe automatically loads dependent modules, so users
Din2000.txt74 heavy loads involving 2 or more simultaneously active
Daic79xx.txt165 high tag depth write loads.
DChangeLog.megaraid564 solution. modprobe automatically loads dependent modules, so users
/linux-4.4.14/Documentation/RCU/
Drcu_dereference.txt80 do order stores after such branches, they can speculate loads,
100 after such branches, but can speculate loads, which can again
362 in turn destroying the ordering between this load and the loads of the
Dchecklist.txt37 them -- even x86 allows later loads to be reordered to precede
104 are weakly ordered -- even x86 CPUs allow later loads to be
DRTFP.txt2526 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.4.14/Documentation/cpu-freq/
Dpcc-cpufreq.txt129 When the driver loads, it merely prints the lowest and the highest CPU
132 The PCC driver loads with a message such as:
Dgovernors.txt168 effect on behavior at lower speeds/lower CPU loads.
/linux-4.4.14/Documentation/s390/
Dmonreader.txt82 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.4.14/drivers/gpu/drm/msm/
DNOTES34 loads whatever connectors are appropriate.
/linux-4.4.14/tools/power/cpupower/bench/
DREADME-BENCH84 will always see 50% loads and you get worst performance impact never
/linux-4.4.14/Documentation/vm/
Dfrontswap.txt57 loads - how many loads were attempted (all should succeed)
188 store" and (possibly) a "frontswap backend loads", which are presumably much
/linux-4.4.14/Documentation/video4linux/
Dpxa_camera.txt145 +----+ +-- DMA DDADR loads DDADR_STOP
Dv4l2-framework.txt556 This loads the given module (can be NULL if no module needs to be loaded) and
/linux-4.4.14/Documentation/security/
Dkeys-trusted-encrypted.txt6 stores, and loads only encrypted blobs. Trusted Keys require the availability
/linux-4.4.14/arch/m68k/fpsp040/
Dx_operr.S222 | Store_max loads the max pos or negative for the size, sets
/linux-4.4.14/Documentation/x86/
Dkernel-stacks44 loads such a descriptor, the hardware automatically sets the new stack
Dboot.txt463 2. if a bootloader which does not install a hook loads a
/linux-4.4.14/Documentation/arm/
Dvlocks.txt158 implementation uses a simple loop of word-sized loads for this
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/
Dpinctrl-bindings.txt26 driver loads. This would allow representing a board's static pin configuration
/linux-4.4.14/Documentation/powerpc/
Dbootwrapper.txt30 bd_info structure and loads the data into the device
Dpci_iov_resource_on_powernv.txt24 When a PE is frozen, all stores in any direction are dropped and all loads
/linux-4.4.14/Documentation/hwmon/
Dasc762186 recommended CPU temperature under varying operational loads.
/linux-4.4.14/Documentation/kdump/
Dkdump.txt26 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.4.14/Documentation/crypto/
Ddescore-readme.txt110 so that, e.g., `long' loads can be used instead of 4 `char' loads
/linux-4.4.14/drivers/bluetooth/
DKconfig306 This driver loads the firmware into the Atheros Bluetooth
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel.c216 EVENT_ATTR_STR(mem-loads, mem_ld_nhm, "event=0x0b,umask=0x10,ldlat=3");
217 EVENT_ATTR_STR(mem-loads, mem_ld_snb, "event=0xcd,umask=0x1,ldlat=3");
3193 EVENT_ATTR_STR(mem-loads, mem_ld_hsw, "event=0xcd,umask=0x1,ldlat=3");
/linux-4.4.14/drivers/staging/unisys/Documentation/
Doverview.txt96 When a visor function driver loads, it calls visorbus_register_visor_driver()
/linux-4.4.14/Documentation/hid/
Dhid-transport.txt13 devices and register them with the HID bus. HID core then loads generic device
/linux-4.4.14/arch/sh/
DKconfig791 first part of the romImage which in turn loads the rest the kernel
/linux-4.4.14/Documentation/blockdev/
Dparide.txt193 this loads a base module which provides a registry for the protocols,
/linux-4.4.14/Documentation/power/
Dswsusp.txt85 ``resume='' kernel option. If signature is found it loads and restores saved
Ddevices.txt551 boot loader loads a fresh instance of the kernel, called the boot kernel, into
Dpci.txt147 stored in the machine's BIOS. The kernel loads them from the BIOS and executes
/linux-4.4.14/Documentation/cdrom/
Dide-cd345 * This loads a CDROM from a specified slot in a changer, and displays
/linux-4.4.14/kernel/trace/
DKconfig511 It only enables the event and disables it and runs various loads
/linux-4.4.14/Documentation/filesystems/
Df2fs.txt65 2. It loads parent index structures of all the data in the victim identified by
/linux-4.4.14/include/linux/
Dsched.h153 extern void get_avenrun(unsigned long *loads, unsigned long offset, int shift);
/linux-4.4.14/drivers/hid/
DKconfig64 the device into the kernel. The kernel parses the HID reports, loads the
/linux-4.4.14/arch/arm/mm/
DKconfig864 not perform speculative loads into the D-cache. For such
/linux-4.4.14/Documentation/sysctl/
Dvm.txt434 become subtly broken, and prone to deadlock under high loads.
/linux-4.4.14/init/
DKconfig648 This option also prevents heavy loads from blocking RCU
651 Say Y here if you are working with real-time apps or heavy loads
/linux-4.4.14/arch/x86/
DKconfig1935 If bootloader loads the kernel at a non-aligned address and
1939 If bootloader loads the kernel at a non-aligned address and
/linux-4.4.14/Documentation/devicetree/
Dbooting-without-of.txt173 b) Entry with a flattened device-tree block. Firmware loads the