Searched refs:ip_cnt (Results 1 - 1 of 1) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Drandom.c1389 static unsigned int ip_cnt; variable
1401 * The copy is then activated by updating ip_cnt.
1409 struct keydata *keyptr = &ip_keydata[1 ^ (ip_cnt & 1)];
1412 keyptr->count = (ip_cnt & COUNT_MASK) << HASH_BITS;
1414 ip_cnt++;
1420 struct keydata *keyptr = &ip_keydata[ip_cnt & 1];

Completed in 37 milliseconds