Home
last modified time | relevance | path

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

/xnu-8796.101.5/iokit/Kernel/
H A DIOLib.cpp125 static lck_mtx_t * gIOMallocContiguousEntriesLock; variable
217 gIOMallocContiguousEntriesLock = lck_mtx_alloc_init(IOLockGroup, LCK_ATTR_NULL); in IOLibInit()
887 lck_mtx_lock(gIOMallocContiguousEntriesLock); in IOMallocContiguous()
890 lck_mtx_unlock(gIOMallocContiguousEntriesLock); in IOMallocContiguous()
914 lck_mtx_lock(gIOMallocContiguousEntriesLock); in IOFreeContiguous()
925 lck_mtx_unlock(gIOMallocContiguousEntriesLock); in IOFreeContiguous()