Searched refs:first_call (Results 1 – 1 of 1) sorted by relevance
8628 static uint64_t first_call = 0, second_call = 0; in mach_memory_info_security_check() local8632 if (!first_call) { in mach_memory_info_security_check()8633 first_call = now; in mach_memory_info_security_check()8636 } else if (first_call + NSEC_DAY > now) { in mach_memory_info_security_check()8638 } else if (first_call + NSEC_DAY < now) { in mach_memory_info_security_check()8639 first_call = now; in mach_memory_info_security_check()