Searched refs:uzone (Results 1 – 1 of 1) sorted by relevance
1723 struct salloc_zone *zone, *uzone; in salloc_alloc() local1732 uzone = zone; in salloc_alloc()1734 uzone = SLIST_FIRST(&pool->spare); in salloc_alloc()1735 if (uzone == NULL) in salloc_alloc()1738 uzone->size = size; in salloc_alloc()1739 uzone->addr = zone->addr; in salloc_alloc()1743 salloc_insert(pool, &pool->used, uzone, 0); in salloc_alloc()1744 return uzone->addr; in salloc_alloc()