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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dpoll.h72 unsigned long *res_in, *res_out, *res_ex; member in struct:__anon10216
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dselect.c217 rinp = fds->res_in; routp = fds->res_out; rexp = fds->res_ex;
221 unsigned long res_in = 0, res_out = 0, res_ex = 0; local
246 res_in |= bit;
260 if (res_in)
261 *rinp = res_in;
348 fds.res_in = bits + 3*size;
356 zero_fd_set(n, fds.res_in);
371 if (set_fd_set(n, inp, fds.res_in) ||
H A Dcompat.c1578 fds.res_in = (unsigned long *) (bits + 3*size);
1586 zero_fd_set(n, fds.res_in);
1601 if (compat_set_fd_set(n, inp, fds.res_in) ||
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/alpha/kernel/
H A Dosf_sys.c1023 fds.res_in = (unsigned long *) (bits + 3*size);
1031 zero_fd_set(n, fds.res_in);
1048 if (set_fd_set(n, inp->fds_bits, fds.res_in) ||

Completed in 87 milliseconds