Home
last modified time | relevance | path

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

/linux/mm/
H A Dmemory-failure.c963 struct page_state { struct
969 int (*action)(struct page_state *ps, struct page *p); argument
978 static bool has_extra_refcount(struct page_state *ps, struct page *p, in has_extra_refcount()
1000 static int me_kernel(struct page_state *ps, struct page *p) in me_kernel()
1010 static int me_unknown(struct page_state *ps, struct page *p) in me_unknown()
1020 static int me_pagecache_clean(struct page_state *ps, struct page *p) in me_pagecache_clean()
1078 static int me_pagecache_dirty(struct page_state *ps, struct page *p) in me_pagecache_dirty()
1116 static int me_swapcache_dirty(struct page_state *ps, struct page *p) in me_swapcache_dirty()
1138 static int me_swapcache_clean(struct page_state *ps, struct page *p) in me_swapcache_clean()
1160 static int me_huge_page(struct page_state *ps, struct page *p) in me_huge_page()
[all …]
/linux/drivers/crypto/ccp/
H A Dsev-dev.c104 enum snp_hv_fixed_pages_state page_state; member
1081 enum snp_hv_fixed_pages_state page_state) in snp_hv_fixed_pages_state_update() argument
1092 entry->page_state = page_state; in snp_hv_fixed_pages_state_update()
1177 if (entry->page_state == HV_FIXED) { in snp_free_hv_fixed_pages()
1231 if (entry->free && entry->page_state != HV_FIXED) in snp_leak_hv_fixed_pages()