Home
last modified time | relevance | path

Searched defs:vm_area_struct (Results 1 – 4 of 4) sorted by relevance

/linux-3.3/include/linux/
Dmm_types.h200 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 …]
Dksm.h134 struct vm_area_struct *, unsigned long, void *), void *arg) in rmap_walk_ksm()
/linux-3.3/mm/
Drmap.c1704 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()
Dksm.c1697 struct vm_area_struct *, unsigned long, void *), void *arg) in rmap_walk_ksm()