Lines Matching refs:page_state
810 struct page_state { struct
816 int (*action)(struct page_state *ps, struct page *p); argument
825 static bool has_extra_refcount(struct page_state *ps, struct page *p, in has_extra_refcount()
847 static int me_kernel(struct page_state *ps, struct page *p) in me_kernel()
856 static int me_unknown(struct page_state *ps, struct page *p) in me_unknown()
866 static int me_pagecache_clean(struct page_state *ps, struct page *p) in me_pagecache_clean()
918 static int me_pagecache_dirty(struct page_state *ps, struct page *p) in me_pagecache_dirty()
984 static int me_swapcache_dirty(struct page_state *ps, struct page *p) in me_swapcache_dirty()
1005 static int me_swapcache_clean(struct page_state *ps, struct page *p) in me_swapcache_clean()
1026 static int me_huge_page(struct page_state *ps, struct page *p) in me_huge_page()
1083 static struct page_state error_states[] = {
1139 static int page_action(struct page_state *ps, struct page *p, in page_action()
1416 struct page_state *ps; in identify_page_state()