Searched refs:TIMER_CALL_SYS_CRITICAL (Results 1 – 8 of 8) sorted by relevance
| /xnu-8020.140.41/osfmk/kern/ |
| H A D | sfi.c | 329 timer_call_enter1(&sfi_classes[i].on_timer, NULL, on_timer_deadline, TIMER_CALL_SYS_CRITICAL); in sfi_timer_global_off() 384 TIMER_CALL_SYS_CRITICAL); in sfi_timer_global_off() 494 TIMER_CALL_SYS_CRITICAL); in sfi_set_window() 502 TIMER_CALL_SYS_CRITICAL); in sfi_set_window() 559 timer_call_enter1(&sfi_timer_call_entry, NULL, sfi_next_off_deadline, TIMER_CALL_SYS_CRITICAL); in sfi_defer() 567 timer_call_enter1(&sfi_classes[i].on_timer, NULL, new_on_deadline, TIMER_CALL_SYS_CRITICAL); in sfi_defer() 652 TIMER_CALL_SYS_CRITICAL); in sfi_set_class_offtime()
|
| H A D | timer_call.h | 107 #define TIMER_CALL_SYS_CRITICAL TIMEOUT_URGENCY_SYS_CRITICAL macro
|
| H A D | timer_call.c | 1476 TIMER_CALL_LOCAL | TIMER_CALL_SYS_CRITICAL); in timer_longterm_update() 1667 TIMER_CALL_LOCAL | TIMER_CALL_SYS_CRITICAL); in timer_sysctl_set_threshold() 1801 (deadline > now) && (urgency != TIMER_CALL_SYS_CRITICAL)) { in timer_call_slop() 1847 #define RUNNING_TIMER_FAKE_FLAGS (TIMER_CALL_SYS_CRITICAL | \
|
| H A D | thread_call.c | 841 TIMER_CALL_SYS_CRITICAL | TIMER_CALL_LEEWAY, in _arm_delayed_call_timer()
|
| /xnu-8020.140.41/osfmk/kperf/ |
| H A D | kptimer.c | 494 timer_call_enter(&kptimer.g_pet_timer, deadline_abs, TIMER_CALL_SYS_CRITICAL); in kptimer_pet_enter() 623 TIMER_CALL_SYS_CRITICAL); in kptimer_start()
|
| /xnu-8020.140.41/bsd/kern/ |
| H A D | kern_ntptime.c | 793 if (!timer_call_enter(&ntp_loop_update, ntp_loop_deadline, TIMER_CALL_SYS_CRITICAL)) { in refresh_ntp_loop() 814 if (!timer_call_enter(&ntp_loop_update, ntp_loop_deadline, TIMER_CALL_SYS_CRITICAL)) { in start_ntp_loop()
|
| /xnu-8020.140.41/bsd/dev/dtrace/ |
| H A D | dtrace_glue.c | 337 TIMER_CALL_SYS_CRITICAL | TIMER_CALL_LOCAL); in dtrace_cpu_state_changed() 355 …timer_call_enter1( &(wrapTC->call), (void *)wrapTC, wrapTC->deadline, TIMER_CALL_SYS_CRITICAL | TI… in _timer_call_apply_cyclic() 380 TIMER_CALL_SYS_CRITICAL | TIMER_CALL_LOCAL); in timer_call_add_cyclic()
|
| /xnu-8020.140.41/osfmk/i386/ |
| H A D | mp.c | 2053 timer_call_enter(cwdp->cwd_call, cwdp->cwd_deadline, TIMER_CALL_SYS_CRITICAL | TIMER_CALL_LOCAL); in _cpu_warm_setup()
|