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()
3396 thread_call_param_t arg0, thread_call_param_t arg1 ) in idle_timer_expired()
4151 __unused thread_call_param_t p) in pmDriverCallout()
4386 IOService::pmDriverCalloutTimer( thread_call_param_t arg0, in pmDriverCalloutTimer()
4387 __unused thread_call_param_t arg1) in pmDriverCalloutTimer()
5442 settle_timer_expired( thread_call_param_t arg0, thread_call_param_t arg1 ) in settle_timer_expired()
5865 IOService::watchdog_timer_expired( thread_call_param_t arg0, thread_call_param_t arg1 ) in watchdog_timer_expired()
5968 IOService::ack_timer_expired( thread_call_param_t arg0, thread_call_param_t arg1 ) in ack_timer_expired()