Lines Matching refs:thread_call_param_t
66 static void settle_timer_expired(thread_call_param_t, thread_call_param_t);
68 static void idle_timer_expired(thread_call_param_t, thread_call_param_t);
489 &IOService::watchdog_timer_expired, (thread_call_param_t)this); in PMinit()
496 &IOService::ack_timer_expired, (thread_call_param_t)this); in PMinit()
499 &settle_timer_expired, (thread_call_param_t)this); in PMinit()
502 &idle_timer_expired, (thread_call_param_t)this); in PMinit()
504 &IOService::pmDriverCalloutTimer, (thread_call_param_t)this); in PMinit()
3445 thread_call_param_t arg0, thread_call_param_t arg1 ) in idle_timer_expired()
4215 __unused thread_call_param_t p) in pmDriverCallout()
4454 IOService::pmDriverCalloutTimer( thread_call_param_t arg0, in pmDriverCalloutTimer()
4455 __unused thread_call_param_t arg1) in pmDriverCalloutTimer()
5510 settle_timer_expired( thread_call_param_t arg0, thread_call_param_t arg1 ) in settle_timer_expired()
5933 IOService::watchdog_timer_expired( thread_call_param_t arg0, thread_call_param_t arg1 ) in watchdog_timer_expired()
6036 IOService::ack_timer_expired( thread_call_param_t arg0, thread_call_param_t arg1 ) in ack_timer_expired()