Home | History | Annotate | Download | only in linux

Lines Matching defs:refcount

69  * @refcount: local_t used for open-coded "bigref" counting
75 local_t refcount;
88 * @refcount: kref, used in "bigref" slow-mode
104 struct kref refcount;
118 kref_get(&chan->refcount);
120 local_inc(&(per_cpu_ptr(chan->local, get_cpu())->refcount));
128 kref_put(&chan->refcount, dma_chan_cleanup);
130 local_dec(&(per_cpu_ptr(chan->local, get_cpu())->refcount));
165 * @refcount: reference count
183 struct kref refcount;