Home
last modified time | relevance | path

Searched defs:compound (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/include/linux/
H A Drmap.h211 static inline void __page_dup_rmap(struct page *page, bool compound) in __page_dup_rmap()
223 static inline void page_dup_file_rmap(struct page *page, bool compound) in page_dup_file_rmap()
245 static inline int page_try_dup_anon_rmap(struct page *page, bool compound, in page_try_dup_anon_rmap()
/openbmc/linux/mm/
H A Ddebug.c59 bool compound = PageCompound(page); in __dump_page() local
H A Drmap.c1209 bool compound = flags & RMAP_COMPOUND; in page_add_anon_rmap() local
1310 bool compound) in folio_add_file_rmap_range()
1367 bool compound) in page_add_file_rmap()
1391 bool compound) in page_remove_rmap()
H A Dinternal.h673 struct vm_area_struct *vma, bool compound) in mlock_vma_folio()
690 struct vm_area_struct *vma, bool compound) in munlock_vma_folio()
H A Dpage_alloc.c1123 bool compound = PageCompound(page); in free_pages_prepare() local
[all...]
H A Dmemcontrol.c5790 bool compound, in mem_cgroup_move_account()
/openbmc/linux/scripts/
H A Dasn1_compiler.c669 enum compound { enum
691 enum compound compound : 8; member
/openbmc/linux/tools/testing/selftests/mm/
H A Dhmm-tests.c1568 TEST_F(hmm, compound) in TEST_F() argument
/openbmc/linux/fs/proc/
H A Dtask_mmu.c441 bool compound, bool young, bool dirty, bool locked, in smaps_account()