/Linux-v5.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()
|
/Linux-v5.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()
|
/Linux-v5.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
|
/Linux-v5.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); }
|
/Linux-v5.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
|
/Linux-v5.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 …]
|
/Linux-v5.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
|
/Linux-v5.10/lib/ |
D | test_hmm_uapi.h | 28 __u64 faults; member
|
D | test_hmm.c | 369 cmd->faults++; in dmirror_read() 443 cmd->faults++; in dmirror_write() 937 cmd.faults = 0; in dmirror_fops_unlocked_ioctl()
|
/Linux-v5.10/kernel/sched/ |
D | fair.c | 1094 unsigned long faults[]; member 1261 return ng->faults[task_faults_idx(NUMA_MEM, nid, 0)] + in group_faults() 1262 ng->faults[task_faults_idx(NUMA_MEM, nid, 1)]; in group_faults() 1273 unsigned long faults = 0; in group_faults_priv() local 1277 faults += ng->faults[task_faults_idx(NUMA_MEM, node, 1)]; in group_faults_priv() 1280 return faults; in group_faults_priv() 1285 unsigned long faults = 0; in group_faults_shared() local 1289 faults += ng->faults[task_faults_idx(NUMA_MEM, node, 0)]; in group_faults_shared() 1292 return faults; in group_faults_shared() 1326 unsigned long faults; in score_nearby_nodes() local [all …]
|
/Linux-v5.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
|
/Linux-v5.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
|
/Linux-v5.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.)
|
/Linux-v5.10/Documentation/fault-injection/ |
D | fault-injection.rst | 179 In order to inject faults while debugfs is not available (early boot time), 199 Note that this file enables all types of faults (slab, futex, etc). 204 This feature is intended for systematic testing of faults in a single 391 Systematic faults using fail-nth 394 The following code systematically faults 0-th, 1-st, 2-nd and so on
|
/Linux-v5.10/arch/arm/nwfpe/ |
D | entry.S | 103 @ ??? For some reason, faults can happen at .Lx2 even with a
|
/Linux-v5.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()
|
/Linux-v5.10/drivers/ras/ |
D | Kconfig | 14 faults.
|
/Linux-v5.10/drivers/infiniband/hw/mlx5/ |
D | restrack.c | 96 atomic64_read(&mr->odp_stats.faults))) in fill_stat_mr_entry()
|
/Linux-v5.10/Documentation/devicetree/bindings/iommu/ |
D | ti,omap-iommu.txt | 22 back a bus error response on MMU faults.
|
/Linux-v5.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
|
/Linux-v5.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
|
/Linux-v5.10/drivers/soc/samsung/ |
D | Kconfig | 83 faults with better precision.
|
/Linux-v5.10/Documentation/leds/ |
D | leds-class-flash.rst | 64 bitmask of flash faults that the LED flash class
|