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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-common/
H A Dtimeval.c98 static int last_rand; local
109 last_rand = rand();
112 r = last_rand;
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dneighbour.h165 unsigned long last_rand; member in struct:neigh_table
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dneighbour.c710 if (time_after(jiffies, tbl->last_rand + 300 * HZ)) {
712 tbl->last_rand = jiffies;
1458 tbl->last_rand = now + tbl->parms.reachable_time * 20;
1750 unsigned int rand_delta = now - tbl->last_rand;

Completed in 134 milliseconds