Searched refs:kernel_pollfd (Results 1 – 1 of 1) sorted by relevance
26 static struct pollfd kernel_pollfd; variable 39 kernel_pollfd.fd = kernel_fd; in start_io_thread() 40 kernel_pollfd.events = POLLIN; in start_io_thread() 70 kernel_pollfd.events = POLLIN; in ubd_read_poll() 71 return poll(&kernel_pollfd, 1, timeout); in ubd_read_poll() 75 kernel_pollfd.events = POLLOUT; in ubd_write_poll() 76 return poll(&kernel_pollfd, 1, timeout); in ubd_write_poll()