Home
last modified time | relevance | path

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

/Linux-v6.6/mm/
Dpage_table_check.c16 atomic_t file_map_count; member
81 BUG_ON(atomic_read(&ptc->file_map_count)); in page_table_check_clear()
85 BUG_ON(atomic_dec_return(&ptc->file_map_count) < 0); in page_table_check_clear()
118 BUG_ON(atomic_read(&ptc->file_map_count)); in page_table_check_set()
122 BUG_ON(atomic_inc_return(&ptc->file_map_count) < 0); in page_table_check_set()
146 BUG_ON(atomic_read(&ptc->file_map_count)); in __page_table_check_zero()