Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/kern/
H A Dhost.c566 #define HOST_STATISTICS_MIN_REQUESTS 2 /* minimum number of requests per window */ macro
765 …te_time() % (HOST_STATISTICS_MAX_REQUESTS - HOST_STATISTICS_MIN_REQUESTS + 1)) + HOST_STATISTICS_M… in rate_limit_host_statistics()