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