/kernel/linux/linux-5.10/drivers/md/ |
D | md-faulty.c | 79 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()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/ |
D | msm_submitqueue.c | 126 size_t size = min_t(size_t, args->len, sizeof(queue->faults)); in msm_submitqueue_query_faults() 131 args->len = sizeof(queue->faults); in msm_submitqueue_query_faults() 138 ret = copy_to_user(u64_to_user_ptr(args->data), &queue->faults, size); in msm_submitqueue_query_faults()
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
D | ext-ctrls-flash.rst | 63 presence of some faults. See V4L2_CID_FLASH_FAULT. 103 control may not be possible in presence of some faults. See 126 some faults. See V4L2_CID_FLASH_FAULT. 134 Faults related to the flash. The faults tell about specific problems 138 if the fault affects the flash LED. Exactly which faults have such 139 an effect is chip dependent. Reading the faults resets the control
|
/kernel/linux/linux-5.10/tools/perf/util/ |
D | parse-events.l | 340 page-faults|faults { return sym(yyscanner, PERF_TYPE_SOFTWARE, PERF_COUNT_SW_PAGE_FAULTS); } 341 minor-faults { return sym(yyscanner, PERF_TYPE_SOFTWARE, PERF_COUNT_SW_PAGE_FAULTS_MIN); } 342 major-faults { return sym(yyscanner, PERF_TYPE_SOFTWARE, PERF_COUNT_SW_PAGE_FAULTS_MAJ); } 345 alignment-faults { return sym(yyscanner, PERF_TYPE_SOFTWARE, PERF_COUNT_SW_ALIGNMENT_FAULTS); } 346 emulation-faults { return sym(yyscanner, PERF_TYPE_SOFTWARE, PERF_COUNT_SW_EMULATION_FAULTS); }
|
/kernel/linux/linux-5.10/Documentation/admin-guide/cgroup-v1/ |
D | hugetlb.rst | 25 …rsvd.max_usage_in_bytes # show max "hugepagesize" hugetlb reservations and no-reserve faults 26 …svd.usage_in_bytes # show current reservations and no-reserve faults for "hugepagesize"… 28 …tlb.<hugepagesize>.limit_in_bytes # set/show limit of "hugepagesize" hugetlb faults 108 For shared HugeTLB memory, both HugeTLB reservation and page faults are charged 119 When a HugeTLB cgroup goes offline with some reservations or faults still 130 complex compared to the tracking of HugeTLB faults, so it is significantly
|
/kernel/linux/linux-5.10/tools/testing/selftests/vm/ |
D | hmm-tests.c | 42 uint64_t faults; member 142 buffer->faults = cmd.faults; in hmm_dmirror_cmd() 268 ASSERT_EQ(buffer->faults, 1); in TEST_F() 378 ASSERT_EQ(buffer->faults, 1); in TEST_F() 422 ASSERT_EQ(buffer->faults, 1); in TEST_F() 444 ASSERT_EQ(buffer->faults, 1); in TEST_F() 521 ASSERT_EQ(buffer->faults, 1); in TEST_F() 599 ASSERT_EQ(buffer->faults, 1); in TEST_F() 655 ASSERT_EQ(buffer->faults, 1); in TEST_F() 713 ASSERT_EQ(buffer->faults, 1); in TEST_F() [all …]
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-class-led-flash | 54 Space separated list of flash faults that may have occurred. 55 Flash faults are re-read after strobing the flash. Possible 56 flash faults:
|
D | sysfs-bus-iio-temperature-max31856 | 5 Open-circuit fault. The detection of open-circuit faults,
|
D | sysfs-bus-counter-104-quad-8 | 15 Whether detection of differential encoder cable faults for the
|
/kernel/linux/linux-5.10/lib/ |
D | test_hmm_uapi.h | 28 __u64 faults; member
|
/kernel/linux/linux-5.10/Documentation/virt/kvm/devices/ |
D | s390_flic.rst | 18 - enable/disable for the guest transparent async page faults 58 Enables async page faults for the guest. So in case of a major page fault 62 Disables async page faults for the guest and waits until already pending 63 async page faults are done. This is necessary to trigger a completion interrupt
|
/kernel/linux/linux-5.10/kernel/sched/ |
D | fair.c | 1132 unsigned long faults[]; member 1299 return ng->faults[task_faults_idx(NUMA_MEM, nid, 0)] + in group_faults() 1300 ng->faults[task_faults_idx(NUMA_MEM, nid, 1)]; in group_faults() 1311 unsigned long faults = 0; in group_faults_priv() local 1315 faults += ng->faults[task_faults_idx(NUMA_MEM, node, 1)]; in group_faults_priv() 1318 return faults; in group_faults_priv() 1323 unsigned long faults = 0; in group_faults_shared() local 1327 faults += ng->faults[task_faults_idx(NUMA_MEM, node, 0)]; in group_faults_shared() 1330 return faults; in group_faults_shared() 1364 unsigned long faults; in score_nearby_nodes() local [all …]
|
/kernel/linux/linux-5.10/Documentation/admin-guide/mm/ |
D | userfaultfd.rst | 12 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 174 Guest async page faults, ``FOLL_NOWAIT`` and all other ``GUP*`` features work 176 page faults in the guest scheduler so those guest processes that 271 not get further userland page faults from the removed area. Still, the 275 Unlike userland page faults which have to be synchronous and require
|
/kernel/linux/linux-5.10/Documentation/i2c/ |
D | fault-codes.rst | 11 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.)
|
/kernel/linux/linux-5.10/Documentation/fault-injection/ |
D | fault-injection.rst | 181 In order to inject faults while debugfs is not available (early boot time), 201 Note that this file enables all types of faults (slab, futex, etc). 206 This feature is intended for systematic testing of faults in a single 393 Systematic faults using fail-nth 396 The following code systematically faults 0-th, 1-st, 2-nd and so on
|
/kernel/linux/linux-5.10/arch/arm/nwfpe/ |
D | entry.S | 104 @ ??? For some reason, faults can happen at .Lx2 even with a
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
D | smm665.c | 145 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()
|
/kernel/linux/linux-5.10/drivers/ras/ |
D | Kconfig | 14 faults.
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/ |
D | restrack.c | 96 atomic64_read(&mr->odp_stats.faults))) in fill_stat_mr_entry()
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iommu/ |
D | ti,omap-iommu.txt | 22 back a bus error response on MMU faults.
|
/kernel/linux/linux-5.10/Documentation/arm64/ |
D | memory-tagging-extension.rst | 75 thread, asynchronously following one or multiple tag check faults, 84 - ``PR_MTE_TCF_NONE`` - *Ignore* tag check faults 254 * Enable the tagged address ABI, synchronous MTE tag check faults and
|
/kernel/linux/linux-5.10/Documentation/x86/ |
D | pti.rst | 185 * Double faults: overflowing the kernel stack because of page 186 faults upon page faults. Caused by touching non-pti-mapped
|
/kernel/linux/linux-5.10/drivers/soc/samsung/ |
D | Kconfig | 83 faults with better precision.
|
/kernel/linux/linux-5.10/Documentation/leds/ |
D | leds-class-flash.rst | 64 bitmask of flash faults that the LED flash class
|
/kernel/linux/linux-5.10/Documentation/virt/kvm/ |
D | msr.rst | 211 when asynchronous page faults are enabled on the vcpu, 0 when disabled. 212 Bit 1 is 1 if asynchronous page faults can be injected when vcpu is in 213 cpl == 0. Bit 2 is 1 if asynchronous page faults are delivered to L1 as
|