Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kern/
H A Dmachine.c1488 machine_timeout_init_with_suffix(const struct machine_timeout_spec *spec, char const *suffix, bool … in machine_timeout_init_with_suffix() function
1677 machine_timeout_init_with_suffix(spec, "", false); in machine_timeout_init()
1683 machine_timeout_init_with_suffix(spec, "", true); in machine_timeout_init_always_enabled()
1695machine_timeout_init_with_suffix(MACHINE_TIMEOUT_SPEC_REF(interrupt_masked_timeout), mt_suffix, fa… in machine_timeout_bsd_init()
1696machine_timeout_init_with_suffix(MACHINE_TIMEOUT_SPEC_REF(sched_preemption_disable_threshold_mt), … in machine_timeout_bsd_init()
H A Dstartup.h548 machine_timeout_init_with_suffix(const struct machine_timeout_spec *spec, char const *phase_suffix,…