Home
last modified time | relevance | path

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

/linux/arch/um/include/asm/
H A Dirq.h16 #define SIGCHLD_IRQ 11 macro
20 #define VECTOR_BASE_IRQ (SIGCHLD_IRQ + 1)
27 #define UM_FIRST_DYN_IRQ (SIGCHLD_IRQ + 1)
/linux/arch/um/kernel/
H A Dirq.c705 do_IRQ(SIGCHLD_IRQ, regs); in sigchld_handler()