Home
last modified time | relevance | path

Searched refs:best (Results 201 – 225 of 643) sorted by relevance

12345678910>>...26

/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dcommand.py489 best = bb.providers.filterProvidersRunTime(all_p, rprovide,
493 best = None
494 return all_p, best
/openbmc/linux/Documentation/hwmon/
H A Df71805f.rst100 These values can be used as hints at best, as motherboard manufacturers
150 from 187.5 kHz (default) to 31 Hz. The best frequency depends on the
/openbmc/linux/Documentation/maintainer/
H A Dfeature-and-driver-maintainers.rst97 The author is intimately familiar with the code, so it is the best person
109 Modern best practices dictate that there should be at least two maintainers
/openbmc/qemu/qapi/
H A Dmigration.json730 # where 0 means no compression, 1 means the best compression
731 # speed, and 9 means best compression ratio which will consume
841 # where 0 means no compression, 1 means the best compression
842 # speed, and 9 means best compression ratio which will consume
847 # where 0 means no compression, 1 means the best compression
1029 # where 0 means no compression, 1 means the best compression
1030 # speed, and 9 means best compression ratio which will consume
1035 # where 0 means no compression, 1 means the best compression
1257 # where 0 means no compression, 1 means the best compression
1258 # speed, and 9 means best compression ratio which will consume
[all …]
/openbmc/linux/Documentation/usb/
H A Diuu_phoenix.rst58 For example to have best performance than a simple clockmode=3, try this::
/openbmc/linux/Documentation/process/
H A Dcode-of-conduct.rst25 * Focusing on what is best for the community
H A Dmagic-number.rst8 file, since it is best if the magic numbers used by various structures
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DSimple-2.016 …, installation scripts, and interface definitions in a form that is easy to get and best to modify;
H A DSimPL-2.021 …, installation scripts, and interface definitions in a form that is easy to get and best to modify;
/openbmc/qemu/docs/system/
H A Dtarget-openrisc.rst41 and just want to run Linux, the best option is to use the ``virt`` board. This
/openbmc/u-boot/drivers/ram/aspeed/
H A DKconfig127 are not sure what is the best value in your system.
/openbmc/qemu/tests/fp/
H A Dmeson.build103 # "-l 2 -r all" can take more than a day for some operations and is best
/openbmc/openbmc/poky/documentation/overview-manual/
H A Dintro.rst12 best-known-methods (BKMs), and any other high-level introductory
/openbmc/qemu/docs/devel/
H A Dmultiple-iothreads.txt110 Side note: the best way to schedule a function call across threads is to call
140 Long-running jobs (usually in the form of coroutines) are best scheduled in
/openbmc/qemu/docs/system/arm/
H A Dvirt.rst67 - ``max`` (same as ``host`` for KVM; best possible emulation with TCG)
131 Use the best GIC version possible (same as host when using KVM;
/openbmc/linux/Documentation/filesystems/
H A D9p.rst18 The best detailed explanation of the Linux implementation and applications of
215 Bug reports are best issued via the mailing list.
/openbmc/linux/Documentation/admin-guide/hw-vuln/
H A Dcore-scheduling.rst38 doing its best to satisfy the system's scheduling requirements.
121 The scheduler tries its best to find tasks that trust each other such that all
144 in the case of guests. At best, this would only leak some scheduler metadata
/openbmc/linux/Documentation/scsi/
H A Ddc395x.rst111 Please be aware the following: While we do my best to provide a working and
/openbmc/linux/net/batman-adv/
H A Dbat_iv_ogm.c1817 bool best) in batadv_iv_ogm_orig_dump_subentry() argument
1850 if (best && nla_put_flag(msg, BATADV_ATTR_FLAG_BEST)) in batadv_iv_ogm_orig_dump_subentry()
1884 bool best; in batadv_iv_ogm_orig_dump_entry() local
1902 best = (neigh_node == neigh_node_best); in batadv_iv_ogm_orig_dump_entry()
1907 best)) { in batadv_iv_ogm_orig_dump_entry()
/openbmc/linux/net/netfilter/
H A Dx_tables.c396 int have_rev, best = -1; in xt_find_revision() local
399 have_rev = target_revfn(af, name, revision, &best); in xt_find_revision()
401 have_rev = match_revfn(af, name, revision, &best); in xt_find_revision()
404 if (best == -1) { in xt_find_revision()
409 *err = best; in xt_find_revision()
/openbmc/linux/Documentation/sound/cards/
H A Dmixart.rst64 Rem : for best audio quality try to keep a 0 attenuation on the PCM
/openbmc/u-boot/doc/
H A DREADME.i2c32 sure that the other side doesn't want it also. A detailed explanation is best
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_vm.c181 struct radeon_fence *best[RADEON_NUM_RINGS] = {}; in radeon_vm_grab_id() local
206 if (radeon_fence_is_earlier(fence, best[fence->ring])) { in radeon_vm_grab_id()
207 best[fence->ring] = fence; in radeon_vm_grab_id()
/openbmc/linux/Documentation/rust/
H A Dquick-start.rst82 best to check that first.
227 Building a kernel with a complete LLVM toolchain is the best supported setup
/openbmc/webui-vue/docs/guide/coding-standards/
H A Daccessibility.md46 performance and best practices. If there is an issue that is created when using

12345678910>>...26