Home
last modified time | relevance | path

Searched refs:start_ack_timer (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/iokit/IOKit/
H A DIOService.h2308 void start_ack_timer( void );
2310 void start_ack_timer( UInt32 value, UInt32 scale );
/xnu-11215/iokit/Kernel/
H A DIOServicePM.cpp3876 start_ack_timer(); in notifyInterestedDriversDone()
4547 start_ack_timer(); in notifyControllingDriverDone()
5618 start_ack_timer(); in ackTimerTick()
5657 start_ack_timer(); in ackTimerTick()
5885 IOService::start_ack_timer( void ) in start_ack_timer() function in IOService
5887 start_ack_timer( ACK_TIMER_PERIOD, kNanosecondScale ); in start_ack_timer()
5891 IOService::start_ack_timer( UInt32 interval, UInt32 scale ) in start_ack_timer() function in IOService
6337 start_ack_timer( context.maxTimeRequested / 1000, kMillisecondScale ); in tellClientsWithResponse()
7169 start_ack_timer(maxTimeToAckMS, kMillisecondScale); in updateClientResponses()