Home
last modified time | relevance | path

Searched refs:io_pid (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/um/drivers/
H A Dubd_kern.c548 static int io_pid = -1; variable
552 if(io_pid != -1) in kill_io_thread()
553 os_kill_process(io_pid, 1); in kill_io_thread()
1199 io_pid = start_io_thread(stack + PAGE_SIZE - sizeof(void *), in ubd_driver_init()
1201 if(io_pid < 0){ in ubd_driver_init()
1204 "falling back to synchronous I/O\n", -io_pid); in ubd_driver_init()
1205 io_pid = -1; in ubd_driver_init()
/kernel/linux/linux-6.6/arch/um/drivers/
H A Dubd_kern.c500 static int io_pid = -1; variable
504 if(io_pid != -1) in kill_io_thread()
505 os_kill_process(io_pid, 1); in kill_io_thread()
1140 io_pid = start_io_thread(stack + PAGE_SIZE, &thread_fd); in ubd_driver_init()
1141 if(io_pid < 0){ in ubd_driver_init()
1144 "falling back to synchronous I/O\n", -io_pid); in ubd_driver_init()
1145 io_pid = -1; in ubd_driver_init()
/kernel/linux/linux-5.10/arch/alpha/kernel/
H A Derr_marvel.c897 lf_subpackets->io_pid = io7->pe; in marvel_find_io7_with_error()
959 err_print_prefix, lf_subpackets->io_pid); in marvel_process_io_error()
994 lf_subpackets->io_pid, i, io->ports[i].pox_err_sum); in marvel_process_io_error()
1115 * Default io_pid to the processor reporting the error in marvel_machine_check()
1119 lf_subpackets->io_pid = lf_subpackets->logout->whami; in marvel_machine_check()
/kernel/linux/linux-6.6/arch/alpha/kernel/
H A Derr_marvel.c897 lf_subpackets->io_pid = io7->pe; in marvel_find_io7_with_error()
959 err_print_prefix, lf_subpackets->io_pid); in marvel_process_io_error()
994 lf_subpackets->io_pid, i, io->ports[i].pox_err_sum); in marvel_process_io_error()
1115 * Default io_pid to the processor reporting the error in marvel_machine_check()
1119 lf_subpackets->io_pid = lf_subpackets->logout->whami; in marvel_machine_check()
/kernel/linux/linux-5.10/arch/alpha/include/asm/
H A Derr_ev7.h198 unsigned int io_pid; member
/kernel/linux/linux-6.6/arch/alpha/include/asm/
H A Derr_ev7.h198 unsigned int io_pid; member

Completed in 9 milliseconds