/kernel/linux/linux-5.10/mm/ |
H A D | debug.c | 54 bool compound = PageCompound(page); in __dump_page() local
|
H A D | rmap.c | 1127 bool compound = flags & RMAP_COMPOUND; in do_page_add_anon_rmap() local 1113 page_add_anon_rmap(struct page *page, struct vm_area_struct *vma, unsigned long address, bool compound) page_add_anon_rmap() argument 1182 page_add_new_anon_rmap(struct page *page, struct vm_area_struct *vma, unsigned long address, bool compound) page_add_new_anon_rmap() argument 1214 page_add_file_rmap(struct page *page, bool compound) page_add_file_rmap() argument 1247 page_remove_file_rmap(struct page *page, bool compound) page_remove_file_rmap() argument 1339 page_remove_rmap(struct page *page, bool compound) page_remove_rmap() argument [all...] |
H A D | huge_memory.c | 2535 int i, compound, nr, ret; in total_mapcount() local
|
H A D | memcontrol.c | 5748 mem_cgroup_move_account(struct page *page, bool compound, struct mem_cgroup *from, struct mem_cgroup *to) mem_cgroup_move_account() argument
|
H A D | page_alloc.c | 1237 bool compound = PageCompound(page); in free_pages_prepare() local [all...] |
/kernel/linux/linux-6.6/mm/ |
H A D | debug.c | 59 bool compound = PageCompound(page); in __dump_page() local
|
H A D | rmap.c | 1220 bool compound = flags & RMAP_COMPOUND; in page_add_anon_rmap() local 1319 folio_add_file_rmap_range(struct folio *folio, struct page *page, unsigned int nr_pages, struct vm_area_struct *vma, bool compound) folio_add_file_rmap_range() argument 1377 page_add_file_rmap(struct page *page, struct vm_area_struct *vma, bool compound) page_add_file_rmap() argument 1401 page_remove_rmap(struct page *page, struct vm_area_struct *vma, bool compound) page_remove_rmap() argument [all...] |
H A D | internal.h | 744 mlock_vma_folio(struct folio *folio, struct vm_area_struct *vma, bool compound) mlock_vma_folio() argument 761 munlock_vma_folio(struct folio *folio, struct vm_area_struct *vma, bool compound) munlock_vma_folio() argument
|
H A D | page_alloc.c | 1111 bool compound = PageCompound(page); in free_pages_prepare() local [all...] |
H A D | memcontrol.c | 5834 mem_cgroup_move_account(struct page *page, bool compound, struct mem_cgroup *from, struct mem_cgroup *to) mem_cgroup_move_account() argument
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | rmap.h | 190 static inline void page_dup_rmap(struct page *page, bool compound) in page_dup_rmap() argument
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | rmap.h | 211 static inline void __page_dup_rmap(struct page *page, bool compound) in __page_dup_rmap() argument 223 static inline void page_dup_file_rmap(struct page *page, bool compound) in page_dup_file_rmap() argument 245 page_try_dup_anon_rmap(struct page *page, bool compound, struct vm_area_struct *vma) page_try_dup_anon_rmap() argument [all...] |
/kernel/linux/linux-5.10/scripts/ |
H A D | asn1_compiler.c | 669 enum compound { enum 691 enum compound compound : 8; member [all...] |
/kernel/linux/linux-5.10/fs/proc/ |
H A D | task_mmu.c | 457 smaps_account(struct mem_size_stats *mss, struct page *page, bool compound, bool young, bool dirty, bool locked, bool migration) smaps_account() argument
|
/kernel/linux/linux-6.6/fs/proc/ |
H A D | task_mmu.c | 454 smaps_account(struct mem_size_stats *mss, struct page *page, bool compound, bool young, bool dirty, bool locked, bool migration) smaps_account() argument
|
/kernel/linux/linux-6.6/scripts/ |
H A D | asn1_compiler.c | 669 enum compound { enum 691 enum compound compound : 8; member [all...] |