Searched defs:anon_vma (Results 1 – 2 of 2) sorted by relevance
32 struct anon_vma { struct33 struct anon_vma *root; /* Root of this anon_vma tree */ argument36 * The refcount is taken on an anon_vma when there is no argument48 * This counter is used for making decision about reusing anon_vma argument55 struct anon_vma *parent; /* Parent of this anon_vma */ argument71 * The copy-on-write semantics of fork mean that an anon_vma argument85 struct anon_vma *anon_vma; member107 static inline void get_anon_vma(struct anon_vma *anon_vma) in get_anon_vma()114 static inline void put_anon_vma(struct anon_vma *anon_vma) in put_anon_vma()135 static inline void anon_vma_lock_read(struct anon_vma *anon_vma) in anon_vma_lock_read()[all …]
863 struct anon_vma *anon_vma; /* Serialized by page_table_lock */ member
Completed in 13 milliseconds