Searched defs:vm_area_struct (Results 1 – 3 of 3) sorted by relevance
238 struct vm_area_struct { struct241 union {259 union {279 unsigned int vm_lock_seq;293 const struct vm_operations_struct *vm_ops;299 void * vm_private_data; /* was vm_pte (shared mem) */302 atomic_long_t swap_readahead_info;315 refcount_t vm_refcnt;340 void (*open)(struct vm_area_struct * area); argument763 static inline int vma_dup_policy(struct vm_area_struct *, struct vm_area_struct *) in vma_dup_policy()[all …]
264 static void dummy_close(struct vm_area_struct *) in dummy_close()
779 struct vm_area_struct { struct782 union {795 struct mm_struct *vm_mm;802 union {822 unsigned int vm_lock_seq;835 const struct vm_operations_struct *vm_ops;844 atomic_long_t swap_readahead_info;859 struct lockdep_map vmlock_dep_map;867 struct {870 } shared;[all …]