Home
last modified time | relevance | path

Searched refs:refcount (Results 1 – 3 of 3) sorted by relevance

/lib/
Dcpu_rmap.c43 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()
Dobjagg.c21 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()
[all …]
DMakefile47 percpu-refcount.o rhashtable.o \
48 once.o refcount.o usercopy.o errseq.o bucket_locks.o \