Searched defs:vm_area_struct (Results 1 – 2 of 2) sorted by relevance
306 struct vm_area_struct { struct309 union {325 union {345 unsigned int vm_lock_seq;359 const struct vm_operations_struct *vm_ops;365 void * vm_private_data; /* was vm_pte (shared mem) */368 atomic_long_t swap_readahead_info;381 refcount_t vm_refcnt;406 void (*open)(struct vm_area_struct * area); argument912 static inline int vma_dup_policy(struct vm_area_struct *, struct vm_area_struct *) in vma_dup_policy()[all …]
281 static void dummy_close(struct vm_area_struct *) in dummy_close()
Completed in 13 milliseconds