Home
last modified time | relevance | path

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

123456

/OK3568_Linux_fs/u-boot/tools/
H A Dmicrocode-tool132 mcode_list, tried = FindMicrocode(microcodes, model.lower())
133 print 'Matching models %s:' % (', '.join(tried))
163 tried = []
167 tried.append(abbrev)
173 return found, tried
301 tried = []
303 mcode_list, tried = FindMicrocode(microcodes, model)
306 (model, ', '.join(tried)))
310 (model, ', '.join(tried),
H A Dmicrocode-tool.py132 mcode_list, tried = FindMicrocode(microcodes, model.lower())
133 print 'Matching models %s:' % (', '.join(tried))
163 tried = []
167 tried.append(abbrev)
173 return found, tried
301 tried = []
303 mcode_list, tried = FindMicrocode(microcodes, model)
306 (model, ', '.join(tried)))
310 (model, ', '.join(tried),
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bs4/
H A Ddammit.py221 def _usable(self, encoding, tried): argument
226 if encoding not in tried:
227 tried.add(encoding)
234 tried = set()
236 if self._usable(e, tried):
241 if self._usable(self.sniffed_encoding, tried):
249 if self._usable(self.declared_encoding, tried):
256 if self._usable(self.chardet_encoding, tried):
261 if self._usable(e, tried):
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/fs/afs/
H A 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()
H A 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()
/OK3568_Linux_fs/kernel/Documentation/parisc/
H A Ddebugging.rst27 code tried to access.
31 get translated to a physical address before real-mode code tried to
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/vmw_pvrdma/
H A 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()
/OK3568_Linux_fs/kernel/Documentation/scheduler/
H A 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
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_mst_types.c656 bool tried[MAX_PIPES]; in try_disable_dsc() local
667 tried[i] = false; in try_disable_dsc()
671 tried[i] = true; in try_disable_dsc()
679 if (!tried[i]) { in try_disable_dsc()
711 tried[next_index] = true; in try_disable_dsc()
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/arch/m68k/hp300/
H A DREADME.hp3007 work now but I've only tried 16MB and 12MB.
/OK3568_Linux_fs/kernel/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_sign.log27 [ 0.060000] No filesystem could mount root, tried:
H A Dtest_pound_no_prefix.log27 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:
/OK3568_Linux_fs/kernel/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.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-multimedia/libid3tag/libid3tag/
H A D10_utf16.patch27 + * already tried to parse everything we can.
/OK3568_Linux_fs/buildroot/package/gstreamer1/gstreamer1-editing-services/
H A D0001-Fix-gstreamer-validate-1.0-dependency-name.patch11 Run-time dependency gst-validate-1.0 found: NO (tried pkgconfig and cmake)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libtest/
H A Dlibtest-warnings-perl_0.031.bb4 DESCRIPTION = "If you've ever tried to use Test::NoWarnings to confirm there are no \
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-kernel/linux/linux-rockchip_5.10/
H A D0001-init-do_mounts.c-Retry-all-fs-after-failed-to-mount-.patch49 printk("No filesystem could mount root, tried: ");
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/busybox/busybox/
H A Dfail_on_no_media.patch40 break; // no, already was tried
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/
H A DCVE-2019-7574.patch10 definition, IMA_ADPCM_decode() tried to read past the data chunk

123456