Home
last modified time | relevance | path

Searched refs:faults (Results 1 – 51 of 51) sorted by relevance

/linux-4.1.27/tools/perf/util/
Dparse-events.l191 page-faults|faults { return sym(yyscanner, PERF_TYPE_SOFTWARE, PERF_COUNT_SW_PAGE_FAULTS); }
192 minor-faults { return sym(yyscanner, PERF_TYPE_SOFTWARE, PERF_COUNT_SW_PAGE_FAULTS_MIN); }
193 major-faults { return sym(yyscanner, PERF_TYPE_SOFTWARE, PERF_COUNT_SW_PAGE_FAULTS_MAJ); }
196 alignment-faults { return sym(yyscanner, PERF_TYPE_SOFTWARE, PERF_COUNT_SW_ALIGNMENT_FAULTS); }
197 emulation-faults { return sym(yyscanner, PERF_TYPE_SOFTWARE, PERF_COUNT_SW_EMULATION_FAULTS); }
/linux-4.1.27/drivers/md/
Dfaulty.c88 sector_t faults[MaxFault]; member
114 if (conf->faults[i] >= start && in check_sector()
115 conf->faults[i] < end) { in check_sector()
138 if (conf->faults[i] == start) { in add_sector()
167 conf->faults[n] = start; in add_sector()
/linux-4.1.27/Documentation/virtual/kvm/devices/
Ds390_flic.txt14 - enable/disable for the guest transparent async page faults
44 Enables async page faults for the guest. So in case of a major page fault
48 Disables async page faults for the guest and waits until already pending
49 async page faults are done. This is necessary to trigger a completion interrupt
/linux-4.1.27/tools/perf/Documentation/
Dperf-bench.txt162 Show only the result with page faults before memcpy.
166 Show only the result without page faults before memcpy.
194 Show only the result with page faults before memset.
198 Show only the result without page faults before memset.
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-class-led-flash54 Space separated list of flash faults that may have occurred.
55 Flash faults are re-read after strobing the flash. Possible
56 flash faults:
/linux-4.1.27/kernel/sched/
Dfair.c887 unsigned long faults[0]; member
929 return p->numa_group->faults[task_faults_idx(NUMA_MEM, nid, 0)] + in group_faults()
930 p->numa_group->faults[task_faults_idx(NUMA_MEM, nid, 1)]; in group_faults()
958 unsigned long faults; in score_nearby_nodes() local
981 faults = task_faults(p, node); in score_nearby_nodes()
983 faults = group_faults(p, node); in score_nearby_nodes()
994 faults *= (sched_max_numa_distance - dist); in score_nearby_nodes()
995 faults /= (sched_max_numa_distance - LOCAL_DISTANCE); in score_nearby_nodes()
998 score += faults; in score_nearby_nodes()
1013 unsigned long faults, total_faults; in task_weight() local
[all …]
/linux-4.1.27/Documentation/devicetree/bindings/iommu/
Dti,omap-iommu.txt16 back a bus error response on MMU faults.
/linux-4.1.27/Documentation/i2c/
Dfault-codes7 Not all fault reports imply errors; "page faults" should be a familiar
9 faults. There may be fancier recovery schemes that are appropriate in
78 about probe faults other than ENXIO and ENODEV.)
/linux-4.1.27/arch/arm/nwfpe/
Dentry.S114 @ ??? For some reason, faults can happen at .Lx2 even with a
/linux-4.1.27/drivers/hwmon/
Dsmm665.c148 u16 faults; /* fault status */ member
259 data->faults = val; in smm665_update_device()
354 if (data->faults & (1 << attr->index)) in smm665_show_crit_alarm()
/linux-4.1.27/Documentation/devicetree/bindings/leds/
Dcommon.txt5 blinking patterns, flash timeout, flash faults and external flash strobe mode.
/linux-4.1.27/lib/
DKconfig.kmemcheck60 other faults. The queue will be emptied as soon as a tasklet may
/linux-4.1.27/Documentation/filesystems/nfs/
Dfault_injection.txt21 injecting faults on the NFS server. As root, write a number n to the file
/linux-4.1.27/Documentation/video4linux/bttv/
DREADME.freeze27 protection faults (so-called "kernel oops").
/linux-4.1.27/drivers/pci/
DKconfig100 behind an IOMMU to recover from page faults.
/linux-4.1.27/Documentation/arm/Samsung-S3C24XX/
DSuspend.txt130 identify any faults with better precision
/linux-4.1.27/Documentation/
Dstatic-keys.txt256 487 page-faults # 0.001 M/sec ( +- 0.02% )
273 487 page-faults # 0.001 M/sec ( +- 0.05% )
Doops-tracing.txt147 faults. In order to have full support for address resolution at least
190 seamless support for debugging protection faults which occur with
Dkmemcheck.txt133 to generate any other page faults when accessed. The queue will be
746 memory that can take page faults because of kmemcheck.
750 This does not prevent the page faults from occurring, however, but marks the
Dkprobes.txt543 to install a bug fix or to inject faults for testing. Kprobes, of
544 course, has no way to distinguish the deliberately injected faults
Dkernel-parameters.txt3840 8 - SIGSEGV faults
3841 16 - SIGBUS faults
/linux-4.1.27/fs/nfsd/
DKconfig113 This option enables support for manually injecting faults
/linux-4.1.27/Documentation/filesystems/
Ddax.txt67 truncates and page faults
Dproc.txt288 min_flt number of minor faults
289 cmin_flt number of minor faults with child's
290 maj_flt number of major faults
291 cmaj_flt number of major faults with child's
/linux-4.1.27/Documentation/virtual/kvm/
Dmsr.txt170 when asynchronous page faults are enabled on the vcpu 0 when
171 disabled. Bit 1 is 1 if asynchronous page faults can be injected
Dmmu.txt349 (user write faults generate a #PF)
Dapi.txt1811 space (for regular virtual machines). This only works for minor faults,
/linux-4.1.27/Documentation/x86/
Dintel_mpx.txt90 Handling #BR faults caused by MPX
94 #BR faults.
/linux-4.1.27/Documentation/vm/
Dtranshuge.txt18 requiring larger clear-page copy-page in page faults which is a
131 invoke defrag algorithms synchronously during the page faults, it
201 first time a page is faulted and for COW faults.
Dpage_migration142 Processes waiting on the page lock will redo their page faults
/linux-4.1.27/Documentation/usb/
Derror-codes.txt9 way certain faults are reported.
Dehci.txt136 badly when they see different faults than OHCI or UHCI report.
/linux-4.1.27/arch/cris/arch-v32/kernel/
Dhead.S82 ;; f unused, but page mapped to get page faults
/linux-4.1.27/Documentation/sysctl/
Dvm.txt114 This should be used on systems where stalls for minor page faults are an
670 Lower values mean lower latencies for initial faults, but at the same time
671 extra faults and I/O delays for following faults if they would have been part of
Dkernel.txt455 The unmapping of pages and trapping faults incur additional overhead that
460 faults may be controlled by the numa_balancing_scan_period_min_ms,
482 Higher scan rates incur higher system overhead as page faults must be
/linux-4.1.27/arch/arm/plat-samsung/
DKconfig296 faults with better precision.
/linux-4.1.27/Documentation/fault-injection/
Dfault-injection.txt118 In order to inject faults while debugfs is not available (early boot time),
/linux-4.1.27/arch/m68k/ifpsp060/
Diskeleton.S185 | algorithms so that no page faults occur within the "core" code
/linux-4.1.27/Documentation/fb/
Dudlfb.txt104 module to track changed areas of the framebuffer by page faults.
/linux-4.1.27/Documentation/trace/
Dmmiotrace.txt107 MMIO accesses are recorded via page faults. Just before __ioremap() returns,
/linux-4.1.27/arch/m68k/fpsp040/
Dskeleton.S402 | faults should have already been handled.
/linux-4.1.27/arch/blackfin/
DKconfig.debug74 double faults - if unsure say "Y"
/linux-4.1.27/mm/
DKconfig216 # page_table_lock, so that faults on different parts of the user address
418 applications by speeding up page faults during memory
/linux-4.1.27/Documentation/powerpc/
Dcxl.txt100 Data storage faults and error interrupts are handled by the kernel
/linux-4.1.27/arch/x86/kernel/
Dentry_32.S968 # Hypervisor uses this for application faults while it executes.
/linux-4.1.27/Documentation/timers/
DNO_HZ.txt325 result in these shootdowns. For another example, page faults
/linux-4.1.27/kernel/trace/
DKconfig525 implementation and works via page faults. Tracing is disabled by
/linux-4.1.27/arch/arm/
DKconfig.debug75 8 - SIGSEGV faults
76 16 - SIGBUS faults
/linux-4.1.27/Documentation/input/
Datarikbd.txt169 major controller faults (ROM checksum and RAM test) and such things as stuck
/linux-4.1.27/Documentation/gpio/
Dgpio-legacy.txt94 "not available on this board", or indicating faults. Code that doesn't
/linux-4.1.27/Documentation/m68k/
Dkernel-options.txt179 memory faults or bad kernel traps, and kernel panics. To be exact: all