Searched defs:vm_area_struct (Results 1 – 4 of 4) sorted by relevance
/linux-3.3/include/linux/ |
D | mm_types.h | 200 struct vm_area_struct { struct 207 struct vm_area_struct *vm_next, *vm_prev; argument 224 struct vm_area_struct *head; argument 228 } shared; 236 struct list_head anon_vma_chain; /* Serialized by mmap_sem & 238 struct anon_vma *anon_vma; /* Serialized by page_table_lock */ 241 const struct vm_operations_struct *vm_ops; 244 unsigned long vm_pgoff; /* Offset (within vm_file) in PAGE_SIZE 246 struct file * vm_file; /* File we map to (can be NULL). */ 247 void * vm_private_data; /* was vm_pte (shared mem) */ [all …]
|
D | ksm.h | 134 struct vm_area_struct *, unsigned long, void *), void *arg) in rmap_walk_ksm()
|
/linux-3.3/mm/ |
D | rmap.c | 1704 struct vm_area_struct *, unsigned long, void *), void *arg) in rmap_walk_anon() 1734 struct vm_area_struct *, unsigned long, void *), void *arg) in rmap_walk_file() 1763 struct vm_area_struct *, unsigned long, void *), void *arg) in rmap_walk()
|
D | ksm.c | 1697 struct vm_area_struct *, unsigned long, void *), void *arg) in rmap_walk_ksm()
|