Home
last modified time | relevance | path

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

/mm/
Dzsmalloc.c407 static int is_first_page(struct page *page) in is_first_page() function
421 BUG_ON(!is_first_page(page)); in get_zspage_mapping()
432 BUG_ON(!is_first_page(page)); in set_zspage_mapping()
627 BUG_ON(!is_first_page(page)); in get_fullness_group()
655 BUG_ON(!is_first_page(page)); in insert_zspage()
687 BUG_ON(!is_first_page(page)); in remove_zspage()
720 BUG_ON(!is_first_page(page)); in fix_fullness_group()
778 if (is_first_page(page)) in get_first_page()
790 else if (is_first_page(page)) in get_next_page()
840 VM_BUG_ON(!is_first_page(page)); in obj_to_head()
[all …]