Searched refs:tier (Results 1 - 18 of 18) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtwfw.c43 const struct twfw_tier_value* tier = bpf_map_lookup_elem(&tiers, &key); local
44 if (!tier)
53 unsigned long mask = tier->mask[rule->seqnum / 64];
/linux-master/drivers/media/platform/amphion/
H A Dvpu_codec.h13 u32 tier; member in struct:vpu_encode_params
/linux-master/mm/
H A Dworkingset.c242 int tier = lru_tier_from_refs(refs); local
254 atomic_long_add(delta, &lrugen->evicted[hist][type][tier]);
283 int hist, tier, refs; local
307 tier = lru_tier_from_refs(refs);
309 atomic_long_add(delta, &lrugen->refaulted[hist][type][tier]);
H A Dvmscan.c142 /* Always discard instead of demoting to lower tier memory */
1473 * Reclaiming directly from top tier nodes is not often desired
1475 * should be reclaimed from lower tier nodes and demoted from
1476 * top tier nodes.
1478 * However, disabling reclaim from top tier nodes entirely
1479 * would cause ooms in edge scenarios where lower tier memory
1482 * from top tier nodes in proactive reclaim though as that is
3010 * The P term is refaulted/(evicted+protected) from a tier in the generation
3015 * The setpoint (SP) is always the first tier of one type; the process variable
3016 * (PV) is either any tier o
3032 read_ctrl_pos(struct lruvec *lruvec, int type, int tier, int gain, struct ctrl_pos *pos) argument
3049 int hist, tier; local
4237 int tier = lru_tier_from_refs(refs); local
4331 scan_folios(struct lruvec *lruvec, struct scan_control *sc, int type, int tier, struct list_head *list) argument
4414 int tier; local
4434 int type, tier; local
4466 int tier = -1; local
5227 int type, tier; local
[all...]
H A Dmemory-tiers.c15 /* list of all memory types part of this tier */
18 * start value of abstract distance. memory tier maps
134 struct memory_tier *tier = to_memory_tier(dev); local
137 * we don't have rcu access to this memory tier.
139 kfree(tier);
182 * If the memtype is already part of a memory tier,
416 * Add all memory nodes except the selected memory tier
423 * Find all the nodes in the memory tier node list of same best distance.
442 * Promotion is allowed from a memory tier to higher
443 * memory tier onl
[all...]
/linux-master/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) argument
357 switch (tier) {
H A Dallegro-mail.h65 u16 tier; member in struct:create_channel_param
H A Dallegro-core.c1135 static u8 hevc_tier_to_mcu_tier(enum v4l2_mpeg_video_hevc_tier tier) argument
1137 switch (tier) {
1224 enum v4l2_mpeg_video_hevc_tier tier; local
1228 tier = v4l2_ctrl_g_ctrl(channel->mpeg_video_hevc_tier);
1232 param->tier = hevc_tier_to_mcu_tier(tier);
1729 s32 tier = v4l2_ctrl_g_ctrl(channel->mpeg_video_hevc_tier); local
1742 ptl->general_tier_flag = nal_hevc_tier(tier);
1771 s32 tier = v4l2_ctrl_g_ctrl(channel->mpeg_video_hevc_tier); local
1782 ptl->general_tier_flag = nal_hevc_tier(tier);
[all...]
H A Dallegro-mail.c111 dst[i++] = FIELD_PREP(GENMASK(31, 16), param->tier) |
/linux-master/drivers/clocksource/
H A Dtimer-ti-dm.c100 u32 tier; member in struct:timer_regs
309 dmtimer_write(timer, timer->irq_ena, timer->context.tier);
321 timer->context.tier = dmtimer_read(timer, timer->irq_ena);
/linux-master/drivers/accel/ivpu/
H A Dvpu_jsm_api.h1143 u32 tier; member in struct:vpu_jsm_metric_counter_descriptor
/linux-master/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_common.h443 u8 tier; member in struct:s5p_mfc_hevc_enc_params
H A Ds5p_mfc_opr_v6.c1616 p_hevc->tier = 0;
1617 /* this tier can be changed */
1620 /* tier & level */
1627 /* tier - 0 ~ 1 */
1628 reg |= (p_hevc->tier << 16);
H A Ds5p_mfc_enc.c2131 p->codec.hevc.tier = ctrl->val;
/linux-master/drivers/media/platform/chips-media/wave5/
H A Dwave5-vpuapi.h550 u32 tier: 1; /* 0=main, 1=high */ member in struct:enc_wave_param
H A Dwave5-hw.c1579 reg_val |= (p_param->tier << 12) |
/linux-master/drivers/usb/host/
H A Dxhci.c4812 int tier = 1; /* roothub is tier1 */ local
4816 tier++;
4819 if (xhci->quirks & XHCI_INTEL_HOST && tier > 3)
4821 if (xhci->quirks & XHCI_ZHAOXIN_HOST && tier > 2)
4826 dev_dbg(&udev->dev, "Tier policy prevents U1/U2 LPM states for devices at tier %d\n",
4827 tier);
4832 * If the tier check or timeout setting functions return with a non-zero exit
/linux-master/lib/zstd/compress/
H A Dzstd_compress.c1468 int tier = 0; local
1471 for (; tier < 4; ++tier) {
1473 ZSTD_compressionParameters const cParams = ZSTD_getCParams_internal(compressionLevel, srcSizeTiers[tier], 0, ZSTD_cpm_noAttachDict);

Completed in 308 milliseconds