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

/linux-4.4.14/arch/um/os-Linux/
H A Dsigio.c103 static int need_poll(struct pollfds *polls, int n) need_poll() function
112 printk(UM_KERN_ERR "need_poll : failed to allocate new " need_poll()
188 err = need_poll(&next_poll, n + 1); add_sigio_fd()
223 err = need_poll(&next_poll, current_poll.used - 1); ignore_sigio_fd()
346 err = need_poll(&all_sigio_fds, all_sigio_fds.used + 1); sigio_broken()

Completed in 47 milliseconds