Searched refs:defer (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp1972 bool IOService::didTerminate( IOService * provider, IOOptionBits options, bool * defer )
1974 if( false == *defer) {
2030 bool defer = false; local
2039 client->didTerminate( victim, options, &defer );
2044 (defer ? IOSERVICE_TERMINATE_DID_DEFER
2051 TLOG("%s::didTerminate(%s, defer %d)\n",
2052 client->getName(), victim->getName(), defer);
2211 TLOG("%s::defer stop(%s)\n", client->getName(), provider->getName());
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOService.h341 @param defer If there is pending I/O that requires this object to persist, and the provider is not opened by this object set <code>defer</code> to <code>true</code> and call the <code>IOService::didTerminate()</code> implementation when the I/O completes. Otherwise, leave <code>defer</code> set to its default value of <code>false</code>.
344 virtual bool didTerminate( IOService * provider, IOOptionBits options, bool * defer );
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_subr.c6221 * If there is no entry, we are going to defer to other
6681 * combined action being passed in... defer until later...
6691 goto defer;
6717 goto defer; /* If we can't use the parent, take the slow path */
6740 defer:

Completed in 97 milliseconds