Lines Matching defs:base
175 struct pb_slab base;
722 slab->base.num_entries = slab_size / entry_size;
723 slab->base.num_free = slab->base.num_entries;
725 slab->entries = calloc(slab->base.num_entries, sizeof(*slab->entries));
729 list_inithead(&slab->base.free);
731 for (unsigned i = 0; i < slab->base.num_entries; i++) {
744 bo->slab.entry.slab = &slab->base;
750 list_addtail(&bo->slab.entry.head, &slab->base.free);
753 return &slab->base;
990 .base = { .name = I915_GEM_CREATE_EXT_MEMORY_REGIONS },
1920 * The base address for the surface has to be 64K page aligned and the
2158 * With default base addresses, our next batches will almost certainly
2454 * base address + size can overflow 48 bits.