Lines Matching refs:refcount
163 refcount_t refcount; member
172 refcount_inc(&((ax25)->refcount))
176 if (refcount_dec_and_test(&assoc->refcount)) { in ax25_uid_put()
190 refcount_t refcount; member
199 refcount_inc(&ax25_rt->refcount); in ax25_hold_route()
218 if (refcount_dec_and_test(&ax25_rt->refcount)) in ax25_put_route()
239 refcount_t refcount; member
262 refcount_t refcount; member
284 refcount_inc(&((__ax25)->refcount))
288 if (refcount_dec_and_test(&ax25->refcount)) { in ax25_cb_put()
296 refcount_inc(&ax25_dev->refcount); in ax25_dev_hold()
301 if (refcount_dec_and_test(&ax25_dev->refcount)) { in ax25_dev_put()