Searched refs:TIMER_CALL_SYS_CRITICAL (Results 1 – 8 of 8) sorted by relevance
| /xnu-11215.41.3/osfmk/kern/ |
| H A D | sfi.c | 386 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 D | timer_call.h | 107 #define TIMER_CALL_SYS_CRITICAL TIMEOUT_URGENCY_SYS_CRITICAL macro
|
| H A D | timer_call.c | 1561 TIMER_CALL_LOCAL | TIMER_CALL_SYS_CRITICAL); in timer_longterm_update() 1764 TIMER_CALL_LOCAL | TIMER_CALL_SYS_CRITICAL); in timer_sysctl_set_threshold() 1927 (deadline > now) && (urgency != TIMER_CALL_SYS_CRITICAL)) { in timer_call_slop() 1973 #define RUNNING_TIMER_FAKE_FLAGS (TIMER_CALL_SYS_CRITICAL | \
|
| H A D | thread_call.c | 865 TIMER_CALL_SYS_CRITICAL | TIMER_CALL_LEEWAY, in _arm_delayed_call_timer()
|
| /xnu-11215.41.3/osfmk/kperf/ |
| H A D | kptimer.c | 489 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-11215.41.3/bsd/kern/ |
| H A D | kern_ntptime.c | 792 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-11215.41.3/bsd/dev/dtrace/ |
| H A D | dtrace_glue.c | 329 TIMER_CALL_SYS_CRITICAL | TIMER_CALL_LOCAL); in dtrace_cpu_state_changed() 347 …timer_call_enter1( &(wrapTC->call), (void *)wrapTC, wrapTC->deadline, TIMER_CALL_SYS_CRITICAL | TI… in _timer_call_apply_cyclic() 372 TIMER_CALL_SYS_CRITICAL | TIMER_CALL_LOCAL); in timer_call_add_cyclic()
|
| /xnu-11215.41.3/osfmk/i386/ |
| H A D | mp.c | 2075 timer_call_enter(cwdp->cwd_call, cwdp->cwd_deadline, TIMER_CALL_SYS_CRITICAL | TIMER_CALL_LOCAL); in _cpu_warm_setup()
|