Searched defs:compound (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/mm/ |
D | rmap.c | 1088 struct vm_area_struct *vma, unsigned long address, bool compound) in page_add_anon_rmap() 1101 bool compound = flags & RMAP_COMPOUND; in do_page_add_anon_rmap() local 1151 struct vm_area_struct *vma, unsigned long address, bool compound) in page_add_new_anon_rmap() 1179 void page_add_file_rmap(struct page *page, bool compound) in page_add_file_rmap() 1210 static void page_remove_file_rmap(struct page *page, bool compound) in page_remove_file_rmap() 1297 void page_remove_rmap(struct page *page, bool compound) in page_remove_rmap()
|
D | memcontrol.c | 691 bool compound, int nr_pages) in mem_cgroup_charge_statistics() 4781 bool compound, in mem_cgroup_move_account() 5876 bool compound) in mem_cgroup_try_charge() 5922 bool compound) in mem_cgroup_try_charge_delay() 5951 bool lrucare, bool compound) in mem_cgroup_commit_charge() 5995 bool compound) in mem_cgroup_cancel_charge() 6181 bool compound; in mem_cgroup_migrate() local
|
D | huge_memory.c | 2478 int i, compound, ret; in total_mapcount() local
|
D | page_alloc.c | 994 bool compound = PageCompound(page); in free_pages_prepare() local
|
/Linux-v4.19/include/linux/ |
D | memcontrol.h | 829 bool compound) in mem_cgroup_try_charge() 839 bool compound) in mem_cgroup_try_charge_delay() 847 bool lrucare, bool compound) in mem_cgroup_commit_charge() 853 bool compound) in mem_cgroup_cancel_charge()
|
D | rmap.h | 187 static inline void page_dup_rmap(struct page *page, bool compound) in page_dup_rmap()
|
/Linux-v4.19/scripts/ |
D | asn1_compiler.c | 673 enum compound { enum
|
/Linux-v4.19/fs/proc/ |
D | task_mmu.c | 426 bool compound, bool young, bool dirty) in smaps_account()
|