Home
last modified time | relevance | path

Searched refs:node_is_toptier (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/include/linux/
H A Dmemory-tiers.h58 bool node_is_toptier(int node);
70 static inline bool node_is_toptier(int node) in node_is_toptier() function
114 static inline bool node_is_toptier(int node) in node_is_toptier() function
/linux-6.15/mm/
H A Dmemory-tiers.c68 !node_is_toptier(folio_nid(folio)); in folio_use_access_time()
277 bool node_is_toptier(int node) in node_is_toptier() function
H A Dmigrate.c700 bool f_toptier = node_is_toptier(folio_nid(folio)); in folio_migrate_flags()
701 bool t_toptier = node_is_toptier(folio_nid(newfolio)); in folio_migrate_flags()
2728 && !node_is_toptier(folio_nid(folio)) in migrate_misplaced_folio()
2729 && node_is_toptier(node)) in migrate_misplaced_folio()
H A Dmprotect.c155 toptier = node_is_toptier(nid); in change_pte_range()
H A Dhuge_memory.c2435 toptier = node_is_toptier(folio_nid(folio)); in change_huge_pmd()
/linux-6.15/kernel/sched/
H A Dfair.c1969 !node_is_toptier(src_nid) && !cpupid_valid(last_cpupid)) in should_numa_migrate_memory()
3186 if (!node_is_toptier(mem_node) && in task_numa_fault()