Home
last modified time | relevance | path

Searched refs:SIGCHLD_IRQ (Results 1 – 3 of 3) 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/skas/
H A Dmmu.c156 err = request_irq(SIGCHLD_IRQ, mm_sigchld_irq, 0, "SIGCHLD", NULL); in init_child_tracking()
/linux/arch/um/kernel/
H A Dirq.c705 do_IRQ(SIGCHLD_IRQ, regs); in sigchld_handler()