Searched refs:queueByteCount (Results 1 – 2 of 2) sorted by relevance
24 uint32_t queueByteCount; member54 ivars->queueByteCount = length; in init()74 uint64_t queueByteCount, in Create_Impl() argument81 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 …]
44 * @param queueByteCount The size of the queue in bytes.53 uint64_t queueByteCount,