Searched refs:pollscan (Results 1 – 1 of 1) sorted by relevance
115 static int pollscan(struct thread *, struct pollfd *, u_int);1549 error = pollscan(td, kfds, nfds); in kern_poll_kfds()1731 pollscan(struct thread *td, struct pollfd *fds, u_int nfd) in pollscan() function