Searched refs:compound (Results 1 - 5 of 5) sorted by relevance

/linux-master/scripts/
H A Dasn1_compiler.c669 enum compound { enum
691 enum compound compound : 8; member in struct:element
941 element->compound = implicit ? TAG_OVERRIDE : SEQUENCE;
954 element->compound = ANY;
962 element->compound = NOT_COMPOUND;
985 element->compound = NOT_COMPOUND;
991 element->compound = NOT_COMPOUND;
1001 element->compound = NOT_COMPOUND;
1011 element->compound
[all...]
/linux-master/mm/
H A Dpage_alloc.c570 * Higher-order pages are called "compound pages". They are structured thusly:
578 * This usage means that zero-order pages may not be compound.
1090 bool compound = PageCompound(page); local
1107 VM_BUG_ON_PAGE(compound && compound_order(page) != order, page);
1116 if (compound)
1119 if (compound)
2609 * split_page takes a non-compound higher-order page, and splits it into
4640 * This function can free multi-page allocations that are not compound
4646 * by put_page() which only frees the first page of a non-compound
4650 * compound pag
[all...]
H A Dmemcontrol.c5973 * @compound: charge the page as compound or small page
5983 bool compound,
5989 unsigned int nr_pages = compound ? folio_nr_pages(folio) : 1;
5995 VM_BUG_ON(compound && !folio_test_large(folio));
5982 mem_cgroup_move_account(struct folio *folio, bool compound, struct mem_cgroup *from, struct mem_cgroup *to) argument
/linux-master/fs/proc/
H A Dtask_mmu.c444 bool compound, bool young, bool dirty, bool locked,
447 int i, nr = compound ? compound_nr(page) : 1;
452 * of the compound page.
473 * If any subpage of the compound page mapped with PTE it would elevate
443 smaps_account(struct mem_size_stats *mss, struct page *page, bool compound, bool young, bool dirty, bool locked, bool migration) argument
/linux-master/tools/testing/selftests/mm/
H A Dhmm-tests.c1568 TEST_F(hmm, compound)

Completed in 162 milliseconds