Home
last modified time | relevance | path

Searched full:oldest (Results 1 – 25 of 326) sorted by relevance

12345678910>>...14

/openbmc/linux/tools/perf/pmu-events/arch/powerpc/power10/
H A Dpipeline.json5 …"BriefDescription": "Cycles in which the oldest instruction in the pipeline suffered a TLB miss or…
55 …"BriefDescription": "Cycles in which the oldest instruction in the pipeline was waiting for a load…
60 …"BriefDescription": "Cycles in which the oldest instruction in the pipeline finished at dispatch a…
85 …"BriefDescription": "Cycles in which the oldest instruction in the pipeline was waiting for a load…
90 …"BriefDescription": "Cycles in which the oldest instruction in the pipeline was executing in the s…
95 …"BriefDescription": "Cycles in which the oldest instruction in the pipeline was a lwsync waiting t…
125 …"BriefDescription": "Cycles in which the oldest instruction in the pipeline was dispatched but not…
140 …"BriefDescription": "Cycles in which the oldest instruction in the pipeline was executing in the L…
145 …"BriefDescription": "Cycles in which the oldest instruction in the pipeline required special handl…
155 …"BriefDescription": "Cycles in which the oldest instruction in the pipeline was waiting for a load…
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/arm64/fujitsu/a64fx/
H A Dother.json9 …his event counts every cycle that no operation was committed because the oldest and uncommitted lo…
12 …his event counts every cycle that no operation was committed because the oldest and uncommitted lo…
15 …s event counts every cycle that no instruction was committed because the oldest and uncommitted in…
18 …s event counts every cycle that no instruction was committed because the oldest and uncommitted in…
21 …s event counts every cycle that no instruction was committed because the oldest and uncommitted lo…
24 …s event counts every cycle that no instruction was committed because the oldest and uncommitted lo…
27 …s event counts every cycle that no instruction was committed because the oldest and uncommitted in…
30 …s event counts every cycle that no instruction was committed because the oldest and uncommitted in…
33 …s event counts every cycle that no instruction was committed because the oldest and uncommitted lo…
36 …s event counts every cycle that no instruction was committed because the oldest and uncommitted lo…
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/x86/alderlaken/
H A Dmemory.json3 …"BriefDescription": "Counts the number of cycles that the head (oldest load) of the load buffer is…
10 …"BriefDescription": "Counts the number of cycles that the head (oldest load) of the load buffer is…
17 …"BriefDescription": "Counts the number of cycles that the head (oldest load) of the load buffer an…
24 …"BriefDescription": "Counts the number of cycles that the head (oldest load) of the load buffer an…
27 …"PublicDescription": "Counts the number of cycles that the head (oldest load) of the load buffer a…
32 …"BriefDescription": "Counts the number of cycles that the head (oldest load) of the load buffer an…
39 …"BriefDescription": "Counts the number of cycles that the head (oldest load) of the load buffer an…
/openbmc/linux/include/linux/
H A Dllist.h38 * The order of deleted entries is from the newest to the oldest added
39 * one. If you want to traverse from the oldest to the newest, you
112 * traverse order is from the newest to the oldest added entry. If
113 * you want to traverse from the oldest to the newest, you must
131 * traverse order is from the newest to the oldest added entry. If
132 * you want to traverse from the oldest to the newest, you must
149 * traverse order is from the newest to the oldest added entry. If
150 * you want to traverse from the oldest to the newest, you must
171 * traverse order is from the newest to the oldest added entry. If
172 * you want to traverse from the oldest to the newest, you must
[all …]
/openbmc/linux/net/rds/
H A Dib_ring.c144 * returns the oldest allocated ring entry. This will be the next one
156 u32 rds_ib_ring_completed(struct rds_ib_work_ring *ring, u32 wr_id, u32 oldest) in rds_ib_ring_completed() argument
160 if (oldest <= (unsigned long long)wr_id) in rds_ib_ring_completed()
161 ret = (unsigned long long)wr_id - oldest + 1; in rds_ib_ring_completed()
163 ret = ring->w_nr - oldest + (unsigned long long)wr_id + 1; in rds_ib_ring_completed()
165 rdsdebug("ring %p ret %u wr_id %u oldest %u\n", ring, ret, in rds_ib_ring_completed()
166 wr_id, oldest); in rds_ib_ring_completed()
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dtask_service.hpp13 Oldest, enumerator
19 {OverWritePolicy::Oldest, "Oldest"},
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Ddev-event.rst40 full, then the oldest event in that queue will be dropped.
43 the oldest event that is about to be dropped will be merged with the
44 payload of the next oldest event. Thus ensuring that no information
/openbmc/linux/tools/perf/pmu-events/arch/x86/alderlake/
H A Dmemory.json12 …"BriefDescription": "Counts the number of cycles that the head (oldest load) of the load buffer is…
20 …"BriefDescription": "Counts the number of cycles that the head (oldest load) of the load buffer is…
28 …"BriefDescription": "Counts the number of cycles that the head (oldest load) of the load buffer an…
36 …"BriefDescription": "Counts the number of cycles that the head (oldest load) of the load buffer an…
39 …"PublicDescription": "Counts the number of cycles that the head (oldest load) of the load buffer a…
45 …"BriefDescription": "Counts the number of cycles that the head (oldest load) of the load buffer an…
53 …"BriefDescription": "Counts the number of cycles that the head (oldest load) of the load buffer an…
/openbmc/linux/tools/perf/pmu-events/arch/x86/meteorlake/
H A Dmemory.json21 …"BriefDescription": "Counts the number of cycles that the head (oldest load) of the load buffer is…
29 …"BriefDescription": "Counts the number of cycles that the head (oldest load) of the load buffer is…
37 …"BriefDescription": "Counts the number of cycles that the head (oldest load) of the load buffer an…
45 …"BriefDescription": "Counts the number of cycles that the head (oldest load) of the load buffer an…
48 …"PublicDescription": "Counts the number of cycles that the head (oldest load) of the load buffer a…
54 …"BriefDescription": "Counts the number of cycles that the head (oldest load) of the load buffer an…
62 …"BriefDescription": "Counts the number of cycles that the head (oldest load) of the load buffer an…
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dcoredump.c121 u32 oldest, i, idx; in mt7996_coredump_fw_stack() local
139 oldest = (u32)mt76_get_field(dev, MT_MCU_WM_EXCP_PC_CTRL, in mt7996_coredump_fw_stack()
142 idx = ((oldest + 2 * i + 1) % 32); in mt7996_coredump_fw_stack()
147 oldest = (u32)mt76_get_field(dev, MT_MCU_WM_EXCP_LR_CTRL, in mt7996_coredump_fw_stack()
150 idx = ((oldest + 2 * i + 1) % 32); in mt7996_coredump_fw_stack()
/openbmc/linux/drivers/net/xen-netback/
H A Dhash.c38 struct xenvif_hash_cache_entry *new, *entry, *oldest; in xenvif_add_hash() local
53 oldest = NULL; in xenvif_add_hash()
60 if (!oldest || entry->seq < oldest->seq) in xenvif_add_hash()
61 oldest = entry; in xenvif_add_hash()
69 list_del_rcu(&oldest->link); in xenvif_add_hash()
71 kfree_rcu(oldest, rcu); in xenvif_add_hash()
/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_yaffs2.c35 * Oldest Dirty Sequence Number handling.
40 * Calculate the oldest dirty sequence number if we don't know it.
52 /* Find the oldest dirty sequence number. */ in yaffs_calc_oldest_dirty_seq()
84 * becomes invalid). If the value matches the oldest then we clear
102 * Update the oldest dirty sequence number whenever we dirty a block.
138 * periodically finds the oldest full block by sequence number for refreshing.
144 u32 oldest = 0; in yaffs2_find_refresh_block() local
149 return oldest; in yaffs2_find_refresh_block()
155 return oldest; in yaffs2_find_refresh_block()
164 return oldest; in yaffs2_find_refresh_block()
[all …]
/openbmc/qemu/python/tests/
H A Dminreqs.txt1 # This file lists the ***oldest possible dependencies*** needed to run
11 # When adding new dependencies, pin the very oldest non-yanked version
/openbmc/linux/drivers/staging/media/atomisp/pci/base/circbuf/src/
H A Dcircbuf.c26 * @brief Read the oldest element from the circular buffer.
27 * Read the oldest element WITHOUT checking whehter the
28 * circular buffer is empty or not. The oldest element is
33 * @return the oldest element.
268 * @brief Read the oldest element from the circular buffer.
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Boot/
H A DPostCode.interface.yaml28 the oldest boot cycle.
43 the oldest boot cycle.
/openbmc/linux/drivers/input/
H A Dinput-mt.c202 struct input_mt_slot *oldest; in input_mt_report_pointer_emulation() local
208 oldest = NULL; in input_mt_report_pointer_emulation()
219 oldest = ps; in input_mt_report_pointer_emulation()
244 if (oldest) { in input_mt_report_pointer_emulation()
245 int x = input_mt_get_value(oldest, ABS_MT_POSITION_X); in input_mt_report_pointer_emulation()
246 int y = input_mt_get_value(oldest, ABS_MT_POSITION_Y); in input_mt_report_pointer_emulation()
252 int p = input_mt_get_value(oldest, ABS_MT_PRESSURE); in input_mt_report_pointer_emulation()
/openbmc/phosphor-power/power-supply/
H A Drecord_manager.hpp44 * sorted newest to oldest, and prunes out the oldest entries when
178 * When a new record is added, the oldest one will be removed.
/openbmc/witherspoon-pfault-analysis/power-supply/
H A Drecord_manager.hpp44 * sorted newest to oldest, and prunes out the oldest entries when
176 * When a new record is added, the oldest one will be removed.
/openbmc/linux/fs/ceph/
H A Daddr.c562 * Get ref for the oldest snapc for an inode with dirty data... that is, the
666 struct ceph_snap_context *snapc, *oldest; in writepage_nounlock() local
688 oldest = get_oldest_context(inode, &ceph_wbc, snapc); in writepage_nounlock()
689 if (snapc->seq > oldest->seq) { in writepage_nounlock()
694 ceph_put_snap_context(oldest); in writepage_nounlock()
698 ceph_put_snap_context(oldest); in writepage_nounlock()
789 oldest = detach_page_private(page); in writepage_nounlock()
790 WARN_ON_ONCE(oldest != snapc); in writepage_nounlock()
980 /* find oldest snap context with dirty data */ in ceph_writepages_start()
988 dout(" oldest snapc is %p seq %lld (%d snaps)\n", in ceph_writepages_start()
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/x86/amdzen4/
H A Dcore.json62 "BriefDescription": "Cycles with no retire while the oldest op is waiting to be executed.",
80 "BriefDescription": "Cycles with no retire while the oldest op is waiting for load data.",
/openbmc/linux/drivers/staging/media/ipu3/
H A Dipu3-css-pool.c59 * Allocate a new parameter via recycling the oldest entry in the pool.
63 /* Get the oldest entry */ in imgu_css_pool_get()
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DTaskService.v1_2_1.json59 "Oldest"
63 "Oldest": "Oldest completed tasks are overwritten." string
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/
H A DTaskService.v1_2_1.json59 "Oldest"
63 "Oldest": "Oldest completed tasks are overwritten." string
/openbmc/linux/drivers/md/bcache/
H A Djournal.c103 * i->j.seq, the node on head has the smallest (oldest) in journal_read_bucket()
109 * Check from the oldest jset for last_seq. If in journal_read_bucket()
110 * i->j.seq < j->last_seq, it means the oldest jset in journal_read_bucket()
435 /* get the oldest journal entry and check its refcount */ in btree_flush_write()
442 * the oldest journal entry in btree_flush_write()
464 * If the oldest journal entry is reclaimed and front in btree_flush_write()
496 * the oldest journal entry. in btree_flush_write()
503 * they are clean now (this is why and how the oldest in btree_flush_write()
522 * the oldest journal entry, try to flush them next in btree_flush_write()
/openbmc/openbmc/poky/bitbake/lib/hashserv/
H A Dsqlite.py298 -- Pick the oldest hash
402 async def clean_unused(self, oldest): argument
406 DELETE FROM outhashes_v2 WHERE created<:oldest AND NOT EXISTS (
411 "oldest": oldest,

12345678910>>...14