Home
last modified time | relevance | path

Searched refs:HOST_STATISTICS_MAX_REQUESTS (Results 1 – 1 of 1) sorted by relevance

/xnu-11417.140.69/osfmk/kern/
H A Dhost.c564 #define HOST_STATISTICS_MAX_REQUESTS 10 /* maximum number of requests per window */ macro
774 …g_host_stats_cache[index].max_requests = (mach_absolute_time() % (HOST_STATISTICS_MAX_REQUESTS - H… in rate_limit_host_statistics()