Home
last modified time | relevance | path

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

/Linux-v4.19/include/drm/ttm/
Dttm_object.h135 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));
/Linux-v4.19/drivers/gpu/drm/ttm/
Dttm_object.c126 enum ttm_ref_type ref_type; member
164 enum ttm_ref_type ref_type)) in ttm_base_object_init() argument
322 enum ttm_ref_type ref_type, bool *existed, in ttm_ref_object_add() argument
325 struct drm_open_hash *ht = &tfile->ref_hash[ref_type]; in ttm_ref_object_add()
370 ref->ref_type = ref_type; in ttm_ref_object_add()
405 ht = &tfile->ref_hash[ref->ref_type]; in ttm_ref_object_release()
410 if (ref->ref_type != TTM_REF_USAGE && base->ref_obj_release) in ttm_ref_object_release()
411 base->ref_obj_release(base, ref->ref_type); in ttm_ref_object_release()
420 unsigned long key, enum ttm_ref_type ref_type) in ttm_ref_object_base_unref() argument
422 struct drm_open_hash *ht = &tfile->ref_hash[ref_type]; in ttm_ref_object_base_unref()
[all …]
/Linux-v4.19/drivers/acpi/acpica/
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-v4.19/fs/btrfs/
Ddelayed-ref.c684 int action, u8 ref_type) in init_delayed_ref_common() argument
702 ref->type = ref_type; in init_delayed_ref_common()
726 u8 ref_type; in btrfs_add_delayed_tree_ref() local
750 ref_type = BTRFS_SHARED_BLOCK_REF_KEY; in btrfs_add_delayed_tree_ref()
752 ref_type = BTRFS_TREE_BLOCK_REF_KEY; in btrfs_add_delayed_tree_ref()
755 ref_root, action, ref_type); in btrfs_add_delayed_tree_ref()
806 u8 ref_type; in btrfs_add_delayed_data_ref() local
813 ref_type = BTRFS_SHARED_DATA_REF_KEY; in btrfs_add_delayed_data_ref()
815 ref_type = BTRFS_EXTENT_DATA_REF_KEY; in btrfs_add_delayed_data_ref()
817 ref_root, action, ref_type); in btrfs_add_delayed_data_ref()
Dtree-log.c1290 const u8 ref_type, const char *name, in btrfs_inode_ref_exists() argument
1303 key.type = ref_type; in btrfs_inode_ref_exists()
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/
Dmac80211.c192 void iwl_mvm_ref(struct iwl_mvm *mvm, enum iwl_mvm_ref_type ref_type) in iwl_mvm_ref() argument
197 IWL_DEBUG_RPM(mvm, "Take mvm reference - type %d\n", ref_type); in iwl_mvm_ref()
199 mvm->refs[ref_type]++; in iwl_mvm_ref()
204 void iwl_mvm_unref(struct iwl_mvm *mvm, enum iwl_mvm_ref_type ref_type) in iwl_mvm_unref() argument
209 IWL_DEBUG_RPM(mvm, "Leave mvm reference - type %d\n", ref_type); in iwl_mvm_unref()
211 if (WARN_ON(!mvm->refs[ref_type])) { in iwl_mvm_unref()
215 mvm->refs[ref_type]--; in iwl_mvm_unref()
262 int iwl_mvm_ref_sync(struct iwl_mvm *mvm, enum iwl_mvm_ref_type ref_type) in iwl_mvm_ref_sync() argument
264 iwl_mvm_ref(mvm, ref_type); in iwl_mvm_ref_sync()
270 iwl_mvm_unref(mvm, ref_type); in iwl_mvm_ref_sync()
Dmvm.h1775 void iwl_mvm_ref(struct iwl_mvm *mvm, enum iwl_mvm_ref_type ref_type);
1776 void iwl_mvm_unref(struct iwl_mvm *mvm, enum iwl_mvm_ref_type ref_type);
1777 int iwl_mvm_ref_sync(struct iwl_mvm *mvm, enum iwl_mvm_ref_type ref_type);
/Linux-v4.19/drivers/gpu/drm/vmwgfx/
Dvmwgfx_bo.c561 enum ttm_ref_type ref_type) in vmw_user_bo_ref_obj_release() argument
567 switch (ref_type) { in vmw_user_bo_ref_obj_release()