Lines Matching full:slabs
151 struct _WsbmListHead slabs;
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.next != &header->slabs)
673 list = header->slabs.next;
674 if (list == &header->slabs) {
1090 WSBMINITLISTHEAD(&header->slabs);