Lines Matching refs:refcount
51 u16 refcount;121 * hyp_pool::lock must be held if atomic access to the refcount is required.127 return p->refcount;132 BUG_ON(p->refcount == USHRT_MAX);133 p->refcount++;138 BUG_ON(!p->refcount);139 p->refcount--;145 return (p->refcount == 0);150 BUG_ON(p->refcount);151 p->refcount = 1;