Searched refs:memory_types (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/include/linux/ |
D | memory-tiers.h | 53 struct list_head *memory_types); 54 void mt_put_memory_types(struct list_head *memory_types); 146 struct list_head *memory_types) in mt_find_alloc_memory_type() argument 151 static inline void mt_put_memory_types(struct list_head *memory_types) in mt_put_memory_types() argument
|
/linux-6.12.1/mm/ |
D | memory-tiers.c | 17 struct list_head memory_types; member 153 list_for_each_entry(memtype, &memtier->memory_types, tier_sibling) in get_memtier_nodemask() 236 INIT_LIST_HEAD(&new_memtier->memory_types); in find_create_memory_tier() 256 list_add(&memtype->tier_sibling, &memtier->memory_types); in find_create_memory_tier() 598 if (list_empty(&memtier->memory_types)) in clear_node_memory_tier() 663 struct memory_dev_type *mt_find_alloc_memory_type(int adist, struct list_head *memory_types) in mt_find_alloc_memory_type() argument 667 list_for_each_entry(mtype, memory_types, list) in mt_find_alloc_memory_type() 675 list_add(&mtype->list, memory_types); in mt_find_alloc_memory_type() 681 void mt_put_memory_types(struct list_head *memory_types) in mt_put_memory_types() argument 685 list_for_each_entry_safe(mtype, mtn, memory_types, list) { in mt_put_memory_types()
|
/linux-6.12.1/drivers/ufs/core/ |
D | ufs-sysfs.c | 1058 UFS_GEOMETRY_DESC_PARAM(memory_types, _MEM_TYPES, 2);
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-driver-ufs | 490 What: /sys/bus/platform/drivers/ufshcd/*/geometry_descriptor/memory_types 491 What: /sys/bus/platform/devices/*.ufs/geometry_descriptor/memory_types
|