Home
last modified time | relevance | path

Searched refs:page_state (Results 1 – 1 of 1) sorted by relevance

/linux/mm/
H A Dmemory-failure.c961 struct page_state { struct
967 int (*action)(struct page_state *ps, struct page *p); argument
976 static bool has_extra_refcount(struct page_state *ps, struct page *p, in has_extra_refcount()
997 static int me_unknown(struct page_state *ps, struct page *p) in me_unknown()
1007 static int me_pagecache_clean(struct page_state *ps, struct page *p) in me_pagecache_clean()
1065 static int me_pagecache_dirty(struct page_state *ps, struct page *p) in me_pagecache_dirty()
1103 static int me_swapcache_dirty(struct page_state *ps, struct page *p) in me_swapcache_dirty()
1125 static int me_swapcache_clean(struct page_state *ps, struct page *p) in me_swapcache_clean()
1147 static int me_huge_page(struct page_state *ps, struct page *p) in me_huge_page()
1202 static struct page_state error_states[] = {
[all …]