salloc_zone 403 dev/pci/maestro.c struct salloc_zone { salloc_zone 404 dev/pci/maestro.c SLIST_ENTRY(salloc_zone) link; salloc_zone 408 dev/pci/maestro.c SLIST_HEAD(salloc_head, salloc_zone) free, used, spare; salloc_zone 475 dev/pci/maestro.c struct salloc_zone *, int); salloc_zone 1824 dev/pci/maestro.c struct salloc_zone *space; salloc_zone 1835 dev/pci/maestro.c pool->zones = (struct salloc_zone *)(pool + 1); salloc_zone 1856 dev/pci/maestro.c struct salloc_zone *zone; salloc_zone 1859 dev/pci/maestro.c struct salloc_zone *prev, *next; salloc_zone 1882 dev/pci/maestro.c SLIST_REMOVE(head, next, salloc_zone, link); salloc_zone 1892 dev/pci/maestro.c struct salloc_zone *zone, *uzone; salloc_zone 1900 dev/pci/maestro.c SLIST_REMOVE(&pool->free, zone, salloc_zone, link); salloc_zone 1921 dev/pci/maestro.c struct salloc_zone *zone; salloc_zone 1930 dev/pci/maestro.c SLIST_REMOVE(&pool->used, zone, salloc_zone, link);