Searched refs:request_c (Results 1 – 1 of 1) sorted by relevance
1776 IOPMRequest * request_c = NULL; in synchronizePowerTree() local1811 request_c = acquirePMRequest( this, kIOPMRequestTypeIdleCancel ); in synchronizePowerTree()1813 if (request_c) { in synchronizePowerTree()1814 request_c->attachNextRequest( request_s ); in synchronizePowerTree()1815 submitPMRequest(request_c); in synchronizePowerTree()1824 if (request_c) { in synchronizePowerTree()1825 releasePMRequest(request_c); in synchronizePowerTree()