Searched refs:thread_slots (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dinet_timewait_sock.c180 twdr->thread_slots |= (1 << twdr->slot);
205 if ((INET_TWDR_TWKILL_SLOTS - 1) > (sizeof(twdr->thread_slots) * 8))
208 while (twdr->thread_slots) {
211 if (!(twdr->thread_slots & (1 << i)))
222 twdr->thread_slots &= ~(1 << i);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dinet_timewait_sock.h76 u32 thread_slots; member in struct:inet_timewait_death_row

Completed in 52 milliseconds