Lines Matching refs:ps
847 static int page_action(struct page_state *ps, struct page *p, in page_action() argument
853 result = ps->action(p, pfn); in page_action()
856 if (ps->action == me_swapcache_dirty && result == MF_DELAYED) in page_action()
861 pfn, action_page_types[ps->type], count); in page_action()
864 action_result(pfn, ps->type, result); in page_action()
1070 struct page_state *ps; in memory_failure() local
1289 for (ps = error_states;; ps++) in memory_failure()
1290 if ((p->flags & ps->mask) == ps->res) in memory_failure()
1295 if (!ps->mask) in memory_failure()
1296 for (ps = error_states;; ps++) in memory_failure()
1297 if ((page_flags & ps->mask) == ps->res) in memory_failure()
1299 res = page_action(ps, p, pfn); in memory_failure()