thread_fd         277 arch/um/drivers/chan_user.c 	int pid, thread, count, thread_fd = -1;
thread_fd         290 arch/um/drivers/chan_user.c 		thread = winch_tramp(fd, port, &thread_fd, &stack);
thread_fd         294 arch/um/drivers/chan_user.c 		register_winch_irq(thread_fd, fd, thread, port, stack);
thread_fd         296 arch/um/drivers/chan_user.c 		count = write(thread_fd, &c, sizeof(c));
thread_fd         443 arch/um/drivers/ubd_kern.c static int thread_fd = -1;
thread_fd         506 arch/um/drivers/ubd_kern.c 			thread_fd,
thread_fd        1196 arch/um/drivers/ubd_kern.c 				 &thread_fd);
thread_fd        1204 arch/um/drivers/ubd_kern.c 	err = um_request_irq(UBD_IRQ, thread_fd, IRQ_READ, ubd_intr,
thread_fd        1350 arch/um/drivers/ubd_kern.c 	ret = os_write_file(thread_fd, &io_req, sizeof(io_req));