Searched refs:compound_nr (Results 1 – 2 of 2) sorted by relevance
140 unsigned int compound_nr; /* 1 << compound_order */ member
995 page[1].compound_nr = 1U << order; in set_compound_order()999 static inline unsigned long compound_nr(struct page *page) in compound_nr() function1003 return page[1].compound_nr; in compound_nr()