Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/
H A Dttm_object.h132 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));
H A Dttm_object.c126 enum ttm_ref_type ref_type; member
164 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 …]
H A Dvmwgfx_bo.c567 enum ttm_ref_type ref_type) in vmw_user_bo_ref_obj_release() argument
573 switch (ref_type) { in vmw_user_bo_ref_obj_release()
/OK3568_Linux_fs/kernel/drivers/acpi/acpica/
H 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()
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Ddelayed-ref.c900 int action, u8 ref_type) in init_delayed_ref_common() argument
918 ref->type = ref_type; in init_delayed_ref_common()
945 u8 ref_type; in btrfs_add_delayed_tree_ref() local
974 ref_type = BTRFS_SHARED_BLOCK_REF_KEY; in btrfs_add_delayed_tree_ref()
976 ref_type = BTRFS_TREE_BLOCK_REF_KEY; in btrfs_add_delayed_tree_ref()
979 generic_ref->tree_ref.root, action, ref_type); in btrfs_add_delayed_tree_ref()
1041 u8 ref_type; in btrfs_add_delayed_data_ref() local
1049 ref_type = BTRFS_SHARED_DATA_REF_KEY; in btrfs_add_delayed_data_ref()
1051 ref_type = BTRFS_EXTENT_DATA_REF_KEY; in btrfs_add_delayed_data_ref()
1053 ref_root, action, ref_type); in btrfs_add_delayed_data_ref()
H A Dtree-log.c1319 const u8 ref_type, const char *name, in btrfs_inode_ref_exists() argument
1332 key.type = ref_type; in btrfs_inode_ref_exists()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/
H A Dublas_interop.hpp17 typedef typename sparse_vector_element<V>::const_reference ref_type; in operator ==() typedef
18 return static_cast<ref_type>(a) == b; in operator ==()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/optional/detail/
H A Dold_optional_implementation.hpp275 typedef BOOST_DEDUCED_TYPENAME optional<U>::rval_reference_type ref_type; in assign() typedef
279 assign_value(static_cast<ref_type>(rhs.get()), is_reference_predicate() ); in assign()
285 construct(static_cast<ref_type>(rhs.get())); in assign()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/optional/
H A Doptional.hpp270 typedef BOOST_DEDUCED_TYPENAME optional<U>::rval_reference_type ref_type; in assign() typedef
274 assign_value( static_cast<ref_type>(rhs.get()) ); in assign()
280 construct(static_cast<ref_type>(rhs.get())); in assign()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/vp9d/
H A Dhal_vp9d_com.c1930 RK_S32 ref_type; in hal_vp9d_update_counts() local
1953 ref_type = (!(s->frame_type == 0 || s->intra_only)) ? 2 : 1; in hal_vp9d_update_counts()
1954 if (ref_type == 1) { in hal_vp9d_update_counts()
1958 for (i = 0; i < ref_type; i++) { in hal_vp9d_update_counts()