Home
last modified time | relevance | path

Searched refs:ref_type (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/vmwgfx/
A Dttm_object.h133 enum ttm_ref_type ref_type);
186 ref_type));
250 enum ttm_ref_type ref_type, bool *existed,
269 enum ttm_ref_type ref_type);
338 enum ttm_ref_type ref_type));
A Dttm_object.c129 enum ttm_ref_type ref_type; member
167 enum ttm_ref_type ref_type)) in ttm_base_object_init() argument
349 enum ttm_ref_type ref_type, bool *existed, in ttm_ref_object_add() argument
352 struct drm_open_hash *ht = &tfile->ref_hash[ref_type]; in ttm_ref_object_add()
397 ref->ref_type = ref_type; in ttm_ref_object_add()
432 ht = &tfile->ref_hash[ref->ref_type]; in ttm_ref_object_release()
437 if (ref->ref_type != TTM_REF_USAGE && base->ref_obj_release) in ttm_ref_object_release()
438 base->ref_obj_release(base, ref->ref_type); in ttm_ref_object_release()
447 unsigned long key, enum ttm_ref_type ref_type) in ttm_ref_object_base_unref() argument
449 struct drm_open_hash *ht = &tfile->ref_hash[ref_type]; in ttm_ref_object_base_unref()
[all …]
A Dvmwgfx_bo.c609 enum ttm_ref_type ref_type) in vmw_user_bo_ref_obj_release() argument
615 switch (ref_type) { in vmw_user_bo_ref_obj_release()
/linux/drivers/acpi/acpica/
A Dexresolv.c109 u8 ref_type; in acpi_ex_resolve_object_to_value() local
120 ref_type = stack_desc->reference.class; in acpi_ex_resolve_object_to_value()
122 switch (ref_type) { in acpi_ex_resolve_object_to_value()
129 status = acpi_ds_method_data_get_value(ref_type, in acpi_ex_resolve_object_to_value()
242 ref_type, stack_desc)); in acpi_ex_resolve_object_to_value()
/linux/fs/btrfs/
A Ddelayed-ref.c862 int action, u8 ref_type) in init_delayed_ref_common() argument
880 ref->type = ref_type; in init_delayed_ref_common()
907 u8 ref_type; in btrfs_add_delayed_tree_ref() local
934 ref_type = BTRFS_SHARED_BLOCK_REF_KEY; in btrfs_add_delayed_tree_ref()
936 ref_type = BTRFS_TREE_BLOCK_REF_KEY; in btrfs_add_delayed_tree_ref()
940 ref_type); in btrfs_add_delayed_tree_ref()
1002 u8 ref_type; in btrfs_add_delayed_data_ref() local
1010 ref_type = BTRFS_SHARED_DATA_REF_KEY; in btrfs_add_delayed_data_ref()
1012 ref_type = BTRFS_EXTENT_DATA_REF_KEY; in btrfs_add_delayed_data_ref()
1014 ref_root, action, ref_type); in btrfs_add_delayed_data_ref()
A Dtree-log.c1379 const u8 ref_type, const char *name, in btrfs_inode_ref_exists() argument
1392 key.type = ref_type; in btrfs_inode_ref_exists()

Completed in 20 milliseconds