Searched refs:last_os_random (Results 1 – 1 of 1) sorted by relevance
44 static krb5_int32 last_usec = 0, last_os_random = 0; variable79 if(last_os_random == 0) in dispatch()80 last_os_random = now; in dispatch()82 if(now-last_os_random >= 60*60) { in dispatch()84 last_os_random = now; in dispatch()