Searched refs:ref_type (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.10/drivers/gpu/drm/vmwgfx/ | 
| D | ttm_object.h | 132 				 enum ttm_ref_type ref_type);185 							 ref_type));
 249 			      enum ttm_ref_type ref_type, bool *existed,
 268 				     enum ttm_ref_type ref_type);
 337 				  enum ttm_ref_type ref_type));
 
 | 
| D | ttm_object.c | 126 	enum ttm_ref_type ref_type;  member164 						  enum ttm_ref_type ref_type))  in ttm_base_object_init()  argument
 346 		       enum ttm_ref_type ref_type, bool *existed,  in ttm_ref_object_add()  argument
 349 	struct drm_open_hash *ht = &tfile->ref_hash[ref_type];  in ttm_ref_object_add()
 394 		ref->ref_type = ref_type;  in ttm_ref_object_add()
 429 	ht = &tfile->ref_hash[ref->ref_type];  in ttm_ref_object_release()
 434 	if (ref->ref_type != TTM_REF_USAGE && base->ref_obj_release)  in ttm_ref_object_release()
 435 		base->ref_obj_release(base, ref->ref_type);  in ttm_ref_object_release()
 444 			      unsigned long key, enum ttm_ref_type ref_type)  in ttm_ref_object_base_unref()  argument
 446 	struct drm_open_hash *ht = &tfile->ref_hash[ref_type];  in ttm_ref_object_base_unref()
 [all …]
 
 | 
| D | vmwgfx_bo.c | 567 					enum ttm_ref_type ref_type)  in vmw_user_bo_ref_obj_release()  argument573 	switch (ref_type) {  in vmw_user_bo_ref_obj_release()
 
 | 
| /Linux-v5.10/drivers/acpi/acpica/ | 
| D | exresolv.c | 109 	u8 ref_type;  in acpi_ex_resolve_object_to_value()  local120 		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-v5.10/fs/btrfs/ | 
| D | delayed-ref.c | 882 				    int action, u8 ref_type)  in init_delayed_ref_common()  argument900 	ref->type = ref_type;  in init_delayed_ref_common()
 928 	u8 ref_type;  in btrfs_add_delayed_tree_ref()  local
 957 		ref_type = BTRFS_SHARED_BLOCK_REF_KEY;  in btrfs_add_delayed_tree_ref()
 959 		ref_type = BTRFS_TREE_BLOCK_REF_KEY;  in btrfs_add_delayed_tree_ref()
 962 				generic_ref->tree_ref.root, action, ref_type);  in btrfs_add_delayed_tree_ref()
 1026 	u8 ref_type;  in btrfs_add_delayed_data_ref()  local
 1034 	        ref_type = BTRFS_SHARED_DATA_REF_KEY;  in btrfs_add_delayed_data_ref()
 1036 	        ref_type = BTRFS_EXTENT_DATA_REF_KEY;  in btrfs_add_delayed_data_ref()
 1038 				ref_root, action, ref_type);  in btrfs_add_delayed_data_ref()
 
 | 
| D | tree-log.c | 1292 				  const u8 ref_type, const char *name,  in btrfs_inode_ref_exists()  argument1305 	key.type = ref_type;  in btrfs_inode_ref_exists()
 
 |