Home
last modified time | relevance | path

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

/openbmc/linux/kernel/irq/
H A Dpm.c46 desc->cond_suspend_depth++; in irq_pm_install_action()
50 desc->cond_suspend_depth) != desc->nr_actions); in irq_pm_install_action()
67 desc->cond_suspend_depth--; in irq_pm_remove_action()
/openbmc/linux/include/linux/
H A Dirqdesc.h87 unsigned int cond_suspend_depth; member