Searched refs:nchunks (Results 1 – 1 of 1) sorted by relevance
385 static int do_poll(unsigned int nfds, unsigned int nchunks, unsigned int nleft, in do_poll() argument396 for (i=0; i < nchunks; i++) in do_poll()399 do_pollfd(nleft, fds[nchunks], &pt, &count); in do_poll()417 int nchunks, nleft; in sys_poll() local446 nchunks = 0; in sys_poll()449 fds[nchunks] = (struct pollfd *)__get_free_page(GFP_KERNEL); in sys_poll()450 if (fds[nchunks] == NULL) in sys_poll()452 nchunks++; in sys_poll()456 fds[nchunks] = (struct pollfd *)__get_free_page(GFP_KERNEL); in sys_poll()457 if (fds[nchunks] == NULL) in sys_poll()[all …]