Home
last modified time | relevance | path

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

/xnu-8792.41.9/tools/tests/jitter/
H A Dtimer_jitter.c166 double _min = (double)INT64_MAX; in compute_stats() local
173 _min = values[i] < _min ? values[i] : _min; in compute_stats()
188 *minp = _min; in compute_stats()
/xnu-8792.41.9/tools/tests/zero-to-n/
H A Dzero-to-n.c801 uint64_t _min = UINT64_MAX; in compute_stats() local
808 _min = values[i] < _min ? values[i] : _min; in compute_stats()
823 *minp = _min; in compute_stats()
/xnu-8792.41.9/doc/memorystatus/
H A Dfreezer.md111 | kern.memorystatus\_freeze\_pages\_min | The min. number of resident pages that a process needs to…
115 | kern.memorystatus\_freeze\_min\_processes | The min. number of suspended processes needed to run …
122 | kern.memorystatus\_min\_thaw\_refreeze\_threshold | The min number of thawed procs that can trigg…