Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dhuge_mm.h191 bool can_split_huge_page(struct page *page, int *pextra_pins);
394 can_split_huge_page(struct page *page, int *pextra_pins) in can_split_huge_page() function
/OK3568_Linux_fs/kernel/mm/
H A Dhuge_memory.c2627 bool can_split_huge_page(struct page *page, int *pextra_pins) in can_split_huge_page() function
2721 if (!can_split_huge_page(head, &extra_pins)) { in split_huge_page_to_list()
H A Dvmscan.c1296 if (!can_split_huge_page(page, NULL)) in shrink_page_list()