Home
last modified time | relevance | path

Searched refs:sigio (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/arch/um/os-Linux/
H A DMakefile10 registers.o sigio.o signal.o start_up.o time.o tty.o \
16 main.o mem.o process.o registers.o sigio.o signal.o start_up.o time.o \
H A Dsigio.c17 #include <sigio.h>
28 * These arrays are initialized before the sigio thread is started, and
44 * Protected by sigio_lock(). Used by the sigio thread, but the UML thread
/kernel/linux/linux-6.6/arch/um/os-Linux/
H A DMakefile10 registers.o sigio.o signal.o start_up.o time.o tty.o \
18 main.o mem.o process.o registers.o sigio.o signal.o start_up.o time.o \
H A Dsigio.c17 #include <sigio.h>
28 * These arrays are initialized before the sigio thread is started, and
44 * Protected by sigio_lock(). Used by the sigio thread, but the UML thread
/kernel/linux/linux-5.10/arch/um/kernel/
H A Dsigio.c9 #include <sigio.h>
27 0, "write sigio", NULL); in write_sigio_irq()
37 /* These are called from os-Linux/sigio.c to protect its pollfds arrays. */
H A DMakefile18 physmem.o process.o ptrace.o reboot.o sigio.o \
/kernel/linux/linux-6.6/arch/um/kernel/
H A Dsigio.c9 #include <sigio.h>
27 0, "write sigio", NULL); in write_sigio_irq()
37 /* These are called from os-Linux/sigio.c to protect its pollfds arrays. */
H A DMakefile18 physmem.o process.o ptrace.o reboot.o sigio.o \
/kernel/linux/linux-5.10/arch/um/drivers/
H A Dline.c289 if (!line->sigio) { in line_activate()
291 line->sigio = 1; in line_activate()
307 if (line->sigio) { in line_destruct()
309 line->sigio = 0; in line_destruct()
H A Dline.h54 int sigio; member
/kernel/linux/linux-6.6/arch/um/drivers/
H A Dline.c294 if (!line->sigio) { in line_activate()
296 line->sigio = 1; in line_activate()
312 if (line->sigio) { in line_destruct()
314 line->sigio = 0; in line_destruct()
H A Dline.h54 int sigio; member

Completed in 6 milliseconds