Home
last modified time | relevance | path

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

/xnu-8792.41.9/iokit/Kernel/
H A DIOWorkLoop.cpp97 if (reserved->lockInterval) lockTime(); \
102 if (reserved->lockInterval) reserved->lockTime = mach_absolute_time(); \
729 if (time > reserved->lockInterval) { in lockTime()
743 reserved->lockInterval = interval; in setMaximumLockTime()
/xnu-8792.41.9/iokit/IOKit/
H A DIOWorkLoop.h163 uint64_t lockInterval; member