Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dparse-events.l233 page-faults|faults { return sym(yyscanner, PERF_TYPE_SOFTWARE, PERF_COUNT_SW_PAGE_FAULTS); }
234 minor-faults { return sym(yyscanner, PERF_TYPE_SOFTWARE, PERF_COUNT_SW_PAGE_FAULTS_MIN); }
235 major-faults { return sym(yyscanner, PERF_TYPE_SOFTWARE, PERF_COUNT_SW_PAGE_FAULTS_MAJ); }
238 alignment-faults { return sym(yyscanner, PERF_TYPE_SOFTWARE, PERF_COUNT_SW_ALIGNMENT_FAULTS); }
239 emulation-faults { return sym(yyscanner, PERF_TYPE_SOFTWARE, PERF_COUNT_SW_EMULATION_FAULTS); }
/linux-4.4.14/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.4.14/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.4.14/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.4.14/kernel/sched/
Dfair.c893 unsigned long faults[0]; member
935 return p->numa_group->faults[task_faults_idx(NUMA_MEM, nid, 0)] + in group_faults()
936 p->numa_group->faults[task_faults_idx(NUMA_MEM, nid, 1)]; in group_faults()
964 unsigned long faults; in score_nearby_nodes() local
987 faults = task_faults(p, node); in score_nearby_nodes()
989 faults = group_faults(p, node); in score_nearby_nodes()
1000 faults *= (sched_max_numa_distance - dist); in score_nearby_nodes()
1001 faults /= (sched_max_numa_distance - LOCAL_DISTANCE); in score_nearby_nodes()
1004 score += faults; in score_nearby_nodes()
1019 unsigned long faults, total_faults; in task_weight() local
[all …]
/linux-4.4.14/Documentation/vm/
Duserfaultfd.txt7 memory page faults, something otherwise only the kernel code could do.
19 1) read/POLLIN protocol to notify a userland thread of the faults
61 bitmask will specify to the kernel which kind of faults to track for
94 Guest async page faults, FOLL_NOWAIT and all other GUP features work
96 page faults in the guest scheduler so those guest processes that
Dtranshuge.txt18 requiring larger clear-page copy-page in page faults which is a
131 invoke defrag algorithms synchronously during the page faults, it
211 first time a page is faulted and for COW faults.
Dpage_migration139 Processes waiting on the page lock will redo their page faults
Dunevictable-lru.txt474 swapped out - but major page faults to fault memory in might still happen.
/linux-4.4.14/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.4.14/arch/arm/nwfpe/
Dentry.S115 @ ??? For some reason, faults can happen at .Lx2 even with a
/linux-4.4.14/drivers/ras/
DKconfig13 faults.
/linux-4.4.14/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.4.14/Documentation/devicetree/bindings/iommu/
Dti,omap-iommu.txt22 back a bus error response on MMU faults.
/linux-4.4.14/Documentation/devicetree/bindings/leds/
Dcommon.txt5 blinking patterns, flash timeout, flash faults and external flash strobe mode.
/linux-4.4.14/lib/
DKconfig.kmemcheck60 other faults. The queue will be emptied as soon as a tasklet may
/linux-4.4.14/Documentation/leds/
Dleds-class-flash.txt50 * flash_faults - bitmask of flash faults that the LED flash class
/linux-4.4.14/Documentation/filesystems/nfs/
Dfault_injection.txt21 injecting faults on the NFS server. As root, write a number n to the file
/linux-4.4.14/drivers/pci/
DKconfig100 behind an IOMMU to recover from page faults.
/linux-4.4.14/Documentation/video4linux/bttv/
DREADME.freeze27 protection faults (so-called "kernel oops").
/linux-4.4.14/Documentation/arm/Samsung-S3C24XX/
DSuspend.txt130 identify any faults with better precision
/linux-4.4.14/Documentation/
Dstatic-keys.txt261 487 page-faults # 0.001 M/sec ( +- 0.02% )
278 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.txt3960 8 - SIGSEGV faults
3961 16 - SIGBUS faults
/linux-4.4.14/fs/nfsd/
DKconfig113 This option enables support for manually injecting faults
/linux-4.4.14/Documentation/filesystems/
Ddax.txt70 truncates and page faults
Dproc.txt291 min_flt number of minor faults
292 cmin_flt number of minor faults with child's
293 maj_flt number of major faults
294 cmaj_flt number of major faults with child's
/linux-4.4.14/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.txt355 (user write faults generate a #PF)
Dapi.txt1847 space (for regular virtual machines). This only works for minor faults,
/linux-4.4.14/Documentation/x86/
Dintel_mpx.txt90 Handling #BR faults caused by MPX
94 #BR faults.
/linux-4.4.14/arch/cris/arch-v32/kernel/
Dhead.S82 ;; f unused, but page mapped to get page faults
/linux-4.4.14/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.4.14/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.txt467 The unmapping of pages and trapping faults incur additional overhead that
472 faults may be controlled by the numa_balancing_scan_period_min_ms,
494 Higher scan rates incur higher system overhead as page faults must be
/linux-4.4.14/arch/arm/plat-samsung/
DKconfig279 faults with better precision.
/linux-4.4.14/arch/m68k/ifpsp060/
Diskeleton.S185 | algorithms so that no page faults occur within the "core" code
/linux-4.4.14/Documentation/fb/
Dudlfb.txt104 module to track changed areas of the framebuffer by page faults.
/linux-4.4.14/arch/m68k/fpsp040/
Dskeleton.S402 | faults should have already been handled.
/linux-4.4.14/Documentation/fault-injection/
Dfault-injection.txt128 In order to inject faults while debugfs is not available (early boot time),
/linux-4.4.14/Documentation/trace/
Dmmiotrace.txt107 MMIO accesses are recorded via page faults. Just before __ioremap() returns,
/linux-4.4.14/arch/blackfin/
DKconfig.debug74 double faults - if unsure say "Y"
/linux-4.4.14/mm/
DKconfig204 # page_table_lock, so that faults on different parts of the user address
401 applications by speeding up page faults during memory
/linux-4.4.14/Documentation/powerpc/
Dcxl.txt100 Data storage faults and error interrupts are handled by the kernel
Dcxlflash.txt9 memory and generate page faults. As a result, the host interface to
/linux-4.4.14/Documentation/timers/
DNO_HZ.txt325 result in these shootdowns. For another example, page faults
/linux-4.4.14/kernel/trace/
DKconfig525 implementation and works via page faults. Tracing is disabled by
/linux-4.4.14/arch/arm/
DKconfig.debug76 8 - SIGSEGV faults
77 16 - SIGBUS faults
/linux-4.4.14/Documentation/input/
Datarikbd.txt169 major controller faults (ROM checksum and RAM test) and such things as stuck
/linux-4.4.14/Documentation/gpio/
Dgpio-legacy.txt94 "not available on this board", or indicating faults. Code that doesn't
/linux-4.4.14/Documentation/m68k/
Dkernel-options.txt179 memory faults or bad kernel traps, and kernel panics. To be exact: all
/linux-4.4.14/init/
DKconfig1594 handle page faults in userland.