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

/darwin-on-arm/xnu/osfmk/kern/
H A Dtimer_call.h59 #define TIMER_CALL_CRITICAL 0x01 macro
H A Dsyscall_subr.c359 if (!timer_call_enter(&self->depress_timer, deadline, TIMER_CALL_CRITICAL))
456 if (!timer_call_enter(&self->depress_timer, abstime, TIMER_CALL_CRITICAL))
H A Dclock.c550 if (!timer_call_enter(&calend_adjcall, calend_adjdeadline, TIMER_CALL_CRITICAL))
695 if (!timer_call_enter(&calend_adjcall, calend_adjdeadline, TIMER_CALL_CRITICAL))
H A Dpriority.c189 processor->quantum_end, TIMER_CALL_CRITICAL);
H A Dtimer_call.c339 if ((flags & TIMER_CALL_CRITICAL) == 0 &&
H A Dsched_prim.c813 if (!timer_call_enter(&thread->wait_timer, deadline, thread->sched_pri >= BASEPRI_RTQUEUES ? TIMER_CALL_CRITICAL : 0))
831 if (!timer_call_enter(&thread->wait_timer, deadline, thread->sched_pri >= BASEPRI_RTQUEUES ? TIMER_CALL_CRITICAL : 0))
1938 timer_call_enter1(&processor->quantum_timer, thread, processor->quantum_end, TIMER_CALL_CRITICAL);
2486 timer_call_enter1(&processor->quantum_timer, self, processor->quantum_end, TIMER_CALL_CRITICAL);
H A Dwait_queue.c1214 flags = realtime ? TIMER_CALL_CRITICAL : 0;
/darwin-on-arm/xnu/osfmk/kperf/
H A Dtimetrigger.c77 timer_call_enter( &trigger->tcall, deadline, TIMER_CALL_CRITICAL);
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace_glue.c315 #ifndef TIMER_CALL_CRITICAL
316 #define TIMER_CALL_CRITICAL 0x1 macro
318 #endif /* TIMER_CALL_CRITICAL */
343 timer_call_enter1( &(wrapTC->call), (void *)wrapTC, wrapTC->deadline, TIMER_CALL_CRITICAL | TIMER_CALL_LOCAL );
365 timer_call_enter1( &(wrapTC->call), (void *)wrapTC, wrapTC->deadline, TIMER_CALL_CRITICAL | TIMER_CALL_LOCAL );
/darwin-on-arm/xnu/osfmk/chud/i386/
H A Dchud_osfmk_callback_i386.c179 TIMER_CALL_CRITICAL|TIMER_CALL_LOCAL);
/darwin-on-arm/xnu/osfmk/i386/
H A Dmp.c1702 timer_call_enter(cwdp->cwd_call, cwdp->cwd_deadline, TIMER_CALL_CRITICAL | TIMER_CALL_LOCAL);

Completed in 47 milliseconds