Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dmm_types_task.h93 u8 pause_count; member
H A Dpgtable.h265 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()
H A Dsched.h1725 return state->enable_count > 0 && state->pause_count == 0; in __task_lazy_mmu_mode_active()