Searched refs:pollv (Results 1 – 2 of 2) sorted by relevance
144 static struct pollfd *pollv; variable1880 if (pollv != NULL) in rebuild_pollv()1881 free (pollv); in rebuild_pollv()1882 pollv = (struct pollfd *) malloc(nprocs * sizeof pollv[0]); in rebuild_pollv()1883 if (pollv == NULL) { in rebuild_pollv()1892 pollv[j].fd = tcp->pfd; in rebuild_pollv()1893 pollv[j].events = POLLWANT; in rebuild_pollv()1921 proc_poll(pollv, nfds, timeout) in proc_poll() argument1922 struct pollfd *pollv; in proc_poll()1937 if (pollv[i].fd == pollinfo.fd)[all …]
3872 [USE_PROCFS] (pollv): Make this a pointer, not an array; make static.