Searched refs:thread_fd (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.15/arch/um/drivers/ |
D | chan_user.c | 278 int pid, thread, count, thread_fd = -1; in register_winch() local 291 thread = winch_tramp(fd, port, &thread_fd, &stack); in register_winch() 295 register_winch_irq(thread_fd, fd, thread, port, stack); in register_winch() 297 count = write(thread_fd, &c, sizeof(c)); in register_winch()
|
D | ubd_kern.c | 403 static int thread_fd = -1; variable 466 thread_fd, in ubd_handler() 1137 io_pid = start_io_thread(stack + PAGE_SIZE, &thread_fd); in ubd_driver_init() 1145 err = um_request_irq(UBD_IRQ, thread_fd, IRQ_READ, ubd_intr, in ubd_driver_init() 1342 ret = os_write_file(thread_fd, &io_req, sizeof(io_req)); in ubd_submit_request()
|