Lines Matching refs:page_state
903 struct page_state { struct
909 int (*action)(struct page_state *ps, struct page *p); argument
918 static bool has_extra_refcount(struct page_state *ps, struct page *p, in has_extra_refcount()
940 static int me_kernel(struct page_state *ps, struct page *p) in me_kernel()
949 static int me_unknown(struct page_state *ps, struct page *p) in me_unknown()
959 static int me_pagecache_clean(struct page_state *ps, struct page *p) in me_pagecache_clean()
1018 static int me_pagecache_dirty(struct page_state *ps, struct page *p) in me_pagecache_dirty()
1084 static int me_swapcache_dirty(struct page_state *ps, struct page *p) in me_swapcache_dirty()
1105 static int me_swapcache_clean(struct page_state *ps, struct page *p) in me_swapcache_clean()
1127 static int me_huge_page(struct page_state *ps, struct page *p) in me_huge_page()
1187 static struct page_state error_states[] = {
1282 static int page_action(struct page_state *ps, struct page *p, in page_action()
1597 struct page_state *ps; in identify_page_state()