Home
last modified time | relevance | path

Searched refs:check_new_pages (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/mm/
H A Dpage_alloc.c1445 static inline bool check_new_pages(struct page *page, unsigned int order) in check_new_pages() function
2700 } while (check_new_pages(page, order)); in rmqueue_buddy()
2744 } while (check_new_pages(page, order)); in __rmqueue_pcplist()
/kernel/linux/linux-5.10/mm/
H A Dpage_alloc.c2262 static bool check_new_pages(struct page *page, unsigned int order) in check_new_pages() function
3501 } while (page && check_new_pages(page, order)); in rmqueue()

Completed in 27 milliseconds