Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/kern/
H A Dstartup.h451 struct machine_timeout_spec { struct
456 bool (*skip_predicate)(struct machine_timeout_spec const *); argument
460 machine_timeout_init_with_suffix(const struct machine_timeout_spec *spec, char const *phase_suffix);
463 machine_timeout_init(const struct machine_timeout_spec *spec);
507 struct machine_timeout_spec \
555 #define MACHINE_TIMEOUT_SPEC_DECL(var) extern struct machine_timeout_spec __machine_timeout_spec_ #…
H A Dsched_hygiene.h73 extern bool kprintf_spam_mt_pred(struct machine_timeout_spec const *spec);
H A Dmachine.c1181 machine_timeout_init_with_suffix(const struct machine_timeout_spec *spec, char const *suffix) in machine_timeout_init_with_suffix()
1370 machine_timeout_init(const struct machine_timeout_spec *spec) in machine_timeout_init()
/xnu-8792.61.2/osfmk/arm/
H A Dlocks_arm.c388 kprintf_spam_mt_pred(struct machine_timeout_spec const __unused *spec) in kprintf_spam_mt_pred()