Searched refs:tried (Results 1 – 25 of 82) sorted by relevance
1234
/linux-6.12.1/drivers/cpufreq/ |
D | cpufreq-nforce2.c | 90 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.12.1/Documentation/arch/parisc/ |
D | debugging.rst | 27 code tried to access. 31 get translated to a physical address before real-mode code tried to
|
/linux-6.12.1/Documentation/filesystems/ |
D | locks.rst | 36 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.12.1/drivers/infiniband/hw/vmw_pvrdma/ |
D | pvrdma_cq.c | 329 bool tried = false; in pvrdma_poll_one() local 336 if (tried) in pvrdma_poll_one() 341 tried = true; in pvrdma_poll_one()
|
/linux-6.12.1/Documentation/scheduler/ |
D | sched-stats.rst | 87 3) # of times in this domain sched_balance_rq() tried to move one or 103 11) # of times in this domain sched_balance_rq() tried to move one or 119 19) # of times in this domain sched_balance_rq() tried to move one or more 134 26) # of times active_load_balance() tried to move a task and failed
|
D | sched-arch.rst | 69 Possible arch problems I found (and either tried to fix or didn't):
|
/linux-6.12.1/arch/m68k/hp300/ |
D | README.hp300 | 7 work now but I've only tried 16MB and 12MB.
|
/linux-6.12.1/tools/testing/kunit/test_data/ |
D | test_config_printk_time.log | 25 [ 0.060000] No filesystem could mount root, tried:
|
D | test_output_with_prefix_isolated_correctly.log | 26 [ 0.060000] No filesystem could mount root, tried:
|
D | test_pound_no_prefix.log | 27 No filesystem could mount root, tried:
|
D | test_pound_sign.log | 27 [ 0.060000] No filesystem could mount root, tried:
|
D | test_multiple_prefixes.log | 25 [ 0.060000][ T1] No filesystem could mount root, tried:
|
D | test_interrupted_tap_output.log | 31 [ 0.060000] No filesystem could mount root, tried:
|
/linux-6.12.1/Documentation/admin-guide/mm/damon/ |
D | lru_sort.rst | 225 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.
|
D | reclaim.rst | 101 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. 255 Number of memory regions that tried to be reclaimed by DAMON_RECLAIM. 260 Total bytes of memory regions that tried to be reclaimed by DAMON_RECLAIM.
|
D | usage.rst | 147 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 447 are not counted as the scheme has tried to those, while regions that filtered 448 out by other type filters are counted as the scheme has tried to. The 450 :ref:`tried regions <sysfs_schemes_tried_regions>`. 457 DAMON counts the total number and bytes of regions that each scheme is tried to 478 that reading it returns the total size of the scheme tried regions, and creates 481 region that the corresponding scheme's ``action`` has tried to be applied under 507 DAMON-based operation scheme ``action`` has tried to be applied. [all …]
|
/linux-6.12.1/Documentation/filesystems/spufs/ |
D | spu_run.rst | 78 SPU has tried to execute an invalid instruction. 81 SPU has tried to access an invalid channel.
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-kernel-mm-damon | 367 of the scheme has tried to be applied. 373 action of the scheme has tried to be applied in bytes. 397 corresponding DAMON-based Operation Scheme's action has tried 405 tried to be applied. 412 tried to be applied. 419 tried to be applied. 425 corresponding DAMON-based Operation Scheme's action has tried
|
/linux-6.12.1/Documentation/input/devices/ |
D | cs461x.rst | 15 4-button joystick; I mean the jstest utility. Also I've tried to
|
/linux-6.12.1/Documentation/admin-guide/ |
D | init.rst | 30 hardware. In case you tried loading a non-binary file here (shell script?),
|
/linux-6.12.1/Documentation/userspace-api/media/ |
D | gen-errors.rst | 35 typically return while device is streaming, and an ioctl tried to
|
/linux-6.12.1/Documentation/driver-api/media/drivers/ |
D | sh_mobile_ceu_camera.rst | 134 3. In the previous step the sensor has tried to preserve its output frame as
|
/linux-6.12.1/tools/include/uapi/ |
D | README | 44 It's better than all the alternatives we tried so far:
|
/linux-6.12.1/Documentation/userspace-api/ |
D | spec_ctrl.rst | 87 tried to enable it again.
|
/linux-6.12.1/arch/mips/include/asm/mach-cavium-octeon/ |
D | kernel-entry-init.h | 141 # Someone tried to boot SMP with a non SMP kernel. All extra cores
|
1234