Home
last modified time | relevance | path

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

/Linux-v6.6/mm/
Dpage_table_check.c15 atomic_t anon_map_count; member
82 BUG_ON(atomic_dec_return(&ptc->anon_map_count) < 0); in page_table_check_clear()
84 BUG_ON(atomic_read(&ptc->anon_map_count)); in page_table_check_clear()
119 BUG_ON(atomic_inc_return(&ptc->anon_map_count) > 1 && rw); in page_table_check_set()
121 BUG_ON(atomic_read(&ptc->anon_map_count)); in page_table_check_set()
145 BUG_ON(atomic_read(&ptc->anon_map_count)); in __page_table_check_zero()