Home
last modified time | relevance | path

Searched refs:synchronize (Results 1 – 5 of 5) sorted by relevance

/xnu-11215/iokit/IOKit/
H A DIODMACommand.h340 …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 DIODMACommand.cpp788 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 Dsched_cond.md12 * `sched_cond_t` / `sched_cond_atomic_t` - Atomic condition variable type to synchronize on
/xnu-11215/iokit/Tests/
H A DTestIOMemoryDescriptor.cpp208 ret = dma->synchronize(IODMACommand::kForceDoubleBuffer | kIODirectionOut); in IODMACommandForceDoubleBufferTest()
/xnu-11215/osfmk/kern/
H A Dsmr.c883 #pragma mark SMR domains: advance, wait, poll, synchronize