Home
last modified time | relevance | path

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

/xnu-11215/iokit/System/
H A DIODataQueueDispatchSourceShared.h24 uint32_t queueByteCount; member
54 ivars->queueByteCount = length; in init()
74 uint64_t queueByteCount, in Create_Impl() argument
81 if (3 & queueByteCount) { in Create_Impl()
84 if (queueByteCount > UINT_MAX) { in Create_Impl()
98 queueByteCount, page_size); in Create_Impl()
104 inst->ivars->queueByteCount = ((uint32_t) queueByteCount); in Create_Impl()
314 uint32_t queueSize = ivars->queueByteCount; in Peek()
401 uint32_t queueSize = ivars->queueByteCount; in DequeueWithCoalesce()
507 queueSize = ivars->queueByteCount; in EnqueueWithCoalesce()
[all …]
/xnu-11215/iokit/DriverKit/
H A DIODataQueueDispatchSource.iig44 * @param queueByteCount The size of the queue in bytes.
53 uint64_t queueByteCount,