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)) {
190 refcount_t refcount;
199 refcount_inc(&ax25_rt->refcount);
218 if (refcount_dec_and_test(&ax25_rt->refcount))
239 refcount_t refcount;
262 refcount_t refcount;
284 refcount_inc(&((__ax25)->refcount))
288 if (refcount_dec_and_test(&ax25->refcount)) {
296 refcount_inc(&ax25_dev->refcount);
301 if (refcount_dec_and_test(&ax25_dev->refcount)) {