Lines Matching defs:salloc_zone
389 struct salloc_zone {
390 SLIST_ENTRY(salloc_zone) link;
394 SLIST_HEAD(salloc_head, salloc_zone) free, used, spare;
459 struct salloc_zone *, int);
1661 struct salloc_zone *space;
1672 pool->zones = (struct salloc_zone *)(pool + 1);
1689 salloc_insert(salloc_t pool, struct salloc_head *head, struct salloc_zone *zone,
1692 struct salloc_zone *prev, *next;
1715 SLIST_REMOVE(head, next, salloc_zone, link);
1723 struct salloc_zone *zone, *uzone;
1731 SLIST_REMOVE(&pool->free, zone, salloc_zone, link);
1750 struct salloc_zone *zone;
1759 SLIST_REMOVE(&pool->used, zone, salloc_zone, link);