Home
last modified time | relevance | path

Searched full:tried (Results 1 – 25 of 524) sorted by relevance

12345678910>>...21

/linux-6.8/tools/testing/selftests/bpf/progs/
Dverifier_bounds_deduction.c10 __failure __msg("R0 tried to subtract pointer from scalar")
42 __failure __msg("R0 tried to subtract pointer from scalar")
75 __failure __msg("R0 tried to subtract pointer from scalar")
89 __failure __msg("R0 tried to subtract pointer from scalar")
142 __failure __msg("R0 tried to subtract pointer from scalar")
/linux-6.8/drivers/clk/versatile/
Dclk-icst.c164 pr_err("ICST error: tried to set bit 8 of VDW\n"); in vco_set()
166 pr_err("ICST error: tried to use VOD != 1\n"); in vco_set()
168 pr_err("ICST error: tried to use RDW != 22\n"); in vco_set()
174 pr_err("ICST error: tried to set bit 8 of VDW\n"); in vco_set()
176 pr_err("ICST error: tried to use VOD != 1\n"); in vco_set()
178 pr_err("ICST error: tried to use RDW != 22\n"); in vco_set()
184 pr_err("ICST error: tried to set bit 8 of VDW\n"); in vco_set()
186 pr_err("ICST error: tried to use RDW != 22\n"); in vco_set()
192 pr_err("ICST error: tried to set bit 8 of VDW\n"); in vco_set()
194 pr_err("ICST error: tried to use RDW != 22\n"); in vco_set()
/linux-6.8/lib/kunit/
Dstatic_stub.c65 "Tried to deactivate a NULL stub."); in kunit_deactivate_static_stub()
74 "Tried to deactivate a nonexistent stub."); in kunit_deactivate_static_stub()
95 "Tried to activate a stub for function NULL"); in __kunit_activate_static_stub()
/linux-6.8/include/acpi/
Dacexcep.h295 "Method tried to use an uninitialized local variable"),
297 "Method tried to use an uninitialized argument"),
299 "Method tried to use an empty package element"),
303 "Tried to access beyond the end of an Operation Region"),
305 "Tried to access beyond the end of a buffer"),
307 "Tried to access beyond the end of a package"),
325 "A thread tried to release a mutex that it does not own"),
/linux-6.8/Documentation/scheduler/
Dsched-stats.rst82 3) # of times in this domain load_balance() tried to move one or
98 11) # of times in this domain load_balance() tried to move one or
114 19) # of times in this domain load_balance() tried to move one or more
129 26) # of times active_load_balance() tried to move a task and failed
/linux-6.8/Documentation/arch/parisc/
Ddebugging.rst27 code tried to access.
31 get translated to a physical address before real-mode code tried to
/linux-6.8/Documentation/ABI/testing/
Dsysfs-kernel-mm-damon347 of the scheme has tried to be applied.
353 action of the scheme has tried to be applied in bytes.
377 corresponding DAMON-based Operation Scheme's action has tried
385 tried to be applied.
392 tried to be applied.
399 tried to be applied.
405 corresponding DAMON-based Operation Scheme's action has tried
/linux-6.8/drivers/cpufreq/
Dcpufreq-nforce2.c90 int tried = 0; in nforce2_calc_pll() local
93 while (((mul == 0) || (div == 0)) && (tried <= 3)) { in nforce2_calc_pll()
97 fsb + tried) { in nforce2_calc_pll()
101 tried++; in nforce2_calc_pll()
/linux-6.8/Documentation/admin-guide/mm/damon/
Dreclaim.rst101 DAMON_RECLAIM charges amount of memory which it tried to reclaim within a time
102 window (quota_reset_interval_ms) and makes no more than this limit is tried.
228 Number of memory regions that tried to be reclaimed by DAMON_RECLAIM.
233 Total bytes of memory regions that tried to be reclaimed by DAMON_RECLAIM.
Dusage.rst147 action tried regions directory for each DAMON-based operation scheme of the
148 kdamond. For details of the DAMON-based operation scheme action tried
154 action tried regions directory for each DAMON-based operation scheme of the
459 are not counted as the scheme has tried to those, while regions that filtered
460 out by other type filters are counted as the scheme has tried to. The
462 :ref:`tried regions <sysfs_schemes_tried_regions>`.
469 DAMON counts the total number and bytes of regions that each scheme is tried to
490 that reading it returns the total size of the scheme tried regions, and creates
493 region that the corresponding scheme's ``action`` has tried to be applied under
519 DAMON-based operation scheme ``action`` has tried to be applied.
[all …]
Dlru_sort.rst225 Number of hot memory regions that tried to be LRU-sorted.
230 Total bytes of hot memory regions that tried to be LRU-sorted.
250 Number of cold memory regions that tried to be LRU-sorted.
255 Total bytes of cold memory regions that tried to be LRU-sorted.
/linux-6.8/tools/power/cpupower/bench/
Dcpufreq-bench_script.sh39 echo "WARNING: Tried to set up_threshold: $up_threshold, set in sysfs: ${up_threshold_set}"
44 echo "WARNING: Tried to set sampling_rate: $sampling_rate, set in sysfs: ${sampling_rate_set}"
/linux-6.8/Documentation/filesystems/
Dlocks.rst36 configured to rebuild the alias file. Sendmail tried to lock the aliases.dir
37 file with fcntl() at the same time as the GDBM routines tried to lock this
/linux-6.8/Documentation/filesystems/spufs/
Dspu_run.rst78 SPU has tried to execute an invalid instruction.
81 SPU has tried to access an invalid channel.
/linux-6.8/arch/m68k/hp300/
DREADME.hp3007 work now but I've only tried 16MB and 12MB.
/linux-6.8/tools/testing/selftests/damon/
Dsysfs_update_schemes_tried_regions_hang.py29 print('tried bytes update failed: %s' % err)
/linux-6.8/tools/testing/kunit/test_data/
Dtest_pound_no_prefix.log27 No filesystem could mount root, tried:
Dtest_output_with_prefix_isolated_correctly.log26 [ 0.060000] No filesystem could mount root, tried:
/linux-6.8/Documentation/devicetree/bindings/power/reset/
Drestart-handler.yaml15 handlers, which usually are tried from most precise to last resort.
/linux-6.8/include/uapi/linux/
Dfd.h93 reset, /* maximal number of errors before a reset is tried */
95 * tried */
173 * the disk, the next format is tried. This uses the variable 'probing'.
/linux-6.8/drivers/infiniband/hw/vmw_pvrdma/
Dpvrdma_cq.c328 bool tried = false; in pvrdma_poll_one() local
335 if (tried) in pvrdma_poll_one()
340 tried = true; in pvrdma_poll_one()
/linux-6.8/arch/nios2/mm/
Dfault.c162 * Something tried to access memory that isn't in our memory map.. in do_page_fault()
186 * Oops. The kernel tried to access some bad page. We'll have to in do_page_fault()
/linux-6.8/arch/alpha/mm/
Dfault.c182 /* Something tried to access memory that isn't in our memory map. in do_page_fault()
200 /* Oops. The kernel tried to access some bad page. We'll have to in do_page_fault()
/linux-6.8/arch/xtensa/mm/
Dfault.c195 /* Something tried to access memory that isn't in our memory map.. in do_page_fault()
249 /* Oops. The kernel tried to access some bad page. We'll have to in bad_page_fault()
/linux-6.8/arch/csky/mm/
Dfault.c63 * Oops. The kernel tried to access some bad page. We'll have to in no_context()
103 * Something tried to access memory that isn't in our memory map. in bad_area_nosemaphore()

12345678910>>...21