Home
last modified time | relevance | path

Searched refs:nchunks (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/fs/
Dselect.c385 static int do_poll(unsigned int nfds, unsigned int nchunks, unsigned int nleft, in do_poll() argument
396 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() local
446 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 …]