Lines Matching refs:thread_call_param_t
65 static void settle_timer_expired(thread_call_param_t, thread_call_param_t);
67 static void idle_timer_expired(thread_call_param_t, thread_call_param_t);
488 &IOService::watchdog_timer_expired, (thread_call_param_t)this); in PMinit()
495 &IOService::ack_timer_expired, (thread_call_param_t)this); in PMinit()
498 &settle_timer_expired, (thread_call_param_t)this); in PMinit()
501 &idle_timer_expired, (thread_call_param_t)this); in PMinit()
503 &IOService::pmDriverCalloutTimer, (thread_call_param_t)this); in PMinit()
3399 thread_call_param_t arg0, thread_call_param_t arg1 ) in idle_timer_expired()
4149 __unused thread_call_param_t p) in pmDriverCallout()
4384 IOService::pmDriverCalloutTimer( thread_call_param_t arg0, in pmDriverCalloutTimer()
4385 __unused thread_call_param_t arg1) in pmDriverCalloutTimer()
5440 settle_timer_expired( thread_call_param_t arg0, thread_call_param_t arg1 ) in settle_timer_expired()
5823 IOService::watchdog_timer_expired( thread_call_param_t arg0, thread_call_param_t arg1 ) in watchdog_timer_expired()
5926 IOService::ack_timer_expired( thread_call_param_t arg0, thread_call_param_t arg1 ) in ack_timer_expired()