Home
last modified time | relevance | path

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

/xnu-10063.121.3/osfmk/kern/
H A Dsfi.c386 TIMER_CALL_SYS_CRITICAL); in sfi_timer_global_off()
498 TIMER_CALL_SYS_CRITICAL); in sfi_set_window()
506 TIMER_CALL_SYS_CRITICAL); in sfi_set_window()
562 timer_call_enter1(&sfi_timer_call_entry, NULL, sfi_next_off_deadline, TIMER_CALL_SYS_CRITICAL); in sfi_defer()
654 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.c1549 TIMER_CALL_LOCAL | TIMER_CALL_SYS_CRITICAL); in timer_longterm_update()
1752 TIMER_CALL_LOCAL | TIMER_CALL_SYS_CRITICAL); in timer_sysctl_set_threshold()
1911 (deadline > now) && (urgency != TIMER_CALL_SYS_CRITICAL)) { in timer_call_slop()
1957 #define RUNNING_TIMER_FAKE_FLAGS (TIMER_CALL_SYS_CRITICAL | \
H A Dthread_call.c865 TIMER_CALL_SYS_CRITICAL | TIMER_CALL_LEEWAY, in _arm_delayed_call_timer()
/xnu-10063.121.3/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-10063.121.3/bsd/kern/
H A Dkern_ntptime.c792 if (!timer_call_enter(&ntp_loop_update, ntp_loop_deadline, TIMER_CALL_SYS_CRITICAL)) { in refresh_ntp_loop()
813 if (!timer_call_enter(&ntp_loop_update, ntp_loop_deadline, TIMER_CALL_SYS_CRITICAL)) { in start_ntp_loop()
/xnu-10063.121.3/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-10063.121.3/osfmk/i386/
H A Dmp.c2055 timer_call_enter(cwdp->cwd_call, cwdp->cwd_deadline, TIMER_CALL_SYS_CRITICAL | TIMER_CALL_LOCAL); in _cpu_warm_setup()