Searched defs:brw_bufmgr (Results 1 – 1 of 1) sorted by relevance
159 struct brw_bufmgr { struct160 uint32_t refcount;162 struct list_head link;164 int fd;166 mtx_t lock;169 struct bo_cache_bucket cache_bucket[14 * 4];170 int num_buckets;171 time_t time;173 struct hash_table *name_table;197 static uint64_t vma_alloc(struct brw_bufmgr *bufmgr, argument