Home
last modified time | relevance | path

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

/hardware/intel/common/libwsbm/src/
Dwsbm_slabpool.c151 struct _WsbmListHead slabs; member
496 WSBMLISTADDTAIL(&slab->head, &header->slabs); in wsbmAllocSlab()
534 WSBMLISTADDTAIL(&slab->head, &header->slabs); in wsbmSlabFreeBufferLocked()
542 if (header->slabs.next == &header->slabs || in wsbmSlabFreeBufferLocked()
656 while (header->slabs.next == &header->slabs && count > 0) { in wsbmSlabAllocBuffer()
658 if (header->slabs.next != &header->slabs) in wsbmSlabAllocBuffer()
669 list = header->slabs.next; in wsbmSlabAllocBuffer()
670 if (list == &header->slabs) { in wsbmSlabAllocBuffer()
1086 WSBMINITLISTHEAD(&header->slabs); in wsbmInitSizeHeader()