Home
last modified time | relevance | path

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

/mm/
Dmemory-failure.c821 int (*action)(struct page_state *ps, struct page *p);
830 static bool has_extra_refcount(struct page_state *ps, struct page *p, in has_extra_refcount() argument
840 page_to_pfn(p), action_page_types[ps->type], count); in has_extra_refcount()
852 static int me_kernel(struct page_state *ps, struct page *p) in me_kernel() argument
861 static int me_unknown(struct page_state *ps, struct page *p) in me_unknown() argument
871 static int me_pagecache_clean(struct page_state *ps, struct page *p) in me_pagecache_clean() argument
916 if (has_extra_refcount(ps, p, extra_pins)) in me_pagecache_clean()
930 static int me_pagecache_dirty(struct page_state *ps, struct page *p) in me_pagecache_dirty() argument
974 return me_pagecache_clean(ps, p); in me_pagecache_dirty()
996 static int me_swapcache_dirty(struct page_state *ps, struct page *p) in me_swapcache_dirty() argument
[all …]