Lines Matching refs:queueByteCount
24 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()
637 queueSize = ivars->queueByteCount; in CanEnqueueData()