Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dhugetlb.h459 static inline int hugepage_migration_supported(struct hstate *h) in hugepage_migration_supported() function
526 #define hugepage_migration_supported(h) 0 macro
/linux-4.4.14/mm/
Dmigrate.c1038 if (!hugepage_migration_supported(page_hstate(hpage))) { in unmap_and_move_huge_page()
Dhugetlb.c869 if (hugepages_treat_as_movable || hugepage_migration_supported(h)) in htlb_alloc_mask()