Searched refs:refcount (Results 1 – 4 of 4) sorted by relevance
21 unsigned int refcount; member65 unsigned int refcount; /* counts number of users of this object member74 return ++objagg_obj->refcount; in objagg_obj_ref_inc()79 return --objagg_obj->refcount; in objagg_obj_ref_dec()187 parent->refcount); in objagg_obj_parent_assign()219 objagg_obj->parent->refcount); in objagg_obj_parent_unassign()448 trace_objagg_obj_get(objagg, objagg_obj, objagg_obj->refcount); in objagg_obj_get()483 trace_objagg_obj_put(objagg, objagg_obj, objagg_obj->refcount); in objagg_obj_put()534 objagg_hints->refcount++; in objagg_create()938 objagg_hints->refcount = 1; in objagg_hints_get()[all …]
43 kref_init(&rmap->refcount); in alloc_cpu_rmap()68 struct cpu_rmap *rmap = container_of(ref, struct cpu_rmap, refcount); in cpu_rmap_release()78 kref_get(&rmap->refcount); in cpu_rmap_get()87 return kref_put(&rmap->refcount, cpu_rmap_release); in cpu_rmap_put()
57 percpu-refcount.o rhashtable.o base64.o \58 once.o refcount.o rcuref.o usercopy.o errseq.o bucket_locks.o \
29 kref_init(&res->refcount); in __kunit_add_resource()
Completed in 8 milliseconds