Home
last modified time | relevance | path

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

/linux/mm/
H A Dpage_table_check.c17 atomic_t anon_map_count; member
83 BUG_ON(atomic_dec_return(&ptc->anon_map_count) < 0); in page_table_check_clear()
85 BUG_ON(atomic_read(&ptc->anon_map_count)); in page_table_check_clear()
118 BUG_ON(atomic_inc_return(&ptc->anon_map_count) > 1 && rw); in page_table_check_set()
120 BUG_ON(atomic_read(&ptc->anon_map_count)); in page_table_check_set()
142 BUG_ON(atomic_read(&ptc->anon_map_count)); in __page_table_check_zero()