Lines Matching defs:obj
959 struct drm_gem_object *obj;
965 idr_for_each_entry (&file->object_idr, obj, id) {
968 if (obj->funcs && obj->funcs->status) {
969 s = obj->funcs->status(obj);
974 if (obj->handle_count > 1) {
975 status.shared += obj->size;
977 status.private += obj->size;
981 status.resident += obj->size;
989 if (!dma_resv_test_signaled(obj->resv, dma_resv_usage_rw(true))) {
990 status.active += obj->size;
997 status.purgeable += obj->size;