Searched refs:synchronize (Results 1 – 5 of 5) sorted by relevance
| /xnu-10063.121.3/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-10063.121.3/iokit/Kernel/ |
| H A D | IODMACommand.cpp | 784 bool synchronize) in prepareWithSpecification() argument 797 ret = prepare(offset, length, flushCache, synchronize); in prepareWithSpecification() 813 bool synchronize) in prepareWithSpecification() argument 827 offset, length, flushCache, synchronize); in prepareWithSpecification() 832 IODMACommand::prepare(UInt64 offset, UInt64 length, bool flushCache, bool synchronize) in prepare() argument 891 if (synchronize) { in prepare() 1053 IODMACommand::complete(bool invalidateCache, bool synchronize) in complete() argument 1077 if (synchronize) { in complete() 1135 IODMACommand::synchronize(IOOptionBits options) in synchronize() function in IODMACommand
|
| /xnu-10063.121.3/doc/primitives/ |
| H A D | sched_cond.md | 12 * `sched_cond_t` / `sched_cond_atomic_t` - Atomic condition variable type to synchronize on
|
| /xnu-10063.121.3/iokit/Tests/ |
| H A D | TestIOMemoryDescriptor.cpp | 207 ret = dma->synchronize(IODMACommand::kForceDoubleBuffer | kIODirectionOut); in IODMACommandForceDoubleBufferTest()
|
| /xnu-10063.121.3/osfmk/kern/ |
| H A D | smr.c | 882 #pragma mark SMR domains: advance, wait, poll, synchronize
|