/Linux-v6.1/Documentation/ABI/testing/ |
D | sysfs-kernel-mm-memory-tiers | 6 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.
|
D | sysfs-kernel-mm-numa | 18 when the fast tier is under pressure. This migration
|
/Linux-v6.1/mm/ |
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 only if the memory tier doesn't include in establish_demotion_targets() [all …]
|
D | vmscan.c | 134 /* Always discard instead of demoting to lower tier memory */ 3557 * The P term is refaulted/(evicted+protected) from a tier in the generation 3562 * The setpoint (SP) is always the first tier of one type; the process variable 3563 * (PV) is either any tier of the other type or any other tier of the same 3579 static void read_ctrl_pos(struct lruvec *lruvec, int type, int tier, int gain, in read_ctrl_pos() argument 3585 pos->refaulted = lrugen->avg_refaulted[type][tier] + in read_ctrl_pos() 3586 atomic_long_read(&lrugen->refaulted[hist][type][tier]); in read_ctrl_pos() 3587 pos->total = lrugen->avg_total[type][tier] + in read_ctrl_pos() 3588 atomic_long_read(&lrugen->evicted[hist][type][tier]); in read_ctrl_pos() 3589 if (tier) in read_ctrl_pos() [all …]
|
D | workingset.c | 230 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()
|
D | mm_init.c | 70 "Section %d Node %d Zone %d Lastcpupid %d Kasantag %d Gen %d Tier %d Flags %d\n", in mminit_verify_pageflags_layout()
|
/Linux-v6.1/Documentation/mm/ |
D | multigen_lru.rst | 99 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-v6.1/tools/testing/selftests/bpf/progs/ |
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()
|
/Linux-v6.1/Documentation/admin-guide/device-mapper/ |
D | switch.rst | 51 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
|
/Linux-v6.1/include/linux/ |
D | memory-tiers.h | 10 * Each tier cover a abstrace distance chunk size of 128 18 * the same memory tier. 25 /* list of memory types that are part of same tier as this type */
|
D | plist.h | 27 * - The tier 1 list is the prio_list, different priority nodes. 29 * - The tier 2 list is the node_list, serialized nodes.
|
D | mmzone.h | 342 * through file descriptors is in tier order_base_2(N). A page in the first tier 344 * tables or read ahead. A page in any other tier (N>1) is marked by 351 * comparisons of refaulted/(evicted+protected) from the first tier and the 422 /* the first tier doesn't need protection, hence the minus one */
|
D | mm_inline.h | 151 * tier. lru_tier_from_refs() will account for this off-by-one. Also see in folio_lru_refs()
|
/Linux-v6.1/drivers/media/platform/allegro-dvt/ |
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()
|
D | allegro-mail.h | 65 u16 tier; member
|
D | allegro-core.c | 1136 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()
|
/Linux-v6.1/Documentation/devicetree/bindings/net/ |
D | brcm,systemport.yaml | 42 Number of tier 2 arbiters 47 Number of tier 2 arbiters
|
/Linux-v6.1/drivers/media/platform/amphion/ |
D | vpu_codec.h | 13 u32 tier; member
|
/Linux-v6.1/drivers/clocksource/ |
D | sh_mtu2.c | 59 #define TIER 3 /* channel register */ macro 150 [TIER] = 4, 237 sh_mtu2_write(ch, TIER, TIER_TGIEA); in sh_mtu2_enable()
|
D | timer-ti-dm.c | 101 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-v6.1/Documentation/userspace-api/media/v4l/ |
D | ext-ctrls-codec.rst | 2462 .. _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.
|
/Linux-v6.1/drivers/infiniband/hw/irdma/ |
D | ws.c | 273 /* Find a second tier node that matches the VSI */ in irdma_ws_add()
|
/Linux-v6.1/drivers/media/platform/samsung/s5p-mfc/ |
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()
|
D | s5p_mfc_common.h | 441 u8 tier; member
|
/Linux-v6.1/drivers/usb/core/ |
D | devices.c | 442 * level = topology-tier level; in usb_device_dump()
|