Searched defs:compound (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.15/mm/ |
D | rmap.c | 1111 struct vm_area_struct *vma, unsigned long address, bool compound) in page_add_anon_rmap() 1124 bool compound = flags & RMAP_COMPOUND; in do_page_add_anon_rmap() local 1180 struct vm_area_struct *vma, unsigned long address, bool compound) in page_add_new_anon_rmap() 1211 void page_add_file_rmap(struct page *page, bool compound) in page_add_file_rmap() 1250 static void page_remove_file_rmap(struct page *page, bool compound) in page_remove_file_rmap() 1346 void page_remove_rmap(struct page *page, bool compound) in page_remove_rmap()
|
D | debug.c | 51 bool compound = PageCompound(page); in __dump_page() local
|
D | migrate.c | 2153 bool compound; in migrate_misplaced_page() local
|
D | huge_memory.c | 2498 int i, compound, nr, ret; in total_mapcount() local
|
D | memcontrol.c | 5574 bool compound, in mem_cgroup_move_account()
|
D | page_alloc.c | 1310 bool compound = PageCompound(page); in free_pages_prepare() local
|
/Linux-v5.15/include/linux/ |
D | rmap.h | 183 static inline void page_dup_rmap(struct page *page, bool compound) in page_dup_rmap()
|
/Linux-v5.15/tools/testing/selftests/vm/ |
D | hmm-tests.c | 1350 TEST_F(hmm, compound) in TEST_F() argument
|
/Linux-v5.15/scripts/ |
D | asn1_compiler.c | 669 enum compound { enum
|
/Linux-v5.15/fs/proc/ |
D | task_mmu.c | 433 bool compound, bool young, bool dirty, bool locked) in smaps_account()
|