Lines Matching defs:refcount
15 #include <linux/refcount.h>
163 refcount_t refcount;
172 refcount_inc(&((ax25)->refcount))
176 if (refcount_dec_and_test(&assoc->refcount)) {
230 refcount_t refcount;
255 refcount_t refcount;
274 refcount_inc(&((__ax25)->refcount))
278 if (refcount_dec_and_test(&ax25->refcount)) {
286 refcount_inc(&ax25_dev->refcount);
291 if (refcount_dec_and_test(&ax25_dev->refcount)) {