Searched refs:tag_clear_highpages (Results 1 – 4 of 4) sorted by relevance
36 bool tag_clear_highpages(struct page *to, int numpages, bool clear_pages);
351 static inline bool tag_clear_highpages(struct page *page, int numpages, in tag_clear_highpages() function
1021 bool tag_clear_highpages(struct page *page, int numpages, bool clear_pages) in tag_clear_highpages() function
1839 init = tag_clear_highpages(page, 1 << order, /* clear_pages= */init); in post_alloc_hook()