Lines Matching refs:entries
183 struct iris_bo *entries;
628 * (see iris_can_reclaim_slab()), so we know all entries must be idle.
629 * Therefore, we can safely unmap their aux table entries.
632 struct iris_bo *bo = &slab->entries[i];
650 free(slab->entries);
725 slab->entries = calloc(slab->base.num_entries, sizeof(*slab->entries));
726 if (!slab->entries)
732 struct iris_bo *bo = &slab->entries[i];
1753 /* bufmgr will no longer try to free VMA entries in the aux-map */