Home
last modified time | relevance | path

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

12345678910>>...27

/openbmc/u-boot/tools/
H A Dmicrocode-tool.py131 mcode_list, tried = FindMicrocode(microcodes, model.lower())
132 print 'Matching models %s:' % (', '.join(tried))
155 List of abbreviations we tried
162 tried = []
166 tried.append(abbrev)
172 return found, tried
300 tried = []
302 mcode_list, tried = FindMicrocode(microcodes, model)
305 (model, ', '.join(tried)))
309 (model, ', '.join(tried),
H A Dmicrocode-tool131 mcode_list, tried = FindMicrocode(microcodes, model.lower())
132 print 'Matching models %s:' % (', '.join(tried))
155 List of abbreviations we tried
162 tried = []
166 tried.append(abbrev)
172 return found, tried
300 tried = []
302 mcode_list, tried = FindMicrocode(microcodes, model)
305 (model, ', '.join(tried)))
309 (model, ', '.join(tried),
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A 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")
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A Ddammit.py352 of `markup`, these encodings will be tried first, in
357 :param user_encodings: These encodings will be tried after the
358 `known_definite_encodings` have been tried and failed, and
367 known_definite_encodings. Any encodings here will be tried
374 :param exclude_encodings: These encodings will not be tried,
391 def _usable(self, encoding, tried): argument
395 :param tried: Encodings that have already been tried. This will be modified
402 if encoding not in tried:
403 tried.add(encoding)
413 tried = set()
[all …]
/openbmc/linux/drivers/clk/versatile/
H A 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()
/openbmc/linux/lib/kunit/
H A 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()
/openbmc/linux/include/acpi/
H A 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"),
/openbmc/linux/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
/openbmc/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
/openbmc/linux/Documentation/admin-guide/mm/damon/
H A Dusage.rst133 DAMON-based operation scheme action tried regions directory for each
138 operating scheme action tried regions directory for each DAMON-based operation
140 tried regions directory, please refer to :ref:`tried_regions section
398 are not counted as the scheme has tried to those, while regions that filtered
399 out by other type filters are counted as the scheme has tried to. The
401 :ref:`tried regions <sysfs_schemes_tried_regions>`.
408 DAMON counts the total number and bytes of regions that each scheme is tried to
429 that reading it returns the total size of the scheme tried regions, and creates
432 region that the corresponding scheme's ``action`` has tried to be applied under
456 DAMON-based operation scheme ``action`` has tried to be applied.
[all …]
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.
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.
H A 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.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcereal/files/
H A D0001-cmake-Use-idirafter-instead-of-isystem.patch17 …1e9298-r0/recipe-sysroot/usr/include/c++/v1/cwchar:113:5: error: <cwchar> tried including <wchar.h…
19 … | # error <cwchar> tried including <wchar.h…
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-kernel-mm-damon319 of the scheme has tried to be applied.
325 action of the scheme has tried to be applied in bytes.
349 corresponding DAMON-based Operation Scheme's action has tried
357 tried to be applied.
364 tried to be applied.
371 tried to be applied.
377 corresponding DAMON-based Operation Scheme's action has tried
/openbmc/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()
/openbmc/linux/tools/power/cpupower/bench/
H A 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}"
/openbmc/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
/openbmc/u-boot/include/
H A Dsysreset.h84 * will be tried.
98 * will be tried.
/openbmc/linux/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()
/openbmc/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.
/openbmc/hiomapd/
H A Dprotocol.c341 MSG_ERR("Tried to call mark dirty without open write window\n"); in protocol_v1_mark_dirty()
349 MSG_ERR("Tried to mark dirty before start of window\n"); in protocol_v1_mark_dirty()
443 MSG_ERR("Tried to call flush without open write window\n"); in protocol_v1_flush()
583 MSG_ERR("Tried to call mark dirty without open write window\n"); in protocol_v2_mark_dirty()
602 MSG_ERR("Tried to call erase without open write window\n"); in protocol_v2_erase()
628 MSG_ERR("Tried to call flush without open write window\n"); in protocol_v2_flush()
/openbmc/linux/arch/m68k/hp300/
H A DREADME.hp3007 work now but I've only tried 16MB and 12MB.
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DMMIXware15 The author has tried his best to produce correct and useful programs,
/openbmc/linux/tools/testing/kunit/test_data/
H A Dtest_pound_no_prefix.log27 No filesystem could mount root, tried:
/openbmc/linux/Documentation/devicetree/bindings/power/reset/
H A Drestart-handler.yaml15 handlers, which usually are tried from most precise to last resort.

12345678910>>...27