Home
last modified time | relevance | path

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

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