Home
last modified time | relevance | path

Searched refs:tier (Results 1 – 21 of 21) sorted by relevance

/linux-6.3-rc2/Documentation/ABI/testing/
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.
A Dsysfs-kernel-mm-numa18 when the fast tier is under pressure. This migration
/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
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()
/linux-6.3-rc2/mm/
A Dworkingset.c230 int tier = lru_tier_from_refs(refs); in lru_gen_eviction() local
242 atomic_long_add(delta, &lrugen->evicted[hist][type][tier]); in lru_gen_eviction()
249 int hist, tier, refs; in lru_gen_refault() local
282 tier = lru_tier_from_refs(refs); in lru_gen_refault()
284 atomic_long_add(delta, &lrugen->refaulted[hist][type][tier]); in lru_gen_refault()
A Dvmscan.c3645 if (tier) in read_ctrl_pos()
3664 for (tier = 0; tier < MAX_NR_TIERS; tier++) { in reset_ctrl_pos()
3674 if (tier) in reset_ctrl_pos()
3682 if (tier) in reset_ctrl_pos()
5003 int tier; in get_tier_idx() local
5012 for (tier = 1; tier < MAX_NR_TIERS; tier++) { in get_tier_idx()
5038 for (tier = 1; tier < MAX_NR_TIERS; tier++) { in get_type_to_scan()
5055 int tier = -1; in isolate_folios() local
5083 tier = -1; in isolate_folios()
5811 for (tier = 0; tier < MAX_NR_TIERS; tier++) { in lru_gen_seq_show_full()
[all …]
A Dmemory-tiers.c126 struct memory_tier *tier = to_memory_tier(dev); in memory_tier_device_release() local
131 kfree(tier); in memory_tier_device_release()
/linux-6.3-rc2/Documentation/devicetree/bindings/net/
A Dbrcm,systemport.yaml42 Number of tier 2 arbiters
47 Number of tier 2 arbiters
/linux-6.3-rc2/Documentation/mm/
A Dmultigen_lru.rst99 times through file descriptors is in tier ``order_base_2(N)``. Unlike
131 ``min_seq%MAX_NR_GENS`` becomes empty. To select a type and a tier to
133 If both types are equally old, it selects the one whose first tier has
134 a lower refault percentage. The first tier contains single-use
140 loop has detected outlying refaults from the tier this page is in. To
141 this end, the feedback loop uses the first tier as the baseline, for
/linux-6.3-rc2/drivers/media/platform/allegro-dvt/
A Dnal-hevc.h355 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()
A Dallegro-mail.h65 u16 tier; member
A Dallegro-core.c1136 static u8 hevc_tier_to_mcu_tier(enum v4l2_mpeg_video_hevc_tier tier) in hevc_tier_to_mcu_tier() argument
1138 switch (tier) { in hevc_tier_to_mcu_tier()
1225 enum v4l2_mpeg_video_hevc_tier tier; in fill_create_channel_param() local
1229 tier = v4l2_ctrl_g_ctrl(channel->mpeg_video_hevc_tier); in fill_create_channel_param()
1233 param->tier = hevc_tier_to_mcu_tier(tier); in fill_create_channel_param()
1730 s32 tier = v4l2_ctrl_g_ctrl(channel->mpeg_video_hevc_tier); in allegro_hevc_write_vps() local
1743 ptl->general_tier_flag = nal_hevc_tier(tier); in allegro_hevc_write_vps()
1772 s32 tier = v4l2_ctrl_g_ctrl(channel->mpeg_video_hevc_tier); in allegro_hevc_write_sps() local
1783 ptl->general_tier_flag = nal_hevc_tier(tier); in allegro_hevc_write_sps()
A Dallegro-mail.c111 dst[i++] = FIELD_PREP(GENMASK(31, 16), param->tier) | in allegro_encode_config_blob()
/linux-6.3-rc2/drivers/media/platform/amphion/
A Dvpu_codec.h13 u32 tier; member
/linux-6.3-rc2/Documentation/admin-guide/device-mapper/
A Dswitch.rst54 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
/linux-6.3-rc2/drivers/clocksource/
A Dtimer-ti-dm.c101 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()
/linux-6.3-rc2/drivers/accel/ivpu/
A Dvpu_jsm_api.h888 u32 tier; member
/linux-6.3-rc2/drivers/media/platform/samsung/s5p-mfc/
A Ds5p_mfc_common.h441 u8 tier; member
A Ds5p_mfc_opr_v6.c1463 p_hevc->tier = 0; in s5p_mfc_set_enc_params_hevc()
1475 reg |= (p_hevc->tier << 16); in s5p_mfc_set_enc_params_hevc()
A Ds5p_mfc_enc.c2094 p->codec.hevc.tier = ctrl->val; in s5p_mfc_enc_s_ctrl()
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/
A Dext-ctrls-codec.rst2462 .. _v4l2-hevc-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.
/linux-6.3-rc2/lib/zstd/compress/
A Dzstd_compress.c1468 int tier = 0; in ZSTD_estimateCCtxSize_internal() local
1471 for (; tier < 4; ++tier) { in ZSTD_estimateCCtxSize_internal()
1473 …s const cParams = ZSTD_getCParams_internal(compressionLevel, srcSizeTiers[tier], 0, ZSTD_cpm_noAtt… in ZSTD_estimateCCtxSize_internal()

Completed in 80 milliseconds