Home
last modified time | relevance | path

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

/xnu-8792.41.9/tools/tests/jitter/
H A Dtimer_jitter.c165 double _max = 0; in compute_stats() local
172 _max = values[i] > _max ? values[i] : _max; in compute_stats()
187 *maxp = _max; in compute_stats()
/xnu-8792.41.9/tools/tests/zero-to-n/
H A Dzero-to-n.c800 uint64_t _max = 0; in compute_stats() local
807 _max = values[i] > _max ? values[i] : _max; in compute_stats()
822 *maxp = _max; in compute_stats()
/xnu-8792.41.9/doc/memorystatus/
H A Dfreezer.md112 | kern.memorystatus\_freeze\_processes\_max | The max. number of processes that can be frozen. Note…
116 | kern.memorystatus\_max\_freeze\_demotions\_daily | The maximum number of demotions that the freez…
121 | kern.memorystatus\_freeze\_max\_candidate\_band | The maximum jetsam band that a freezer eligible…