Searched defs:compound (Results  1 – 8 of 8) sorted by relevance
| /Linux-v5.4/mm/ | 
| D | rmap.c | 1089 	struct vm_area_struct *vma, unsigned long address, bool compound)  in page_add_anon_rmap()1102 	bool compound = flags & RMAP_COMPOUND;  in do_page_add_anon_rmap()  local
 1152 	struct vm_area_struct *vma, unsigned long address, bool compound)  in page_add_new_anon_rmap()
 1180 void page_add_file_rmap(struct page *page, bool compound)  in page_add_file_rmap()
 1213 static void page_remove_file_rmap(struct page *page, bool compound)  in page_remove_file_rmap()
 1302 void page_remove_rmap(struct page *page, bool compound)  in page_remove_rmap()
 
 | 
| D | memcontrol.c | 834 					 bool compound, int nr_pages)  in mem_cgroup_charge_statistics()5428 				   bool compound,  in mem_cgroup_move_account()
 6477 			  bool compound)  in mem_cgroup_try_charge()
 6523 			  bool compound)  in mem_cgroup_try_charge_delay()
 6552 			      bool lrucare, bool compound)  in mem_cgroup_commit_charge()
 6596 		bool compound)  in mem_cgroup_cancel_charge()
 6782 	bool compound;  in mem_cgroup_migrate()  local
 
 | 
| D | huge_memory.c | 2580 	int i, compound, ret;  in total_mapcount()  local
 | 
| D | page_alloc.c | 1142 		bool compound = PageCompound(page);  in free_pages_prepare()  local
 | 
| /Linux-v5.4/include/linux/ | 
| D | rmap.h | 187 static inline void page_dup_rmap(struct page *page, bool compound)  in page_dup_rmap()
 | 
| D | memcontrol.h | 862 					bool compound)  in mem_cgroup_try_charge()872 					      bool compound)  in mem_cgroup_try_charge_delay()
 880 					    bool lrucare, bool compound)  in mem_cgroup_commit_charge()
 886 					    bool compound)  in mem_cgroup_cancel_charge()
 
 | 
| /Linux-v5.4/scripts/ | 
| D | asn1_compiler.c | 669 enum compound {  enum
 | 
| /Linux-v5.4/fs/proc/ | 
| D | task_mmu.c | 463 		bool compound, bool young, bool dirty, bool locked)  in smaps_account()
 |