Lines Matching defs:objs_ptr
1337 uint32_t *objs_ptr = NULL;
1351 objs_ptr = drmMalloc(set->count_objs * sizeof objs_ptr[0]);
1352 if (!objs_ptr) {
1387 objs_ptr[obj_idx] = item->object_id;
1409 atomic.objs_ptr = VOID2U64(objs_ptr);
1420 drmFree(objs_ptr);
1584 uint32_t *objs_ptr = NULL;
1628 objs_ptr = drmMalloc(atomic.count_objs * sizeof objs_ptr[0]);
1629 if (!objs_ptr) {
1655 objs_ptr[obj_idx] = sorted->items[i].object_id;
1656 last_obj_id = objs_ptr[obj_idx];
1666 atomic.objs_ptr = VOID2U64(objs_ptr);
1675 drmFree(objs_ptr);