Searched refs:ref_type (Results 1 - 2 of 2) sorted by relevance

/drivers/gpu/drm/ttm/
H A Dttm_object.c98 * @ref_type: Type of ref object.
112 enum ttm_ref_type ref_type; member in struct:ttm_ref_object
148 enum ttm_ref_type ref_type))
247 enum ttm_ref_type ref_type, bool *existed)
249 struct drm_open_hash *ht = &tfile->ref_hash[ref_type];
283 ref->ref_type = ref_type;
318 ht = &tfile->ref_hash[ref->ref_type];
323 if (ref->ref_type != TTM_REF_USAGE && base->ref_obj_release)
324 base->ref_obj_release(base, ref->ref_type);
142 ttm_base_object_init(struct ttm_object_file *tfile, struct ttm_base_object *base, bool shareable, enum ttm_object_type object_type, void (*refcount_release) (struct ttm_base_object **), void (*ref_obj_release) (struct ttm_base_object *, enum ttm_ref_type ref_type)) argument
245 ttm_ref_object_add(struct ttm_object_file *tfile, struct ttm_base_object *base, enum ttm_ref_type ref_type, bool *existed) argument
332 ttm_ref_object_base_unref(struct ttm_object_file *tfile, unsigned long key, enum ttm_ref_type ref_type) argument
[all...]
/drivers/acpi/acpica/
H A Dexresolv.c144 u8 ref_type; local
155 ref_type = stack_desc->reference.class;
157 switch (ref_type) {
165 status = acpi_ds_method_data_get_value(ref_type,
277 ref_type, stack_desc));

Completed in 54 milliseconds