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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dinet_timewait_sock.c274 twdr->thread_slots |= (1 << twdr->slot);
297 (sizeof(twdr->thread_slots) * 8));
299 while (twdr->thread_slots) {
302 if (!(twdr->thread_slots & (1 << i)))
313 twdr->thread_slots &= ~(1 << i);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dinet_timewait_sock.h63 u32 thread_slots; member in struct:inet_timewait_death_row

Completed in 125 milliseconds