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

/linux-master/mm/
H A Dpage_table_check.c16 atomic_t file_map_count; member in struct:page_table_check
81 BUG_ON(atomic_read(&ptc->file_map_count));
85 BUG_ON(atomic_dec_return(&ptc->file_map_count) < 0);
118 BUG_ON(atomic_read(&ptc->file_map_count));
122 BUG_ON(atomic_inc_return(&ptc->file_map_count) < 0);
146 BUG_ON(atomic_read(&ptc->file_map_count));

Completed in 198 milliseconds