Home
last modified time | relevance | path

Searched refs:best (Results 176 – 200 of 643) sorted by relevance

12345678910>>...26

/openbmc/u-boot/doc/
H A DREADME.memory-test23 This is probably the best known memory test utility in U-Boot.
81 efficient, memory test like that. The best known test case to stress
/openbmc/linux/sound/core/oss/
H A Dpcm_plugin.c333 unsigned int badness, best = -1; in snd_pcm_plug_slave_format() local
347 if (badness < best) { in snd_pcm_plug_slave_format()
349 best = badness; in snd_pcm_plug_slave_format()
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dcustomizing-images.rst57 equivalent, best practices dictate using :term:`IMAGE_FEATURES` from within
61 To understand how these features work, the best reference is
132 For complex custom images, the best approach for customizing an image is
H A Ddisk-space.rst61 Therefore, it may not be your best option to trim huge cache directories.
/openbmc/openbmc-tools/
H A DREADME.md46 remove scripts from time to time as part of housekeeping. It's probably best to
/openbmc/openbmc/poky/meta/recipes-devtools/unfs3/unfs3/
H A D0001-attr-fix-utime-for-symlink.patch13 is a solution, but not the best one. An acceptable approach is
/openbmc/qemu/qapi/
H A Dqapi-schema.json42 # stable order, it's best to include each sub-schema just once, or
/openbmc/linux/Documentation/fault-injection/
H A Dprovoke-crashes.rst36 These are numerous, and best queried directly from debugfs. Some
/openbmc/linux/Documentation/userspace-api/
H A Dsysfs-platform_profile.rst20 characteristics. Monitoring performance is best done with device/vendor
/openbmc/linux/arch/arm64/boot/dts/allwinner/
H A Dsun50i-h616-orangepi-zero.dtsi117 * is the best choice.
/openbmc/bmcweb/
H A DOEM_SCHEMAS.md41 their best to stay current on the evolving Redfish ecosystem, we have
67 push them to gerrit. Maintainers are tasked with doing their best to
/openbmc/linux/Documentation/fb/
H A Ds3fb.rst40 hardware, i get best results from plain S3 Trio32 card - about 75 MHz). This
/openbmc/webui-vue/
H A DREADME.md25 front-end development best practices and does not suffer from some of the
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-common.c162 const void *best = NULL; in __v4l2_find_nearest_size() local
177 best = array; in __v4l2_find_nearest_size()
182 return best; in __v4l2_find_nearest_size()
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_mm.c308 struct drm_mm_node *best = NULL; in best_hole() local
315 best = node; in best_hole()
322 return best; in best_hole()
/openbmc/linux/drivers/pwm/
H A Dcore.c856 unsigned int best = 0; in pwm_get() local
911 if (match > best) { in pwm_get()
915 best = match; in pwm_get()
/openbmc/linux/Documentation/process/
H A D1.Intro.rst35 Following the advice in this section should help to ensure the best
56 kernel has evolved into a best-of-breed operating system component which
184 success of this platform; contributing code is one of the best ways to
194 are cloudy at best; quite a few kernel copyright holders believe that
/openbmc/linux/tools/kvm/kvm_stat/
H A Dkvm_stat.txt26 or architecture. It is best to check the KVM kernel module source code for the
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/vk-gl-cts/vulkan-cts/
H A D0001-use-library-sonames-for-linking.patch6 The recommended "best practices" for applications is to link to library
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/vk-gl-cts/opengl-es-cts/
H A D0001-use-library-sonames-for-linking.patch6 The recommended "best practices" for applications is to link to library
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/
H A Dphp-fpm.service3 # the best way is to use the "systemctl edit" command.
/openbmc/linux/Documentation/devicetree/bindings/display/
H A Ddsi-controller.yaml67 The best option is usually to run a panel in command mode, as this
/openbmc/linux/Documentation/devicetree/bindings/reset/
H A Dti-syscon-reset.txt8 functionalities. This register range is best represented as a syscon node to
/openbmc/linux/net/xfrm/
H A Dxfrm_state.c1096 struct xfrm_state **best, int *acq_in_progress, in xfrm_state_look_at() argument
1118 if (!*best || in xfrm_state_look_at()
1119 (*best)->km.dying > x->km.dying || in xfrm_state_look_at()
1120 ((*best)->km.dying == x->km.dying && in xfrm_state_look_at()
1121 (*best)->curlft.add_time < x->curlft.add_time)) in xfrm_state_look_at()
1122 *best = x; in xfrm_state_look_at()
1148 struct xfrm_state *best = NULL; in xfrm_state_find() local
1188 &best, &acquire_in_progress, &error); in xfrm_state_find()
1190 if (best || acquire_in_progress) in xfrm_state_find()
1222 &best, &acquire_in_progress, &error); in xfrm_state_find()
[all …]
/openbmc/linux/Documentation/driver-api/
H A Dioctl.rst155 use of compat_ptr(). The best workaround is to use ``__u64``
202 For this reason (and for compat support) it is best to avoid any
234 There are many cases in which ioctl is not the best solution for a

12345678910>>...26