Home
last modified time | relevance | path

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

/linux-5.10/mm/
Drmap.c1101 struct vm_area_struct *vma, unsigned long address, bool compound) in page_add_anon_rmap()
1114 bool compound = flags & RMAP_COMPOUND; in do_page_add_anon_rmap() local
1170 struct vm_area_struct *vma, unsigned long address, bool compound) in page_add_new_anon_rmap()
1201 void page_add_file_rmap(struct page *page, bool compound) in page_add_file_rmap()
1234 static void page_remove_file_rmap(struct page *page, bool compound) in page_remove_file_rmap()
1326 void page_remove_rmap(struct page *page, bool compound) in page_remove_rmap()
Ddebug.c50 bool compound = PageCompound(page); in __dump_page() local
Dhuge_memory.c2503 int i, compound, nr, ret; in total_mapcount() local
Dmemcontrol.c5634 bool compound, in mem_cgroup_move_account()
Dpage_alloc.c1228 bool compound = PageCompound(page); in free_pages_prepare() local
/linux-5.10/include/linux/
Drmap.h187 static inline void page_dup_rmap(struct page *page, bool compound) in page_dup_rmap()
/linux-5.10/scripts/
Dasn1_compiler.c669 enum compound { enum
691 enum compound compound : 8; member
/linux-5.10/tools/testing/selftests/vm/
Dhmm-tests.c1343 TEST_F(hmm, compound) in TEST_F() argument
/linux-5.10/fs/proc/
Dtask_mmu.c433 bool compound, bool young, bool dirty, bool locked) in smaps_account()