Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/kern/
H A Dstartup.h452 struct machine_timeout_spec { struct
457 bool (*skip_predicate)(struct machine_timeout_spec const *); argument
461 machine_timeout_init_with_suffix(const struct machine_timeout_spec *spec, char const *phase_suffix);
464 machine_timeout_init(const struct machine_timeout_spec *spec);
510 struct machine_timeout_spec \
563 #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.c1215 machine_timeout_init_with_suffix(const struct machine_timeout_spec *spec, char const *suffix) in machine_timeout_init_with_suffix()
1402 machine_timeout_init(const struct machine_timeout_spec *spec) in machine_timeout_init()
/xnu-8796.121.2/osfmk/arm/
H A Dlocks_arm.c451 kprintf_spam_mt_pred(struct machine_timeout_spec const __unused *spec) in kprintf_spam_mt_pred()