Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dstartup.h548 …ith_suffix(const struct machine_timeout_spec *spec, char const *phase_suffix, bool always_enabled);
H A Dmachine.c1488 …_init_with_suffix(const struct machine_timeout_spec *spec, char const *suffix, bool always_enabled) in machine_timeout_init_with_suffix() argument
1490 …if (!always_enabled && (wdt == -1 || (spec->skip_predicate != NULL && spec->skip_predicate(spec)))… in machine_timeout_init_with_suffix()