Searched refs:TIMER_CALL_SYS_CRITICAL (Results 1 - 11 of 11) sorted by relevance

/xnu-2422.115.4/osfmk/kern/
H A Dtimer_call.h84 #define TIMER_CALL_SYS_CRITICAL TIMEOUT_URGENCY_SYS_CRITICAL macro
H A Dclock.c569 if (!timer_call_enter(&calend_adjcall, calend_adjdeadline, TIMER_CALL_SYS_CRITICAL))
714 if (!timer_call_enter(&calend_adjcall, calend_adjdeadline, TIMER_CALL_SYS_CRITICAL))
H A Dpriority.c191 processor->quantum_end, TIMER_CALL_SYS_CRITICAL);
H A Dtimer_call.c1263 TIMER_CALL_LOCAL | TIMER_CALL_SYS_CRITICAL);
1453 TIMER_CALL_LOCAL | TIMER_CALL_SYS_CRITICAL);
H A Dthread_call.c524 TIMER_CALL_SYS_CRITICAL|TIMER_CALL_LEEWAY,
H A Dsched_prim.c2070 timer_call_enter1(&processor->quantum_timer, thread, processor->quantum_end, TIMER_CALL_SYS_CRITICAL);
2672 timer_call_enter1(&processor->quantum_timer, self, processor->quantum_end, TIMER_CALL_SYS_CRITICAL);
/xnu-2422.115.4/osfmk/kperf/
H A Dtimetrigger.c95 timer_call_enter( &trigger->tcall, deadline, TIMER_CALL_SYS_CRITICAL);
281 timer_call_enter( &trigger->tcall, deadline, TIMER_CALL_SYS_CRITICAL);
/xnu-2422.115.4/osfmk/chud/i386/
H A Dchud_osfmk_callback_i386.c179 TIMER_CALL_SYS_CRITICAL|TIMER_CALL_LOCAL);
/xnu-2422.115.4/osfmk/i386/
H A Di386_timer.c371 (deadline > now) && (urgency != TIMER_CALL_SYS_CRITICAL)) {
H A Dmp.c1785 timer_call_enter(cwdp->cwd_call, cwdp->cwd_deadline, TIMER_CALL_SYS_CRITICAL | TIMER_CALL_LOCAL);
/xnu-2422.115.4/bsd/dev/dtrace/
H A Ddtrace_glue.c303 timer_call_enter1( &(wrapTC->call), (void *)wrapTC, wrapTC->deadline, TIMER_CALL_SYS_CRITICAL | TIMER_CALL_LOCAL );
325 timer_call_enter1( &(wrapTC->call), (void *)wrapTC, wrapTC->deadline, TIMER_CALL_SYS_CRITICAL | TIMER_CALL_LOCAL );

Completed in 63 milliseconds