Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpage-flags.h941 static inline bool page_type_has_type(int page_type) in page_type_has_type() function
949 return page_type_has_type(mapcount - 1); in page_mapcount_is_type()
954 return page_type_has_type(data_race(page->page_type)); in page_has_type()