Lines Matching refs:bo_count
216 for (i = 0; i < exec->bo_count; i++) { in v3d_attach_object_fences()
231 for (i = 0; i < exec->bo_count; i++) { in v3d_unlock_bo_reservations()
269 for (i = 0; i < exec->bo_count; i++) { in v3d_lock_bo_reservations()
305 for (i = 0; i < exec->bo_count; i++) { in v3d_lock_bo_reservations()
342 exec->bo_count = args->bo_handle_count; in v3d_cl_lookup_bos()
344 if (!exec->bo_count) { in v3d_cl_lookup_bos()
352 exec->bo = kvmalloc_array(exec->bo_count, in v3d_cl_lookup_bos()
360 handles = kvmalloc_array(exec->bo_count, sizeof(u32), GFP_KERNEL); in v3d_cl_lookup_bos()
369 exec->bo_count * sizeof(u32))) { in v3d_cl_lookup_bos()
376 for (i = 0; i < exec->bo_count; i++) { in v3d_cl_lookup_bos()
413 for (i = 0; i < exec->bo_count; i++) in v3d_exec_cleanup()