Home
last modified time | relevance | path

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

/xnu-11215/iokit/System/
H A DIODataQueueDispatchSourceShared.h297 uint32_t callerDataSize; in Peek() local
321 callerDataSize = head->size; in Peek()
339 callerDataSize = entry->size; in Peek()
354 callback(&head->data, callerDataSize); in Peek()
383 uint32_t callerDataSize; in DequeueWithCoalesce() local
408 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 …]