/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | twfw.c | 43 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()
|
/kernel/linux/linux-6.6/mm/ |
H A D | workingset.c | 241 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()
|
H A D | vmscan.c | 2102 * Reclaiming directly from top tier nodes is not often desired in shrink_folio_list() 2104 * should be reclaimed from lower tier nodes and demoted from in shrink_folio_list() 2105 * top tier nodes. in shrink_folio_list() 2107 * However, disabling reclaim from top tier nodes entirely in shrink_folio_list() 2108 * would cause ooms in edge scenarios where lower tier memory in shrink_folio_list() 2111 * from top tier nodes in proactive reclaim though as that is in shrink_folio_list() 3641 * The P term is refaulted/(evicted+protected) from a tier in the generation 3646 * The setpoint (SP) is always the first tier of one type; the process variable 3647 * (PV) is either any tier of the other type or any other tier o 3663 read_ctrl_pos(struct lruvec *lruvec, int type, int tier, int gain, struct ctrl_pos *pos) read_ctrl_pos() argument 3680 int hist, tier; reset_ctrl_pos() local 4869 int tier = lru_tier_from_refs(refs); sort_folio() local 4963 scan_folios(struct lruvec *lruvec, struct scan_control *sc, int type, int tier, struct list_head *list) scan_folios() argument 5041 int tier; get_tier_idx() local 5061 int type, tier; get_type_to_scan() local 5093 int tier = -1; isolate_folios() local 5876 int type, tier; lru_gen_seq_show_full() local [all...] |
H A D | memory-tiers.c | 14 /* 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 onl in establish_demotion_targets() [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/allegro-dvt/ |
H A D | nal-hevc.h | 347 * 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 D | allegro-core.c | 1135 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() 1729 s32 tier = v4l2_ctrl_g_ctrl(channel->mpeg_video_hevc_tier); in allegro_hevc_write_vps() local 1742 ptl->general_tier_flag = nal_hevc_tier(tier); in allegro_hevc_write_vps() 1771 s32 tier = v4l2_ctrl_g_ctrl(channel->mpeg_video_hevc_tier); in allegro_hevc_write_sps() local 1782 ptl->general_tier_flag = nal_hevc_tier(tier); in allegro_hevc_write_sps() [all...] |
H A D | allegro-mail.h | 65 u16 tier; member
|
H A D | allegro-mail.c | 111 dst[i++] = FIELD_PREP(GENMASK(31, 16), param->tier) | in allegro_encode_config_blob()
|
/kernel/linux/linux-6.6/drivers/media/platform/amphion/ |
H A D | vpu_codec.h | 13 u32 tier; member
|
/kernel/linux/linux-6.6/drivers/clocksource/ |
H A D | timer-ti-dm.c | 100 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()
|
/kernel/linux/linux-5.10/drivers/staging/media/allegro-dvt/ |
H A D | allegro-mail.h | 62 u16 tier; member
|
H A D | allegro-mail.c | 107 dst[i++] = FIELD_PREP(GENMASK(31, 16), param->tier) | in allegro_encode_config_blob()
|
H A D | allegro-core.c | 934 param->tier = 0; in fill_create_channel_param()
|
/kernel/linux/linux-5.10/drivers/clocksource/ |
H A D | timer-ti-dm.c | 94 writel_relaxed(timer->context.tier, timer->irq_ena); in omap_timer_restore_context() 112 timer->context.tier = readl_relaxed(timer->irq_ena); in omap_timer_save_context()
|
/kernel/linux/linux-5.10/include/clocksource/ |
H A D | timer-ti-dm.h | 79 u32 tier; member
|
/kernel/linux/linux-6.6/drivers/accel/ivpu/ |
H A D | vpu_jsm_api.h | 888 u32 tier; member
|
/kernel/linux/linux-5.10/drivers/media/platform/s5p-mfc/ |
H A D | s5p_mfc_common.h | 437 u8 tier; member
|
H A D | s5p_mfc_opr_v6.c | 1463 p_hevc->tier = 0; in s5p_mfc_set_enc_params_hevc() 1464 /* this tier can be changed */ in s5p_mfc_set_enc_params_hevc() 1467 /* tier & level */ in s5p_mfc_set_enc_params_hevc() 1474 /* tier - 0 ~ 1 */ in s5p_mfc_set_enc_params_hevc() 1475 reg |= (p_hevc->tier << 16); in s5p_mfc_set_enc_params_hevc()
|
H A D | s5p_mfc_enc.c | 2096 p->codec.hevc.tier = ctrl->val; in s5p_mfc_enc_s_ctrl()
|
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-mfc/ |
H A D | s5p_mfc_common.h | 441 u8 tier; member
|
H A D | s5p_mfc_opr_v6.c | 1463 p_hevc->tier = 0; in s5p_mfc_set_enc_params_hevc() 1464 /* this tier can be changed */ in s5p_mfc_set_enc_params_hevc() 1467 /* tier & level */ in s5p_mfc_set_enc_params_hevc() 1474 /* tier - 0 ~ 1 */ in s5p_mfc_set_enc_params_hevc() 1475 reg |= (p_hevc->tier << 16); in s5p_mfc_set_enc_params_hevc()
|
H A D | s5p_mfc_enc.c | 2094 p->codec.hevc.tier = ctrl->val; in s5p_mfc_enc_s_ctrl()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | xhci.c | 4753 int tier = 1; /* roothub is tier1 */ in xhci_check_tier_policy() local 4757 tier++; in xhci_check_tier_policy() 4760 if (xhci->quirks & XHCI_INTEL_HOST && tier > 3) in xhci_check_tier_policy() 4762 if (xhci->quirks & XHCI_ZHAOXIN_HOST && tier > 2) in xhci_check_tier_policy() 4767 dev_dbg(&udev->dev, "Tier policy prevents U1/U2 LPM states for devices at tier %d\n", in xhci_check_tier_policy() 4768 tier); in xhci_check_tier_policy() 4773 * If the tier check or timeout setting functions return with a non-zero exit
|
/kernel/linux/linux-6.6/lib/zstd/compress/ |
H A D | zstd_compress.c | 1468 int tier = 0; in ZSTD_estimateCCtxSize_internal() local 1471 for (; tier < 4; ++tier) { in ZSTD_estimateCCtxSize_internal() 1473 ZSTD_compressionParameters const cParams = ZSTD_getCParams_internal(compressionLevel, srcSizeTiers[tier], 0, ZSTD_cpm_noAttachDict); in ZSTD_estimateCCtxSize_internal()
|