Home
last modified time | relevance | path

Searched refs:TIMER_CALL_SYS_CRITICAL (Results 1 – 8 of 8) sorted by relevance

/xnu-8792.41.9/osfmk/kern/
H A Dsfi.c329 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()
499 TIMER_CALL_SYS_CRITICAL); in sfi_set_window()
507 TIMER_CALL_SYS_CRITICAL); in sfi_set_window()
564 timer_call_enter1(&sfi_timer_call_entry, NULL, sfi_next_off_deadline, TIMER_CALL_SYS_CRITICAL); in sfi_defer()
572 timer_call_enter1(&sfi_classes[i].on_timer, NULL, new_on_deadline, TIMER_CALL_SYS_CRITICAL); in sfi_defer()
657 TIMER_CALL_SYS_CRITICAL); in sfi_set_class_offtime()
H A Dtimer_call.h107 #define TIMER_CALL_SYS_CRITICAL TIMEOUT_URGENCY_SYS_CRITICAL macro
H A Dtimer_call.c1548 TIMER_CALL_LOCAL | TIMER_CALL_SYS_CRITICAL); in timer_longterm_update()
1751 TIMER_CALL_LOCAL | TIMER_CALL_SYS_CRITICAL); in timer_sysctl_set_threshold()
1909 (deadline > now) && (urgency != TIMER_CALL_SYS_CRITICAL)) { in timer_call_slop()
1955 #define RUNNING_TIMER_FAKE_FLAGS (TIMER_CALL_SYS_CRITICAL | \
H A Dthread_call.c864 TIMER_CALL_SYS_CRITICAL | TIMER_CALL_LEEWAY, in _arm_delayed_call_timer()
/xnu-8792.41.9/osfmk/kperf/
H A Dkptimer.c489 timer_call_enter(&kptimer.g_pet_timer, deadline_abs, TIMER_CALL_SYS_CRITICAL); in kptimer_pet_enter()
618 TIMER_CALL_SYS_CRITICAL); in kptimer_start()
/xnu-8792.41.9/bsd/kern/
H A Dkern_ntptime.c793 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-8792.41.9/bsd/dev/dtrace/
H A Ddtrace_glue.c332 TIMER_CALL_SYS_CRITICAL | TIMER_CALL_LOCAL); in dtrace_cpu_state_changed()
350 …timer_call_enter1( &(wrapTC->call), (void *)wrapTC, wrapTC->deadline, TIMER_CALL_SYS_CRITICAL | TI… in _timer_call_apply_cyclic()
375 TIMER_CALL_SYS_CRITICAL | TIMER_CALL_LOCAL); in timer_call_add_cyclic()
/xnu-8792.41.9/osfmk/i386/
H A Dmp.c2058 timer_call_enter(cwdp->cwd_call, cwdp->cwd_deadline, TIMER_CALL_SYS_CRITICAL | TIMER_CALL_LOCAL); in _cpu_warm_setup()