Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/kern/
H A Dstartup.h461 struct machine_timeout_spec { struct
466 bool (*skip_predicate)(struct machine_timeout_spec const *); argument
470 machine_timeout_init_with_suffix(const struct machine_timeout_spec *spec, char const *phase_suffix);
473 machine_timeout_init(const struct machine_timeout_spec *spec);
519 struct machine_timeout_spec \
572 #define MACHINE_TIMEOUT_SPEC_DECL(var) extern struct machine_timeout_spec __machine_timeout_spec_ #…
H A Dsched_hygiene.h77 extern bool kprintf_spam_mt_pred(struct machine_timeout_spec const *spec);
H A Dmachine.c1246 machine_timeout_init_with_suffix(const struct machine_timeout_spec *spec, char const *suffix) in machine_timeout_init_with_suffix()
1433 machine_timeout_init(const struct machine_timeout_spec *spec) in machine_timeout_init()
/xnu-10002.1.13/osfmk/arm/
H A Dlocks_arm.c459 kprintf_spam_mt_pred(struct machine_timeout_spec const __unused *spec) in kprintf_spam_mt_pred()