Home
last modified time | relevance | path

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

/linux-5.19.10/mm/
Dinternal.h512 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()
Drmap.c1203 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()
Ddebug.c54 bool compound = PageCompound(page); in __dump_page() local
Dutil.c847 int i, compound, nr, ret; in folio_mapcount() local
Dmemcontrol.c5542 bool compound, in mem_cgroup_move_account()
Dpage_alloc.c1337 bool compound = PageCompound(page); in free_pages_prepare() local
/linux-5.19.10/include/linux/
Drmap.h207 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/
Dasn1_compiler.c669 enum compound { enum
691 enum compound compound : 8; member
/linux-5.19.10/tools/testing/selftests/vm/
Dhmm-tests.c1392 TEST_F(hmm, compound) in TEST_F() argument
/linux-5.19.10/fs/proc/
Dtask_mmu.c443 bool compound, bool young, bool dirty, bool locked, in smaps_account()