Searched defs:compound (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | rmap.h | 209 static inline void __page_dup_rmap(struct page *page, bool compound) in __page_dup_rmap() 221 static inline void page_dup_file_rmap(struct page *page, bool compound) in page_dup_file_rmap() 243 static inline int page_try_dup_anon_rmap(struct page *page, bool compound, in page_try_dup_anon_rmap()
|
/linux-6.3-rc2/mm/ |
A D | debug.c | 54 bool compound = PageCompound(page); in __dump_page() local
|
A D | rmap.c | 1218 bool compound = flags & RMAP_COMPOUND; in page_add_anon_rmap() local 1314 bool compound) in page_add_file_rmap() 1368 bool compound) in page_remove_rmap()
|
A D | internal.h | 539 struct vm_area_struct *vma, bool compound) in mlock_vma_folio() 556 struct vm_area_struct *vma, bool compound) in munlock_vma_folio()
|
A D | memcontrol.c | 5726 bool compound, in mem_cgroup_move_account()
|
A D | page_alloc.c | 1425 bool compound = PageCompound(page); in free_pages_prepare() local
|
/linux-6.3-rc2/scripts/ |
A D | asn1_compiler.c | 669 enum compound { enum
|
/linux-6.3-rc2/tools/testing/selftests/mm/ |
A D | hmm-tests.c | 1563 TEST_F(hmm, compound) in TEST_F() argument
|
/linux-6.3-rc2/fs/proc/ |
A D | task_mmu.c | 455 bool compound, bool young, bool dirty, bool locked, in smaps_account()
|
Completed in 45 milliseconds