Searched refs:callerDataSize (Results 1 – 1 of 1) sorted by relevance
297 uint32_t callerDataSize; in Peek() local321 callerDataSize = head->size; in Peek()339 callerDataSize = entry->size; in Peek()354 callback(&head->data, callerDataSize); in Peek()383 uint32_t callerDataSize; in DequeueWithCoalesce() local408 callerDataSize = head->size; in DequeueWithCoalesce()424 callerDataSize = entry->size; in DequeueWithCoalesce()454 callback(&entry->data, callerDataSize); in DequeueWithCoalesce()537 entry->size = callerDataSize; in EnqueueWithCoalesce()552 entry->size = callerDataSize; in EnqueueWithCoalesce()[all …]