Home
last modified time | relevance | path

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

/Linux-v6.1/mm/
Dpage_table_check.c15 atomic_t file_map_count; member
78 BUG_ON(atomic_read(&ptc->file_map_count)); in page_table_check_clear()
82 BUG_ON(atomic_dec_return(&ptc->file_map_count) < 0); in page_table_check_clear()
114 BUG_ON(atomic_read(&ptc->file_map_count)); in page_table_check_set()
118 BUG_ON(atomic_inc_return(&ptc->file_map_count) < 0); in page_table_check_set()
140 BUG_ON(atomic_read(&ptc->file_map_count)); in __page_table_check_zero()