Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dmemory-tiers.h42 bool node_is_toptier(int node);
54 static inline bool node_is_toptier(int node) in node_is_toptier() function
96 static inline bool node_is_toptier(int node) in node_is_toptier() function
/openbmc/linux/mm/
H A Dmigrate.c605 bool f_toptier = node_is_toptier(page_to_nid(&folio->page)); in folio_migrate_flags()
606 bool t_toptier = node_is_toptier(page_to_nid(&newfolio->page)); in folio_migrate_flags()
2601 if (!node_is_toptier(page_to_nid(page)) && node_is_toptier(node)) in migrate_misplaced_page()
H A Dmemory-tiers.c242 bool node_is_toptier(int node) in node_is_toptier() function
H A Dmprotect.c149 toptier = node_is_toptier(nid); in change_pte_range()
H A Dhuge_memory.c1534 if (node_is_toptier(page_nid)) in do_huge_pmd_numa_page()
1873 toptier = node_is_toptier(page_to_nid(page)); in change_huge_pmd()
H A Dmemory.c4826 !node_is_toptier(page_nid)) in do_numa_page()
/openbmc/linux/kernel/sched/
H A Dfair.c1857 !node_is_toptier(src_nid)) { in should_numa_migrate_memory()
1887 !node_is_toptier(src_nid) && !cpupid_valid(last_cpupid)) in should_numa_migrate_memory()
3116 if (!node_is_toptier(mem_node) && in task_numa_fault()