Home
last modified time | relevance | path

Searched refs:tried (Results 1 – 25 of 82) sorted by relevance

1234

/linux/drivers/cpufreq/
H A 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/Documentation/arch/parisc/
H A Ddebugging.rst27 code tried to access.
31 get translated to a physical address before real-mode code tried to
/linux/Documentation/filesystems/
H A 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/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_cq.c329 bool tried = false; in pvrdma_poll_one() local
336 if (tried) in pvrdma_poll_one()
341 tried = true; in pvrdma_poll_one()
/linux/Documentation/admin-guide/mm/damon/
H A 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.
252 ``42``, and ``32``, respectively. Then it means DAMON_RECLAIM tried to reclaim
277 Number of memory regions that tried to be reclaimed by DAMON_RECLAIM.
282 Total bytes of memory regions that tried to be reclaimed by DAMON_RECLAIM.
H A Dlru_sort.rst268 respectively. Then it means DAMON_LRU_SORT tried to LRU-sort 42 KiB of hot
284 Number of hot memory regions that tried to be LRU-sorted.
289 Total bytes of hot memory regions that tried to be LRU-sorted.
309 Number of cold memory regions that tried to be LRU-sorted.
314 Total bytes of cold memory regions that tried to be LRU-sorted.
H A Dusage.rst155 action tried regions directory for each DAMON-based operation scheme of the
156 kdamond. For details of the DAMON-based operation scheme action tried
162 action tried regions directory for each DAMON-based operation scheme of the
569 that reading it returns the total size of the scheme tried regions, and creates
572 region that the corresponding scheme's ``action`` has tried to be applied under
598 scheme ``action`` has tried to be applied.
/linux/arch/m68k/hp300/
H A DREADME.hp3007 work now but I've only tried 16MB and 12MB.
/linux/tools/testing/kunit/test_data/
H A Dtest_config_printk_time.log25 [ 0.060000] No filesystem could mount root, tried:
H A Dtest_output_with_prefix_isolated_correctly.log26 [ 0.060000] No filesystem could mount root, tried:
H A Dtest_pound_no_prefix.log27 No filesystem could mount root, tried:
H A Dtest_pound_sign.log27 [ 0.060000] No filesystem could mount root, tried:
H A Dtest_multiple_prefixes.log25 [ 0.060000][ T1] No filesystem could mount root, tried:
H A Dtest_interrupted_tap_output.log31 [ 0.060000] No filesystem could mount root, tried:
/linux/Documentation/scheduler/
H A Dsched-stats.rst107 3) # of times in this domain sched_balance_rq() tried to move one or
126 14) # of times in this domain sched_balance_rq() tried to move one or
146 25) # of times in this domain sched_balance_rq() tried to move one or more
167 35) # of times active_load_balance() tried to move a task and failed
H A Dsched-arch.rst69 Possible arch problems I found (and either tried to fix or didn't):
/linux/Documentation/filesystems/spufs/
H A Dspu_run.rst78 SPU has tried to execute an invalid instruction.
81 SPU has tried to access an invalid channel.
/linux/Documentation/ABI/testing/
H A Dsysfs-kernel-mm-damon487 of the scheme has tried to be applied.
493 action of the scheme has tried to be applied in bytes.
523 that the scheme has tried to be applied.
536 corresponding DAMON-based Operation Scheme's action has tried
544 tried to be applied.
551 tried to be applied.
558 tried to be applied.
564 corresponding DAMON-based Operation Scheme's action has tried
/linux/Documentation/input/devices/
H A Dcs461x.rst15 4-button joystick; I mean the jstest utility. Also I've tried to
/linux/Documentation/admin-guide/
H A Dinit.rst30 hardware. In case you tried loading a non-binary file here (shell script?),
/linux/Documentation/userspace-api/media/
H A Dgen-errors.rst35 typically return while device is streaming, and an ioctl tried to
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_mst_types.c1101 bool tried[MAX_PIPES]; in try_disable_dsc() local
1115 tried[i] = false; in try_disable_dsc()
1119 tried[i] = true; in try_disable_dsc()
1127 if (!tried[i]) { in try_disable_dsc()
1171 tried[next_index] = true; in try_disable_dsc()
/linux/tools/include/uapi/
H A DREADME44 It's better than all the alternatives we tried so far:
/linux/Documentation/driver-api/media/drivers/
H A Dsh_mobile_ceu_camera.rst134 3. In the previous step the sensor has tried to preserve its output frame as
/linux/arch/mips/include/asm/mach-cavium-octeon/
H A Dkernel-entry-init.h141 # Someone tried to boot SMP with a non SMP kernel. All extra cores

1234