Searched defs:compound (Results 1 – 10 of 10) sorted by relevance
/linux-5.19.10/mm/ |
D | internal.h | 512 struct vm_area_struct *vma, bool compound) in mlock_vma_folio() 528 struct vm_area_struct *vma, bool compound) in mlock_vma_page() 535 struct vm_area_struct *vma, bool compound) in munlock_vma_page() 630 struct vm_area_struct *vma, bool compound) { } in mlock_vma_page() 632 struct vm_area_struct *vma, bool compound) { } in munlock_vma_page()
|
D | rmap.c | 1203 bool compound = flags & RMAP_COMPOUND; in page_add_anon_rmap() local 1265 const bool compound = PageCompound(page); in page_add_new_anon_rmap() local 1294 struct vm_area_struct *vma, bool compound) in page_add_file_rmap() 1342 static void page_remove_file_rmap(struct page *page, bool compound) in page_remove_file_rmap() 1430 struct vm_area_struct *vma, bool compound) in page_remove_rmap()
|
D | debug.c | 54 bool compound = PageCompound(page); in __dump_page() local
|
D | util.c | 847 int i, compound, nr, ret; in folio_mapcount() local
|
D | memcontrol.c | 5542 bool compound, in mem_cgroup_move_account()
|
D | page_alloc.c | 1337 bool compound = PageCompound(page); in free_pages_prepare() local
|
/linux-5.19.10/include/linux/ |
D | rmap.h | 207 static inline void __page_dup_rmap(struct page *page, bool compound) in __page_dup_rmap() 212 static inline void page_dup_file_rmap(struct page *page, bool compound) in page_dup_file_rmap() 234 static inline int page_try_dup_anon_rmap(struct page *page, bool compound, in page_try_dup_anon_rmap()
|
/linux-5.19.10/scripts/ |
D | asn1_compiler.c | 669 enum compound { enum 691 enum compound compound : 8; member
|
/linux-5.19.10/tools/testing/selftests/vm/ |
D | hmm-tests.c | 1392 TEST_F(hmm, compound) in TEST_F() argument
|
/linux-5.19.10/fs/proc/ |
D | task_mmu.c | 443 bool compound, bool young, bool dirty, bool locked, in smaps_account()
|