Searched refs:res_in (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dpoll.h88 unsigned long *res_in, *res_out, *res_ex; member in struct:__anon33579
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dpoll.h88 unsigned long *res_in, *res_out, *res_ex; member in struct:__anon21886
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/
H A Dselect.c430 rinp = fds->res_in; routp = fds->res_out; rexp = fds->res_ex;
434 unsigned long res_in = 0, res_out = 0, res_ex = 0; local
461 res_in |= bit;
477 if (res_in)
478 *rinp = res_in;
564 fds.res_in = bits + 3*size;
572 zero_fd_set(n, fds.res_in);
587 if (set_fd_set(n, inp, fds.res_in) ||
H A Dcompat.c1766 fds.res_in = (unsigned long *) (bits + 3*size);
1774 zero_fd_set(n, fds.res_in);
1789 if (compat_set_fd_set(n, inp, fds.res_in) ||
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/
H A Dselect.c430 rinp = fds->res_in; routp = fds->res_out; rexp = fds->res_ex;
434 unsigned long res_in = 0, res_out = 0, res_ex = 0; local
461 res_in |= bit;
477 if (res_in)
478 *rinp = res_in;
564 fds.res_in = bits + 3*size;
572 zero_fd_set(n, fds.res_in);
587 if (set_fd_set(n, inp, fds.res_in) ||
H A Dcompat.c1766 fds.res_in = (unsigned long *) (bits + 3*size);
1774 zero_fd_set(n, fds.res_in);
1789 if (compat_set_fd_set(n, inp, fds.res_in) ||

Completed in 268 milliseconds