Home
last modified time | relevance | path

Searched refs:alloc_memory_type (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/include/linux/
Dmemory-tiers.h36 struct memory_dev_type *alloc_memory_type(int adistance);
67 static inline struct memory_dev_type *alloc_memory_type(int adistance) in alloc_memory_type() function
/linux-6.1.9/mm/
Dmemory-tiers.c548 struct memory_dev_type *alloc_memory_type(int adistance) in alloc_memory_type() function
562 EXPORT_SYMBOL_GPL(alloc_memory_type);
647 default_dram_type = alloc_memory_type(MEMTIER_ADISTANCE_DRAM); in memory_tier_init()
/linux-6.1.9/drivers/dax/
Dkmem.c253 dax_slowmem_type = alloc_memory_type(MEMTIER_DEFAULT_DAX_ADISTANCE); in dax_kmem_init()