Lines Matching defs:compound
685 * Higher-order pages are called "compound pages". They are structured thusly:
693 * This usage means that zero-order pages may not be compound.
1309 bool compound = PageCompound(page);
1349 VM_BUG_ON_PAGE(compound && compound_order(page) != order, page);
1358 if (compound) {
1365 if (compound)
3094 * split_page takes a non-compound higher-order page, and splits it into
5312 * The "tail" pages of this non-compound high-order
5328 * This function can free multi-page allocations that are not compound
5334 * by put_page() which only frees the first page of a non-compound
5338 * compound page, and use put_page() instead of __free_pages().
6925 * free_frozen_pages() also could be used to free compound frozen pages
7078 * be used to allocate compound pages, the refcount of each allocated page
7181 * non-compound page, for compound frozen pages could be freed with
7250 * be used to allocate compound pages, the refcount of each allocated page
7280 * This can be used to free the allocated compound/non-compound frozen pages.
7305 * This can be only used to free the allocated non-compound pages.