Home
last modified time | relevance | path

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

123

/Linux-v5.10/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-v5.10/fs/afs/
Daddr_list.c364 _enter("%lx-%lx-%lx,%d", set, failed, ac->tried, ac->index); in afs_iterate_addresses()
368 set &= ~(failed | ac->tried); in afs_iterate_addresses()
381 set_bit(index, &ac->tried); in afs_iterate_addresses()
397 test_bit(ac->alist->preferred, &ac->tried)) in afs_end_cursor()
Dvl_rotate.c94 vc->ac.tried, vc->ac.index, in afs_select_vlserver()
323 vc->ac.tried, vc->ac.index, vc->ac.abort_code, vc->ac.error, in afs_vl_dump_edestaddrreq()
Drotate.c120 op->ac.tried, op->ac.index, in afs_select_fileserver()
510 op->ac.tried, op->ac.index, op->ac.abort_code, op->ac.error, in afs_dump_edestaddrreq()
/Linux-v5.10/Documentation/parisc/
Ddebugging.rst27 code tried to access.
31 get translated to a physical address before real-mode code tried to
/Linux-v5.10/drivers/infiniband/hw/vmw_pvrdma/
Dpvrdma_cq.c325 bool tried = false; in pvrdma_poll_one() local
332 if (tried) in pvrdma_poll_one()
337 tried = true; in pvrdma_poll_one()
/Linux-v5.10/arch/m68k/hp300/
DREADME.hp3007 work now but I've only tried 16MB and 12MB.
/Linux-v5.10/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-v5.10/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
Dsched-arch.rst69 Possible arch problems I found (and either tried to fix or didn't):
/Linux-v5.10/tools/testing/kunit/test_data/
Dtest_config_printk_time.log25 [ 0.060000] No filesystem could mount root, tried:
Dtest_output_with_prefix_isolated_correctly.log26 [ 0.060000] No filesystem could mount root, tried:
Dtest_pound_no_prefix.log27 No filesystem could mount root, tried:
Dtest_pound_sign.log27 [ 0.060000] No filesystem could mount root, tried:
Dtest_multiple_prefixes.log25 [ 0.060000][ T1] No filesystem could mount root, tried:
Dtest_interrupted_tap_output.log31 [ 0.060000] No filesystem could mount root, tried:
/Linux-v5.10/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_mst_types.c641 bool tried[MAX_PIPES]; in try_disable_dsc() local
652 tried[i] = false; in try_disable_dsc()
656 tried[i] = true; in try_disable_dsc()
664 if (!tried[i]) { in try_disable_dsc()
696 tried[next_index] = true; in try_disable_dsc()
/Linux-v5.10/Documentation/filesystems/spufs/
Dspu_run.rst78 SPU has tried to execute an invalid instruction.
81 SPU has tried to access an invalid channel.
/Linux-v5.10/Documentation/input/devices/
Dcs461x.rst15 4-button joystick; I mean the jstest utility. Also I've tried to
/Linux-v5.10/Documentation/userspace-api/media/
Dgen-errors.rst35 typically return while device is streaming, and an ioctl tried to
/Linux-v5.10/Documentation/userspace-api/
Dspec_ctrl.rst87 tried to enable it again.
/Linux-v5.10/Documentation/admin-guide/
Dinit.rst30 hardware. In case you tried loading a non-binary file here (shell script?),
/Linux-v5.10/arch/mips/include/asm/mach-cavium-octeon/
Dkernel-entry-init.h141 # Someone tried to boot SMP with a non SMP kernel. All extra cores
/Linux-v5.10/Documentation/driver-api/media/drivers/
Dsh_mobile_ceu_camera.rst134 3. In the previous step the sensor has tried to preserve its output frame as
/Linux-v5.10/Documentation/fb/
Dmodedb.rst147 e.g. there can be multiple 640x480 modes, each of them is tried). If that
148 fails, the default mode is tried. If that fails, it walks over all modes.

123