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

/hardware/intel/common/libwsbm/src/
H A Dwsbm_slabpool.c151 struct _WsbmListHead slabs; member in struct:_WsbmSlabSizeHeader
210 * FIXME: Perhaps arrange timeout slabs in size buckets for fast
323 * to efficiently reuse slabs.
500 WSBMLISTADDTAIL(&slab->head, &header->slabs);
538 WSBMLISTADDTAIL(&slab->head, &header->slabs);
546 if (header->slabs.next == &header->slabs ||
660 while (header->slabs.next == &header->slabs && count > 0) {
662 if (header->slabs
[all...]

Completed in 149 milliseconds