Lines Matching defs:refcnt
86 refcount_t refcnt; /* # refs (incl /dev/ppp attached) */
216 * map and updating its file.refcnt field is atomic.
228 * a channel and updating its file.refcnt field.
408 if (refcount_dec_and_test(&pf->refcnt)) {
951 refcount_inc(&ppp->file.refcnt);
966 refcount_inc(&chan->file.refcnt);
1436 refcount_inc(&ppp->file.refcnt);
1465 if (refcount_dec_and_test(&ppp->file.refcnt))
2819 if (refcount_dec_and_test(&pch->file.refcnt))
3185 refcount_set(&pf->refcnt, 1);
3312 refcount_inc(&ppp->file.refcnt);
3343 if (refcount_dec_and_test(&ppp->file.refcnt))