Home
last modified time | relevance | path

Searched refs:recent (Results 1 – 25 of 319) sorted by relevance

12345678910>>...13

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/emlog/
H A Demlog.inc2 most recent (and only the most recent) output from a process"
/openbmc/linux/drivers/cpuidle/governors/
H A Dteo.c179 unsigned int recent; member
294 cpu_data->state_bins[cpu_data->recent_idx[i]].recent--; in teo_update()
327 cpu_data->state_bins[idx_duration].recent++; in teo_update()
451 recent_sum += prev_bin->recent; in teo_select()
518 recent_sum += bin->recent; in teo_select()
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/
H A D0017-khronos-backport-typedef-for-EGL_EXT_image_dma_buf_i.patch7 expects the `EGLuint64KHR` typedef that is present in recent versions of Khronos.
10 This patch backports the missing typedef from recent Khronos into userland.
/openbmc/linux/Documentation/ABI/testing/
H A Ddebugfs-pfo-nx-crypto18 The most recent non-zero return code from the H_COP_OP hcall. -EBUSY is not
22 The process ID of the process who received the most recent error from the
H A Dsysfs-bus-fsi-devices-sbefifo10 has, more recent transfers have completed successfully.
H A Dprocfs-attr-prev7 prior to the most recent exec() call.
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Boot/
H A DPostCode.interface.yaml27 is for the most recent boot cycle. CurrentBootCycleCount is for
42 is for the most recent boot cycle. CurrentBootCycleCount is for
/openbmc/openbmc/poky/meta/recipes-devtools/quilt/quilt/
H A D0001-test-Fix-a-race-condition-in-merge.test.patch30 > Warning: more recent patches modify files in patch %{P}b.diff
41 > Warning: more recent patches modify files in patch %{P}b.diff
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns/
H A D0001-Create-subroutine-for-cleaning-recent-interfaces.patch4 Subject: [PATCH 1/8] Create subroutine for cleaning recent interfaces
6 Moves functionality for cleaning the list of recent
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/libcamera-apps/libcamera-apps/
H A D0001-utils-version.py-use-usr-bin-env-in-shebang.patch8 Traceback (most recent call last):
17 Traceback (most recent call last):
/openbmc/linux/net/rds/
H A Dcong.c282 int rds_cong_updated_since(unsigned long *recent) in rds_cong_updated_since() argument
286 if (likely(*recent == gen)) in rds_cong_updated_since()
288 *recent = gen; in rds_cong_updated_since()
/openbmc/linux/net/sunrpc/
H A Dcache.c588 if (!list_empty(&dreq->recent)) { in __unhash_deferred_req()
589 list_del_init(&dreq->recent); in __unhash_deferred_req()
598 INIT_LIST_HEAD(&dreq->recent); in __hash_deferred_req()
615 list_add(&dreq->recent, &cache_defer_list); in setup_deferral()
682 struct cache_deferred_req, recent); in cache_limit_defers()
685 struct cache_deferred_req, recent); in cache_limit_defers()
744 list_add(&dreq->recent, &pending); in cache_revisit_request()
751 list_del_init(&dreq->recent); in cache_revisit_request()
765 list_for_each_entry_safe(dreq, tmp, &cache_defer_list, recent) { in cache_clean_deferred()
768 list_add(&dreq->recent, &pending); in cache_clean_deferred()
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/wpan-tools/
H A Dwpan-tools_0.9.bb4 netlink interface. This requires recent kernel with nl802154 interface."
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/indent/indent/
H A D0001-Fix-builds-with-recent-gettext.patch4 Subject: [PATCH] Fix builds with recent gettext
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/sharutils/sharutils/
H A D0001-Fix-build-with-recent-gettext.patch4 Subject: [PATCH] Fix build with recent gettext
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-apps/xfce4-datetime-setter/
H A Dxfce4-datetime-setter_3.32.2.bb2 It is based upon GTK3 and embedds into recent xfce4-settings."
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/
H A Dfix_build_errors.patch9 dnl AC_TYPE_GETGROUPS seems broken on recent MacOS, so:
/openbmc/openbmc/poky/meta/recipes-core/packagegroups/
H A Dnativesdk-packagegroup-sdk-host.bb13 # build some recent linux kernels (5.14+) for arm
/openbmc/qemu/docs/about/
H A Dbuild-platforms.rst70 The project aims to support the most recent major version at all times for
78 recent minor release is considered.
125 The project aims to support the two most recent versions of Windows that are
134 A more recent Windows version is always preferred as it is less likely to have
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/enscript/enscript/
H A D0001-Fix-builds-with-recent-gettext.patch4 Subject: [PATCH] Fix builds with recent gettext
/openbmc/openbmc/poky/meta/recipes-support/gpgme/gpgme/
H A D0001-Revert-build-Make-gpgme.m4-use-gpgrt-config-with-.pc.patch69 # If we have a recent GPGME, we should also check that the
82 # If we have a recent GPGME, we should also check that the
/openbmc/openbmc/poky/meta/recipes-core/ncurses/files/
H A D0002-configure-reproducible.patch7 The flag was added to fix some vaguely specified "recent POSIX binutil
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/
H A D0006-CA_SET_PID.patch15 + Quick hack around the removal of ca_pid_t and CA_GET_PID in recent kernels
/openbmc/linux/mm/
H A Dworkingset.c281 bool recent; in lru_gen_refault() local
292 recent = lru_gen_test_recent(shadow, type, &lruvec, &token, &workingset); in lru_gen_refault()
298 if (!recent) in lru_gen_refault()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/enscript/
H A Denscript_1.6.6.bb15 file://0001-Fix-builds-with-recent-gettext.patch \

12345678910>>...13