Home
last modified time | relevance | path

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

/Linux-v6.1/mm/
Dpage_table_check.c14 atomic_t anon_map_count; member
79 BUG_ON(atomic_dec_return(&ptc->anon_map_count) < 0); in page_table_check_clear()
81 BUG_ON(atomic_read(&ptc->anon_map_count)); in page_table_check_clear()
115 BUG_ON(atomic_inc_return(&ptc->anon_map_count) > 1 && rw); in page_table_check_set()
117 BUG_ON(atomic_read(&ptc->anon_map_count)); in page_table_check_set()
139 BUG_ON(atomic_read(&ptc->anon_map_count)); in __page_table_check_zero()