Lines Matching refs:refcount
21 unsigned int refcount; member
65 unsigned int refcount; /* counts number of users of this object member
74 return ++objagg_obj->refcount; in objagg_obj_ref_inc()
79 return --objagg_obj->refcount; in objagg_obj_ref_dec()
184 parent->refcount); in objagg_obj_parent_assign()
216 objagg_obj->parent->refcount); in objagg_obj_parent_unassign()
445 trace_objagg_obj_get(objagg, objagg_obj, objagg_obj->refcount); in objagg_obj_get()
480 trace_objagg_obj_put(objagg, objagg_obj, objagg_obj->refcount); in objagg_obj_put()
531 objagg_hints->refcount++; in objagg_create()
952 objagg_hints->refcount = 1; in objagg_hints_get()
996 if (--objagg_hints->refcount) in objagg_hints_put()