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

/freebsd-10.1-release/sys/dev/drm2/ttm/
H A Dttm_object.h130 enum ttm_ref_type ref_type);
156 ref_type));
189 * @ref_type: The type of reference.
204 enum ttm_ref_type ref_type, bool *existed);
209 * @ref_type: Ref type of the ref object to be dereferenced.
211 * Unreference a ref object with type @ref_type
218 enum ttm_ref_type ref_type);
H A Dttm_object.c102 * @ref_type: Type of ref object.
116 enum ttm_ref_type ref_type; member in struct:ttm_ref_object
153 enum ttm_ref_type ref_type))
259 enum ttm_ref_type ref_type, bool *existed)
261 struct drm_open_hash *ht = &tfile->ref_hash[ref_type];
295 ref->ref_type = ref_type;
327 ht = &tfile->ref_hash[ref->ref_type];
332 if (ref->ref_type != TTM_REF_USAGE && base->ref_obj_release)
333 base->ref_obj_release(base, ref->ref_type);
147 ttm_base_object_init(struct ttm_object_file *tfile, struct ttm_base_object *base, bool shareable, enum ttm_object_type object_type, void (*rcount_release) (struct ttm_base_object **), void (*ref_obj_release) (struct ttm_base_object *, enum ttm_ref_type ref_type)) argument
257 ttm_ref_object_add(struct ttm_object_file *tfile, struct ttm_base_object *base, enum ttm_ref_type ref_type, bool *existed) argument
341 ttm_ref_object_base_unref(struct ttm_object_file *tfile, unsigned long key, enum ttm_ref_type ref_type) argument
[all...]
/freebsd-10.1-release/contrib/texinfo/makeinfo/
H A Dnode.h109 extern char *glean_node_from_menu (int remember_ref, enum reftype ref_type);
H A Dnode.c427 glean_node_from_menu (int remember_ref, enum reftype ref_type)
474 remember_node_reference (nodename, line_number, ref_type);
424 glean_node_from_menu(int remember_ref, enum reftype ref_type) argument
/freebsd-10.1-release/contrib/gcc/
H A Ddf-scan.c546 enum df_ref_type ref_type,
566 if (ref_type == DF_REF_REG_DEF)
571 return df_ref_create_structure (dflow, reg, loc, bb, insn, ref_type, ref_flags);
937 enum df_ref_type ref_type,
952 DF_REF_TYPE (this_ref) = ref_type;
959 switch (ref_type)
1052 enum df_ref_type ref_type,
1114 hardreg->type = ref_type;
1127 if (ref_type == DF_REF_REG_DEF && record_live)
1129 else if ((ref_type
542 df_ref_create(struct df *df, rtx reg, rtx *loc, rtx insn, basic_block bb, enum df_ref_type ref_type, enum df_ref_flags ref_flags) argument
931 df_ref_create_structure(struct dataflow *dflow, rtx reg, rtx *loc, basic_block bb, rtx insn, enum df_ref_type ref_type, enum df_ref_flags ref_flags) argument
1046 df_ref_record(struct dataflow *dflow, rtx reg, rtx *loc, basic_block bb, rtx insn, enum df_ref_type ref_type, enum df_ref_flags ref_flags, bool record_live) argument
1282 df_uses_record(struct dataflow *dflow, rtx *loc, enum df_ref_type ref_type, basic_block bb, rtx insn, enum df_ref_flags flags) argument
[all...]
/freebsd-10.1-release/contrib/gcc/cp/
H A Dcall.c4432 tree ref_type = totype; local
4440 if (!CP_TYPE_CONST_NON_VOLATILE_P (TREE_TYPE (ref_type)))
4446 expr, ref_type);
4449 expr, ref_type);
4451 error ("cannot bind rvalue %qE to %qT", expr, ref_type);
4465 expr, ref_type);
4480 expr = cp_convert (build_pointer_type (TREE_TYPE (ref_type)),
4483 return build_nop (ref_type, expr);

Completed in 116 milliseconds