Lines Matching refs:get_first_page
482 static inline struct page *get_first_page(struct zspage *zspage) in get_first_page() function
914 for (cursor = get_first_page(zspage); cursor != NULL; cursor = in trylock_zspage()
924 for (cursor = get_first_page(zspage); cursor != fail; cursor = in trylock_zspage()
945 next = page = get_first_page(zspage); in __free_zspage()
983 struct page *page = get_first_page(zspage); in init_zspage()
1378 m_page = get_first_page(zspage); in obj_malloc()
1751 struct page *page = get_first_page(zspage); in lock_zspage()
1853 page = get_first_page(zspage); in replace_sub_page()
2189 struct page *page = get_first_page(zspage); in SetZsPageMovable()
2232 cc.s_page = get_first_page(src_zspage); in __zs_compact()
2235 cc.d_page = get_first_page(dst_zspage); in __zs_compact()