Searched refs:canp_refcount (Results 1 – 2 of 2) sorted by relevance
110 canp->canp_refcount = 1; in can_pcballoc()208 canp->canp_refcount++; in canp_ref()215 canp->canp_refcount--; in canp_unref()216 KASSERT(canp->canp_refcount >= 0); in canp_unref()217 if (canp->canp_refcount > 0) { in canp_unref()
61 int canp_refcount; member