Home
last modified time | relevance | path

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

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