H A D | iris_bufmgr.c | 180 struct iris_bo *bo; 182 /** Array of iris_bo structs representing BOs allocated out of this slab */ 183 struct iris_bo *entries; 256 static void bo_free(struct iris_bo *bo); 258 static struct iris_bo * 262 struct iris_bo *bo = entry ? entry->data : NULL; in find_and_ref_external_bo() 438 iris_bo_busy_gem(struct iris_bo *bo) in iris_bo_busy_gem() 454 iris_bo_wait_syncobj(struct iris_bo *bo, int64_t timeout_ns) in iris_bo_wait_syncobj() 514 iris_bo_busy_syncobj(struct iris_bo *bo) in iris_bo_busy_syncobj() 520 iris_bo_busy(struct iris_bo *b 881 list_for_each_entry_safe(struct iris_bo, cur, &bucket->head, head) alloc_bo_from_cache() argument 1399 list_for_each_entry_safe(struct iris_bo, bo, &bucket->head, head) cleanup_bo_cache() argument 1412 list_for_each_entry_safe(struct iris_bo, bo, &bucket->head, head) cleanup_bo_cache() argument 1425 list_for_each_entry_safe(struct iris_bo, bo, &bucket->head, head) cleanup_bo_cache() argument 1435 list_for_each_entry_safe(struct iris_bo, bo, &bufmgr->zombie_list, head) cleanup_bo_cache() argument 1766 list_for_each_entry_safe(struct iris_bo, bo, &bucket->head, head) iris_bufmgr_destroy() argument 1776 list_for_each_entry_safe(struct iris_bo, bo, &bucket->head, head) iris_bufmgr_destroy() argument 1786 list_for_each_entry_safe(struct iris_bo, bo, &bucket->head, head) iris_bufmgr_destroy() argument 1794 list_for_each_entry_safe(struct iris_bo, bo, &bufmgr->zombie_list, head) iris_bufmgr_destroy() argument [all...] |