Home
last modified time | relevance | path

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

/tools/testing/vma/
A Dvma_internal.h306 struct vm_area_struct { struct
309 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); argument
912 static inline int vma_dup_policy(struct vm_area_struct *, struct vm_area_struct *) in vma_dup_policy()
[all …]
A Dvma.c281 static void dummy_close(struct vm_area_struct *) in dummy_close()

Completed in 13 milliseconds