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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Dposix_types.h67 static inline void __FD_SET(unsigned long __fd, __kernel_fd_set *__fdsetp) argument
71 __fdsetp->fds_bits[__tmp] |= (1UL<<__rem);
75 static inline void __FD_CLR(unsigned long __fd, __kernel_fd_set *__fdsetp) argument
79 __fdsetp->fds_bits[__tmp] &= ~(1UL<<__rem);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Dposix_types.h59 static __inline__ void __FD_SET(unsigned long __fd, __kernel_fd_set *__fdsetp) argument
63 __fdsetp->fds_bits[__tmp] |= (1UL<<__rem);
67 static __inline__ void __FD_CLR(unsigned long __fd, __kernel_fd_set *__fdsetp) argument
71 __fdsetp->fds_bits[__tmp] &= ~(1UL<<__rem);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Dposix_types.h96 static inline void __FD_SET(unsigned long __fd, __kernel_fd_set *__fdsetp) argument
100 __fdsetp->fds_bits[__tmp] |= (1UL<<__rem);
104 static inline void __FD_CLR(unsigned long __fd, __kernel_fd_set *__fdsetp) argument
108 __fdsetp->fds_bits[__tmp] &= ~(1UL<<__rem);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dposix_types.h75 static __inline__ void __FD_SET(unsigned long __fd, __kernel_fd_set *__fdsetp) argument
79 __fdsetp->fds_bits[__tmp] |= (1UL<<__rem);
83 static __inline__ void __FD_CLR(unsigned long __fd, __kernel_fd_set *__fdsetp) argument
87 __fdsetp->fds_bits[__tmp] &= ~(1UL<<__rem);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/include/asm/
H A Dposix_types.h48 static __inline__ void __FD_SET(unsigned long __fd, __kernel_fd_set *__fdsetp) argument
52 __fdsetp->fds_bits[__tmp] |= (1UL<<__rem);
56 static __inline__ void __FD_CLR(unsigned long __fd, __kernel_fd_set *__fdsetp) argument
60 __fdsetp->fds_bits[__tmp] &= ~(1UL<<__rem);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/include/asm/
H A Dposix_types.h55 static __inline__ void __FD_SET(unsigned long __fd, __kernel_fd_set *__fdsetp) argument
59 __fdsetp->fds_bits[__tmp] |= (1UL<<__rem);
63 static __inline__ void __FD_CLR(unsigned long __fd, __kernel_fd_set *__fdsetp) argument
67 __fdsetp->fds_bits[__tmp] &= ~(1UL<<__rem);

Completed in 120 milliseconds