Home
last modified time | relevance | path

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

12345

/OK3568_Linux_fs/kernel/drivers/md/
H A 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()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dparse-events.l340 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); }
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-flash.rst63 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
/OK3568_Linux_fs/kernel/Documentation/admin-guide/cgroup-v1/
H A Dhugetlb.rst25 …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
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/
H A Dmsm_submitqueue.c126 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()
/OK3568_Linux_fs/kernel/tools/testing/selftests/vm/
H A Dhmm-tests.c42 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 …]
/OK3568_Linux_fs/kernel/Documentation/admin-guide/mm/
H A 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
69 other than page faults are supported. These events are described in more
91 bitmask will specify to the kernel which kind of faults to track for
96 hugetlbfs), or all types of intercepted faults.
127 - For ``UFFDIO_REGISTER_MODE_MISSING`` faults, the fault needs to be
133 - For ``UFFDIO_REGISTER_MODE_MINOR`` faults, there is an existing page (in
200 Guest async page faults, ``FOLL_NOWAIT`` and all other ``GUP*`` features work
202 page faults in the guest scheduler so those guest processes that
297 not get further userland page faults from the removed area. Still, the
[all …]
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A 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:
H A Dsysfs-bus-iio-temperature-max318565 Open-circuit fault. The detection of open-circuit faults,
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dfair.c1114 unsigned long faults[]; member
1281 return ng->faults[task_faults_idx(NUMA_MEM, nid, 0)] + in group_faults()
1282 ng->faults[task_faults_idx(NUMA_MEM, nid, 1)]; in group_faults()
1293 unsigned long faults = 0; in group_faults_priv() local
1297 faults += ng->faults[task_faults_idx(NUMA_MEM, node, 1)]; in group_faults_priv()
1300 return faults; in group_faults_priv()
1305 unsigned long faults = 0; in group_faults_shared() local
1309 faults += ng->faults[task_faults_idx(NUMA_MEM, node, 0)]; in group_faults_shared()
1312 return faults; in group_faults_shared()
1346 unsigned long faults; in score_nearby_nodes() local
[all …]
/OK3568_Linux_fs/kernel/Documentation/virt/kvm/devices/
H A Ds390_flic.rst18 - 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
/OK3568_Linux_fs/buildroot/package/memtester/
H A DConfig.in5 faults.
/OK3568_Linux_fs/buildroot/package/libsigsegv/
H A DConfig.in9 Library for handling page faults in user mode.
/OK3568_Linux_fs/kernel/lib/
H A Dtest_hmm_uapi.h28 __u64 faults; member
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/uim/uim/
H A DJMP_BUF_GC_jmp_buf.patch14 /* Set up a handler for address faults which will longjmp to */
/OK3568_Linux_fs/kernel/Documentation/i2c/
H A 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.)
/OK3568_Linux_fs/kernel/Documentation/arm64/
H A Dmemory-tagging-extension.rst75 thread, asynchronously following one or multiple tag check faults,
84 - ``PR_MTE_TCF_NONE``  - *Ignore* tag check faults
89 If no modes are specified, tag check faults are ignored. If a single
161 - No tag checking modes are selected (tag check faults ignored)
287 * tag check faults (based on per-CPU preference) and allow all
/OK3568_Linux_fs/kernel/Documentation/fault-injection/
H A Dfault-injection.rst179 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
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/libcheck/
H A Dlibcheck_0.15.2.bb5 segmentation faults or other signals can be caught. Test results are \
/OK3568_Linux_fs/kernel/drivers/hwmon/
H A 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()
/OK3568_Linux_fs/kernel/arch/arm/nwfpe/
H A Dentry.S103 @ ??? For some reason, faults can happen at .Lx2 even with a
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/polkit/polkit/
H A D0002-CVE-2021-4115-GHSL-2021-077-fix.patch64 + // we got two faults, we can leave
/OK3568_Linux_fs/kernel/drivers/ras/
H A DKconfig14 faults.
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx5/
H A Drestrack.c96 atomic64_read(&mr->odp_stats.faults))) in fill_stat_mr_entry()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iommu/
H A Dti,omap-iommu.txt22 back a bus error response on MMU faults.

12345