Searched refs:TIMER_CALL_LOCAL (Results 1 – 4 of 4) sorted by relevance
842 boolean_t call_local = ((call->tc_flags & TIMER_CALL_LOCAL) != 0); in timer_queue_shutdown()1100 if (call->tc_flags & TIMER_CALL_LOCAL) { in timer_queue_migrate()1219 if ((callout_flags & TIMER_CALL_LOCAL) != 0 || in timer_longterm_enqueue_unlocked()1476 TIMER_CALL_LOCAL | TIMER_CALL_SYS_CRITICAL); in timer_longterm_update()1593 if ((call->tc_flags & TIMER_CALL_LOCAL) != 0) { in timer_master_scan()1667 TIMER_CALL_LOCAL | TIMER_CALL_SYS_CRITICAL); in timer_sysctl_set_threshold()1848 TIMER_CALL_LOCAL)
128 #define TIMER_CALL_LOCAL TIMEOUT_URGENCY_FIRST_AVAIL macro
337 TIMER_CALL_SYS_CRITICAL | TIMER_CALL_LOCAL); in dtrace_cpu_state_changed()355 …1( &(wrapTC->call), (void *)wrapTC, wrapTC->deadline, TIMER_CALL_SYS_CRITICAL | TIMER_CALL_LOCAL ); in _timer_call_apply_cyclic()380 TIMER_CALL_SYS_CRITICAL | TIMER_CALL_LOCAL); in timer_call_add_cyclic()
2053 timer_call_enter(cwdp->cwd_call, cwdp->cwd_deadline, TIMER_CALL_SYS_CRITICAL | TIMER_CALL_LOCAL); in _cpu_warm_setup()