Searched refs:move_hugetlb_state (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | hugetlb.h | 150 void move_hugetlb_state(struct page *oldpage, struct page *newpage, int reason); 338 static inline void move_hugetlb_state(struct page *oldpage, in move_hugetlb_state() function
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | hugetlb.h | 170 void move_hugetlb_state(struct folio *old_folio, struct folio *new_folio, int reason); 463 static inline void move_hugetlb_state(struct folio *old_folio, in move_hugetlb_state() function
|
/kernel/linux/linux-5.10/mm/ |
H A D | migrate.c | 1389 move_hugetlb_state(hpage, new_hpage, reason); in unmap_and_move_huge_page()
|
H A D | hugetlb.c | 5704 void move_hugetlb_state(struct page *oldpage, struct page *newpage, int reason) in move_hugetlb_state() function
|
/kernel/linux/linux-6.6/mm/ |
H A D | migrate.c | 1453 move_hugetlb_state(src, dst, reason); in unmap_and_move_huge_page()
|
H A D | hugetlb.c | 7264 void move_hugetlb_state(struct folio *old_folio, struct folio *new_folio, int reason) in move_hugetlb_state() function
|
Completed in 28 milliseconds