Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dirqdesc.h64 unsigned int wake_depth; /* nested wake enables */ member
/openbmc/linux/kernel/irq/
H A Dmanage.c910 if (desc->wake_depth++ == 0) { in irq_set_irq_wake()
913 desc->wake_depth = 0; in irq_set_irq_wake()
918 if (desc->wake_depth == 0) { in irq_set_irq_wake()
920 } else if (--desc->wake_depth == 0) { in irq_set_irq_wake()
923 desc->wake_depth = 1; in irq_set_irq_wake()
H A Ddebugfs.c180 seq_printf(m, "wdepth: %u\n", desc->wake_depth); in irq_debug_show()