Searched refs:page_state (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/mm/ |
D | memory-failure.c | 1001 struct page_state { struct 1007 int (*action)(struct page_state *ps, struct page *p); argument 1016 static bool has_extra_refcount(struct page_state *ps, struct page *p, in has_extra_refcount() 1038 static int me_kernel(struct page_state *ps, struct page *p) in me_kernel() 1048 static int me_unknown(struct page_state *ps, struct page *p) in me_unknown() 1058 static int me_pagecache_clean(struct page_state *ps, struct page *p) in me_pagecache_clean() 1116 static int me_pagecache_dirty(struct page_state *ps, struct page *p) in me_pagecache_dirty() 1154 static int me_swapcache_dirty(struct page_state *ps, struct page *p) in me_swapcache_dirty() 1176 static int me_swapcache_clean(struct page_state *ps, struct page *p) in me_swapcache_clean() 1198 static int me_huge_page(struct page_state *ps, struct page *p) in me_huge_page() [all …]
|