Home
last modified time | relevance | path

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

/linux-6.1.9/arch/um/drivers/
Dchan_user.c279 int pid, thread, count, thread_fd = -1; in register_winch() local
292 thread = winch_tramp(fd, port, &thread_fd, &stack); in register_winch()
296 register_winch_irq(thread_fd, fd, thread, port, stack); in register_winch()
298 count = write(thread_fd, &c, sizeof(c)); in register_winch()
Dubd_kern.c404 static int thread_fd = -1; variable
467 thread_fd, in ubd_handler()
1140 io_pid = start_io_thread(stack + PAGE_SIZE, &thread_fd); in ubd_driver_init()
1148 err = um_request_irq(UBD_IRQ, thread_fd, IRQ_READ, ubd_intr, in ubd_driver_init()
1345 ret = os_write_file(thread_fd, &io_req, sizeof(io_req)); in ubd_submit_request()