Searched refs:pause_count (Results 1 – 3 of 3) sorted by relevance
93 u8 pause_count; member
265 if (in_interrupt() || state->pause_count > 0) in lazy_mmu_mode_enable()291 if (in_interrupt() || state->pause_count > 0) in lazy_mmu_mode_disable()323 VM_WARN_ON_ONCE(state->pause_count == U8_MAX); in lazy_mmu_mode_pause()325 if (state->pause_count++ == 0 && state->enable_count > 0) in lazy_mmu_mode_pause()349 VM_WARN_ON_ONCE(state->pause_count == 0); in lazy_mmu_mode_resume()351 if (--state->pause_count == 0 && state->enable_count > 0) in lazy_mmu_mode_resume()
1725 return state->enable_count > 0 && state->pause_count == 0; in __task_lazy_mmu_mode_active()