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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-common/
H A Dtimeval.c98 static int last_rand; local
109 last_rand = rand();
112 r = last_rand;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dcache.h78 int last_rand; member in struct:AvahiCache
H A Dcache.c255 c->last_rand = rand();
259 usec = left + (AvahiUsec) ((double) (right-left) * c->last_rand / (RAND_MAX+1.0));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/
H A Dneighbour.h163 unsigned long last_rand; member in struct:neigh_table
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/core/
H A Dneighbour.c648 if (time_after(now, tbl->last_rand + 300 * HZ)) {
650 tbl->last_rand = now;
1388 tbl->last_rand = now + tbl->parms.reachable_time * 20;
1664 unsigned int rand_delta = now - tbl->last_rand;

Completed in 108 milliseconds