Home
last modified time | relevance | path

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

123

/Linux-v5.4/drivers/gpu/drm/msm/
Dmsm_submitqueue.c119 size_t size = min_t(size_t, args->len, sizeof(queue->faults)); in msm_submitqueue_query_faults()
124 args->len = sizeof(queue->faults); in msm_submitqueue_query_faults()
131 ret = copy_to_user(u64_to_user_ptr(args->data), &queue->faults, size); in msm_submitqueue_query_faults()
Dmsm_gpu.h175 int faults; member
/Linux-v5.4/drivers/md/
Dmd-faulty.c79 sector_t faults[MaxFault]; member
105 if (conf->faults[i] >= start && in check_sector()
106 conf->faults[i] < end) { in check_sector()
129 if (conf->faults[i] == start) { in add_sector()
158 conf->faults[n] = start; in add_sector()
/Linux-v5.4/tools/perf/util/
Dparse-events.l328 page-faults|faults { return sym(yyscanner, PERF_TYPE_SOFTWARE, PERF_COUNT_SW_PAGE_FAULTS); }
329 minor-faults { return sym(yyscanner, PERF_TYPE_SOFTWARE, PERF_COUNT_SW_PAGE_FAULTS_MIN); }
330 major-faults { return sym(yyscanner, PERF_TYPE_SOFTWARE, PERF_COUNT_SW_PAGE_FAULTS_MAJ); }
333 alignment-faults { return sym(yyscanner, PERF_TYPE_SOFTWARE, PERF_COUNT_SW_ALIGNMENT_FAULTS); }
334 emulation-faults { return sym(yyscanner, PERF_TYPE_SOFTWARE, PERF_COUNT_SW_EMULATION_FAULTS); }
/Linux-v5.4/Documentation/media/uapi/v4l/
Dext-ctrls-flash.rst70 presence of some faults. See V4L2_CID_FLASH_FAULT.
110 control may not be possible in presence of some faults. See
133 some faults. See V4L2_CID_FLASH_FAULT.
141 Faults related to the flash. The faults tell about specific problems
145 if the fault affects the flash LED. Exactly which faults have such
146 an effect is chip dependent. Reading the faults resets the control
/Linux-v5.4/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:
Dsysfs-bus-iio-temperature-max318565 Open-circuit fault. The detection of open-circuit faults,
/Linux-v5.4/Documentation/admin-guide/mm/
Duserfaultfd.rst12 memory page faults, something otherwise only the kernel code could do.
25 1) read/POLLIN protocol to notify a userland thread of the faults
80 page faults, it has to verify that uffdio_api.features has appropriate
88 bitmask will specify to the kernel which kind of faults to track for
122 Guest async page faults, FOLL_NOWAIT and all other GUP features work
124 page faults in the guest scheduler so those guest processes that
219 not get further userland page faults from the removed area. Still, the
223 Unlike userland page faults which have to be synchronous and require
/Linux-v5.4/kernel/sched/
Dfair.c1085 unsigned long faults[0]; member
1252 return ng->faults[task_faults_idx(NUMA_MEM, nid, 0)] + in group_faults()
1253 ng->faults[task_faults_idx(NUMA_MEM, nid, 1)]; in group_faults()
1264 unsigned long faults = 0; in group_faults_priv() local
1268 faults += ng->faults[task_faults_idx(NUMA_MEM, node, 1)]; in group_faults_priv()
1271 return faults; in group_faults_priv()
1276 unsigned long faults = 0; in group_faults_shared() local
1280 faults += ng->faults[task_faults_idx(NUMA_MEM, node, 0)]; in group_faults_shared()
1283 return faults; in group_faults_shared()
1317 unsigned long faults; in score_nearby_nodes() local
[all …]
/Linux-v5.4/Documentation/virt/kvm/devices/
Ds390_flic.txt15 - enable/disable for the guest transparent async page faults
53 Enables async page faults for the guest. So in case of a major page fault
57 Disables async page faults for the guest and waits until already pending
58 async page faults are done. This is necessary to trigger a completion interrupt
/Linux-v5.4/Documentation/i2c/
Dfault-codes.rst11 Not all fault reports imply errors; "page faults" should be a familiar
13 faults. There may be fancier recovery schemes that are appropriate in
82 about probe faults other than ENXIO and ENODEV.)
/Linux-v5.4/Documentation/fault-injection/
Dfault-injection.rst175 In order to inject faults while debugfs is not available (early boot time),
194 Note that this file enables all types of faults (slab, futex, etc).
199 This feature is intended for systematic testing of faults in a single
386 Systematic faults using fail-nth
389 The following code systematically faults 0-th, 1-st, 2-nd and so on
/Linux-v5.4/arch/arm/nwfpe/
Dentry.S103 @ ??? For some reason, faults can happen at .Lx2 even with a
/Linux-v5.4/drivers/hwmon/
Dsmm665.c145 u16 faults; /* fault status */ member
256 data->faults = val; in smm665_update_device()
351 if (data->faults & (1 << attr->index)) in smm665_show_crit_alarm()
/Linux-v5.4/drivers/ras/
DKconfig14 faults.
/Linux-v5.4/Documentation/devicetree/bindings/iommu/
Dti,omap-iommu.txt22 back a bus error response on MMU faults.
/Linux-v5.4/Documentation/x86/
Dpti.rst185 * Double faults: overflowing the kernel stack because of page
186 faults upon page faults. Caused by touching non-pti-mapped
/Linux-v5.4/Documentation/virt/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
172 when vcpu is in cpl == 0. Bit 2 is 1 if asynchronous page faults
/Linux-v5.4/fs/f2fs/
DKconfig92 Test F2FS to inject faults such as ENOMEM, ENOSPC, and so on.
/Linux-v5.4/Documentation/leds/
Dleds-class-flash.rst64 bitmask of flash faults that the LED flash class
/Linux-v5.4/drivers/iommu/
Diommu.c979 INIT_LIST_HEAD(&param->fault_param->faults); in iommu_register_device_fault_handler()
1011 if (!list_empty(&param->fault_param->faults)) { in iommu_unregister_device_fault_handler()
1064 list_add_tail(&evt_pending->list, &fparam->faults); in iommu_report_device_fault()
1103 if (list_empty(&param->fault_param->faults)) { in iommu_page_response()
1111 list_for_each_entry(evt, &param->fault_param->faults, list) { in iommu_page_response()
/Linux-v5.4/Documentation/filesystems/nfs/
Dfault_injection.txt21 injecting faults on the NFS server. As root, write a number n to the file
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_vm.h274 DECLARE_KFIFO(faults, u64, 128);
/Linux-v5.4/Documentation/arm/samsung-s3c24xx/
Dsuspend.rst131 identify any faults with better precision
/Linux-v5.4/Documentation/
Dstatic-keys.txt301 487 page-faults # 0.001 M/sec ( +- 0.02% )
318 487 page-faults # 0.001 M/sec ( +- 0.05% )

123