Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/kern/
H A Dstartup.h457 struct machine_timeout_spec { struct
463 bool (*skip_predicate)(struct machine_timeout_spec const *); argument
467 machine_timeout_init_with_suffix(const struct machine_timeout_spec *spec, char const *phase_suffix);
470 machine_timeout_init(const struct machine_timeout_spec *spec);
514 struct machine_timeout_spec \
570 #define MACHINE_TIMEOUT_SPEC_DECL(var) extern struct machine_timeout_spec __machine_timeout_spec_ #…
H A Dsched_hygiene.h71 extern bool kprintf_spam_mt_pred(struct machine_timeout_spec const *spec);
H A Dmachine.c808 machine_timeout_init_with_suffix(const struct machine_timeout_spec *spec, char const *suffix) in machine_timeout_init_with_suffix()
1005 machine_timeout_init(const struct machine_timeout_spec *spec) in machine_timeout_init()
/xnu-8020.101.4/osfmk/arm/
H A Dlocks_arm.c397 kprintf_spam_mt_pred(struct machine_timeout_spec const __unused *spec) in kprintf_spam_mt_pred()