Searched refs:synchronize (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215/iokit/IOKit/ |
| H A D | IODMACommand.h | 340 …urn prepare(UInt64 offset = 0, UInt64 length = 0, bool flushCache = true, bool synchronize = true); 349 virtual IOReturn complete(bool invalidateCache = true, bool synchronize = true); 360 virtual IOReturn synchronize(IOOptionBits options); 490 bool synchronize = true); 537 bool synchronize = true);
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IODMACommand.cpp | 788 bool synchronize) in prepareWithSpecification() argument 801 ret = prepare(offset, length, flushCache, synchronize); in prepareWithSpecification() 817 bool synchronize) in prepareWithSpecification() argument 831 offset, length, flushCache, synchronize); in prepareWithSpecification() 836 IODMACommand::prepare(UInt64 offset, UInt64 length, bool flushCache, bool synchronize) in prepare() argument 895 if (synchronize) { in prepare() 1057 IODMACommand::complete(bool invalidateCache, bool synchronize) in complete() argument 1081 if (synchronize) { in complete() 1139 IODMACommand::synchronize(IOOptionBits options) in synchronize() function in IODMACommand
|
| /xnu-11215/doc/primitives/ |
| H A D | sched_cond.md | 12 * `sched_cond_t` / `sched_cond_atomic_t` - Atomic condition variable type to synchronize on
|
| /xnu-11215/iokit/Tests/ |
| H A D | TestIOMemoryDescriptor.cpp | 208 ret = dma->synchronize(IODMACommand::kForceDoubleBuffer | kIODirectionOut); in IODMACommandForceDoubleBufferTest()
|
| /xnu-11215/osfmk/kern/ |
| H A D | smr.c | 883 #pragma mark SMR domains: advance, wait, poll, synchronize
|