Lines Matching refs:thread_call_param_t
62 static void settle_timer_expired(thread_call_param_t, thread_call_param_t);
64 static void idle_timer_expired(thread_call_param_t, thread_call_param_t);
485 &IOService::watchdog_timer_expired, (thread_call_param_t)this); in PMinit()
492 &IOService::ack_timer_expired, (thread_call_param_t)this); in PMinit()
495 &settle_timer_expired, (thread_call_param_t)this); in PMinit()
498 &idle_timer_expired, (thread_call_param_t)this); in PMinit()
500 &IOService::pmDriverCalloutTimer, (thread_call_param_t)this); in PMinit()
3396 thread_call_param_t arg0, thread_call_param_t arg1 ) in idle_timer_expired()
4146 __unused thread_call_param_t p) in pmDriverCallout()
4381 IOService::pmDriverCalloutTimer( thread_call_param_t arg0, in pmDriverCalloutTimer()
4382 __unused thread_call_param_t arg1) in pmDriverCalloutTimer()
5437 settle_timer_expired( thread_call_param_t arg0, thread_call_param_t arg1 ) in settle_timer_expired()
5820 IOService::watchdog_timer_expired( thread_call_param_t arg0, thread_call_param_t arg1 ) in watchdog_timer_expired()
5923 IOService::ack_timer_expired( thread_call_param_t arg0, thread_call_param_t arg1 ) in ack_timer_expired()