Home | History | Annotate | Download | only in src

Lines Matching full:slabs

151     struct _WsbmListHead slabs;
210 * FIXME: Perhaps arrange timeout slabs in size buckets for fast
323 * to efficiently reuse slabs.
496 WSBMLISTADDTAIL(&slab->head, &header->slabs);
534 WSBMLISTADDTAIL(&slab->head, &header->slabs);
542 if (header->slabs.next == &header->slabs ||
656 while (header->slabs.next == &header->slabs && count > 0) {
658 if (header->slabs.next != &header->slabs)
669 list = header->slabs.next;
670 slabs) {
1086 WSBMINITLISTHEAD(&header->slabs);