Searched refs:skip_predicate (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.41.6/osfmk/kern/ |
| H A D | startup.h | 544 bool (*skip_predicate)(struct machine_timeout_spec const *); member 606 .skip_predicate = skip_pred, \ 611 #define MACHINE_TIMEOUT(var, name, default, unit, skip_predicate) \ argument 613 _MACHINE_TIMEOUT(var, name, default, unit, skip_predicate, machine_timeout_init) 623 #define MACHINE_TIMEOUT_DEV_WRITEABLE(var, name, default, unit, skip_predicate) \ argument 625 _MACHINE_TIMEOUT(var, name, default, unit, skip_predicate, machine_timeout_init) 627 #define MACHINE_TIMEOUT_DEV_WRITEABLE(var, name, default, unit, skip_predicate) \ argument 628 MACHINE_TIMEOUT(var, name, default, unit, skip_predicate)
|
| H A D | machine.c | 1490 …if (!always_enabled && (wdt == -1 || (spec->skip_predicate != NULL && spec->skip_predicate(spec)))… in machine_timeout_init_with_suffix()
|