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

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

Completed in 32 milliseconds