Searched defs:rmap_item (Results 1 – 1 of 1) sorted by relevance
136 struct rmap_item { struct137 struct rmap_item *rmap_list; argument138 struct anon_vma *anon_vma; /* when stable */139 struct mm_struct *mm;140 unsigned long address; /* + low bits used for flags below */141 unsigned int oldchecksum; /* when unstable */142 union {239 struct rmap_item *rmap_item; in alloc_rmap_item() local247 static inline void free_rmap_item(struct rmap_item *rmap_item) in free_rmap_item()300 static inline int in_stable_tree(struct rmap_item *rmap_item) in in_stable_tree()[all …]