Lines Matching defs:refcount
133 uint64_t refcount;181 (*it)->refcount++;193 wrap->refcount = 1;203 CHECK_GE(wrap->refcount, 1);204 if (--wrap->refcount == 0) {298 map_[handle].refcount++;307 it->second.refcount++;317 CHECK_GE(it->second.refcount, 1);318 if (--it->second.refcount == 0) {328 unsigned int refcount;