Home
last modified time | relevance | path

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

/linux-4.1.27/mm/
Dksm.c161 struct rmap_item { struct
162 struct rmap_item *rmap_list; argument
163 union {
169 struct mm_struct *mm;
170 unsigned long address; /* + low bits used for flags below */
171 unsigned int oldchecksum; /* when unstable */
172 union {
284 struct rmap_item *rmap_item; in alloc_rmap_item() local
292 static inline void free_rmap_item(struct rmap_item *rmap_item) in free_rmap_item()
425 static void break_cow(struct rmap_item *rmap_item) in break_cow()
[all …]