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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Drandom.c1382 static unsigned int ip_cnt; variable
1394 * The copy is then activated by updating ip_cnt.
1402 struct keydata *keyptr = &ip_keydata[1 ^ (ip_cnt & 1)];
1405 keyptr->count = (ip_cnt & COUNT_MASK) << HASH_BITS;
1407 ip_cnt++;
1414 struct keydata *keyptr = &ip_keydata[ip_cnt & 1];

Completed in 90 milliseconds