Home
last modified time | relevance | path

Searched full:tier (Results 1 – 25 of 50) sorted by relevance

12

/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-kernel-mm-memory-tiers6 Individual memory tier details are contained in subdirectories
7 named by the abstract distance of the memory tier.
16 Description: Directory with details of a specific memory tier
19 memory tier, memtierN, where N is derived based on abstract distance.
21 A smaller value of N implies a higher (faster) memory tier in the
24 nodelist: NUMA nodes that are part of this memory tier.
H A Dsysfs-kernel-mm-numa18 when the fast tier is under pressure. This migration
/openbmc/linux/mm/
H A Dmemory-tiers.c14 /* list of all memory types part of this tier */
17 * start value of abstract distance. memory tier maps
126 struct memory_tier *tier = to_memory_tier(dev); in memory_tier_device_release() local
129 * we don't have rcu access to this memory tier. in memory_tier_device_release()
131 kfree(tier); in memory_tier_device_release()
174 * If the memtype is already part of a memory tier, in find_create_memory_tier()
388 * Add all memory nodes except the selected memory tier in establish_demotion_targets()
395 * Find all the nodes in the memory tier node list of same best distance. in establish_demotion_targets()
414 * Promotion is allowed from a memory tier to higher in establish_demotion_targets()
415 * memory tier only if the memory tier doesn't include in establish_demotion_targets()
[all …]
H A Dvmscan.c137 /* Always discard instead of demoting to lower tier memory */
2172 * Reclaiming directly from top tier nodes is not often desired in shrink_folio_list()
2174 * should be reclaimed from lower tier nodes and demoted from in shrink_folio_list()
2175 * top tier nodes. in shrink_folio_list()
2177 * However, disabling reclaim from top tier nodes entirely in shrink_folio_list()
2178 * would cause ooms in edge scenarios where lower tier memory in shrink_folio_list()
2181 * from top tier nodes in proactive reclaim though as that is in shrink_folio_list()
3669 * The P term is refaulted/(evicted+protected) from a tier in the generation
3674 * The setpoint (SP) is always the first tier of one type; the process variable
3675 * (PV) is either any tier of the other type or any other tier of the same
[all …]
H A Dworkingset.c241 int tier = lru_tier_from_refs(refs); in lru_gen_eviction() local
253 atomic_long_add(delta, &lrugen->evicted[hist][type][tier]); in lru_gen_eviction()
282 int hist, tier, refs; in lru_gen_refault() local
306 tier = lru_tier_from_refs(refs); in lru_gen_refault()
308 atomic_long_add(delta, &lrugen->refaulted[hist][type][tier]); in lru_gen_refault()
/openbmc/docs/tof/
H A Dmembership-and-voting.md74 the two tiers. An individual who was an Active Member of a tier in the preceding
81 determining community and tier membership. The normal membership tier is
83 while the highly-productive membership tier is expected to represent between
84 12.5% (1/8) and 20% (1/5) of the community. (Whenever the highly-productive tier
91 by the existing metrics may petition the TOF for inclusion in either tier and
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtwfw.c43 const struct twfw_tier_value* tier = bpf_map_lookup_elem(&tiers, &key); in twfw_verifier() local
44 if (!tier) in twfw_verifier()
53 unsigned long mask = tier->mask[rule->seqnum / 64]; in twfw_verifier()
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Dswitch.rst51 Upper Tier - Determine which array member the I/O should be sent to.
52 Lower Tier - Load balance amongst paths to a particular member.
54 The lower tier consists of a single dm multipath device for each member.
61 The upper tier consists of a single dm-switch device. This device uses
63 lower tier device to route the I/O. By using a bitmap we are able to
/openbmc/linux/include/linux/
H A Dmemory-tiers.h10 * Each tier cover a abstrace distance chunk size of 128
18 * the same memory tier.
24 /* list of memory types that are part of same tier as this type */
H A Dplist.h27 * - The tier 1 list is the prio_list, different priority nodes.
29 * - The tier 2 list is the node_list, serialized nodes.
/openbmc/linux/drivers/media/platform/allegro-dvt/
H A Dnal-hevc.h347 * nal_hevc_tier() - Get tier_flag for v4l2 hevc tier
348 * @tier: the tier as &enum v4l2_mpeg_video_hevc_tier
353 * Return: the tier_flag for the passed tier
355 static inline int nal_hevc_tier(enum v4l2_mpeg_video_hevc_tier tier) in nal_hevc_tier() argument
357 switch (tier) { in nal_hevc_tier()
H A Dallegro-mail.h65 u16 tier; member
H A Dallegro-core.c1135 static u8 hevc_tier_to_mcu_tier(enum v4l2_mpeg_video_hevc_tier tier) in hevc_tier_to_mcu_tier() argument
1137 switch (tier) { in hevc_tier_to_mcu_tier()
1224 enum v4l2_mpeg_video_hevc_tier tier; in fill_create_channel_param() local
1228 tier = v4l2_ctrl_g_ctrl(channel->mpeg_video_hevc_tier); in fill_create_channel_param()
1232 param->tier = hevc_tier_to_mcu_tier(tier); in fill_create_channel_param()
1731 s32 tier = v4l2_ctrl_g_ctrl(channel->mpeg_video_hevc_tier); in allegro_hevc_write_vps() local
1744 ptl->general_tier_flag = nal_hevc_tier(tier); in allegro_hevc_write_vps()
1773 s32 tier = v4l2_ctrl_g_ctrl(channel->mpeg_video_hevc_tier); in allegro_hevc_write_sps() local
1784 ptl->general_tier_flag = nal_hevc_tier(tier); in allegro_hevc_write_sps()
/openbmc/linux/Documentation/mm/
H A Dmultigen_lru.rst99 times through file descriptors is in tier ``order_base_2(N)``. Unlike
132 ``min_seq%MAX_NR_GENS`` becomes empty. To select a type and a tier to
134 If both types are equally old, it selects the one whose first tier has
135 a lower refault percentage. The first tier contains single-use
141 loop has detected outlying refaults from the tier this page is in. To
142 this end, the feedback loop uses the first tier as the baseline, for
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Dbrcm,systemport.yaml42 Number of tier 2 arbiters
47 Number of tier 2 arbiters
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/netdata/netdata/
H A Dnetdata.conf54 # dbengine tier backfill = new
55 # dbengine tier 1 update every iterations = 60
56 # dbengine tier 2 update every iterations = 60
57 # dbengine tier 0 disk space MB = 1024
58 # dbengine tier 0 retention days = 14
59 # dbengine tier 1 disk space MB = 1024
60 # dbengine tier 1 retention days = 90
61 # dbengine tier 2 disk space MB = 1024
62 # dbengine tier 2 retention days = 730
/openbmc/linux/drivers/media/platform/amphion/
H A Dvpu_codec.h13 u32 tier; member
/openbmc/linux/drivers/clocksource/
H A Dsh_mtu2.c59 #define TIER 3 /* channel register */ macro
150 [TIER] = 4,
237 sh_mtu2_write(ch, TIER, TIER_TGIEA); in sh_mtu2_enable()
H A Dtimer-ti-dm.c100 u32 tier; member
309 dmtimer_write(timer, timer->irq_ena, timer->context.tier); in omap_timer_restore_context()
321 timer->context.tier = dmtimer_read(timer, timer->irq_ena); in omap_timer_save_context()
/openbmc/u-boot/arch/arm/include/asm/arch-omap4/
H A Dcpu.h24 u32 tier; /* 0x1c rw */ member
/openbmc/u-boot/drivers/timer/
H A Domap-timer.c28 unsigned int tier; /* offset 0x20 */ member
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-codec.rst2462 .. _v4l2-hevc-tier:
2468 TIER_FLAG specifies tiers information of the HEVC encoded picture. Tier
2470 rate. Setting the flag to 0 selects HEVC tier as Main tier and setting
2471 this flag to 1 indicates High tier. High tier is for applications requiring
2475 ``V4L2_MPEG_VIDEO_HEVC_TIER_MAIN`` Main tier.
2476 ``V4L2_MPEG_VIDEO_HEVC_TIER_HIGH`` High tier.
/openbmc/u-boot/arch/arm/include/asm/arch-omap5/
H A Dcpu.h29 u32 tier; /* 0x2c rw */ member
/openbmc/u-boot/board/freescale/ls1021atwr/
H A DREADME12 A member of the value-performance tier, the QorIQ LS1021A processor provides
/openbmc/u-boot/board/freescale/ls1021aqds/
H A DREADME12 A member of the value-performance tier, the QorIQ LS1021A processor provides

12