Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
DeventQ.c47 struct SlabAllocator *evtsSlab; member
71 q->evtsSlab = slab; in evtQueueAlloc()
93 slabAllocatorFree(q->evtsSlab, rec); in evtQueueFree()
96 slabAllocatorDestroy(q->evtsSlab); in evtQueueFree()
110 rec = slabAllocatorAlloc(q->evtsSlab); in evtQueueEnqueue()
171 slabAllocatorFree(q->evtsSlab, rec); in evtQueueRemoveAllMatching()
213 slabAllocatorFree(q->evtsSlab, rec); in evtQueueDequeue()