Home
last modified time | relevance | path

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

/linux-3.3/mm/
Dksm.c136 struct rmap_item { struct
137 struct rmap_item *rmap_list; argument
138 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() local
247 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 …]