Searched refs:ref_count (Results 1 – 4 of 4) sorted by relevance
87 int ref_count = 0; in GetRefCount() local90 ref_count++; in GetRefCount()93 return ref_count; in GetRefCount()
239 int ref_count = 0; in RefreshRefCount() local240 ref_count += fixed_channel_allocator_.GetRefCount(); in RefreshRefCount()241 ref_count += dynamic_channel_allocator_.NumberOfChannels(); in RefreshRefCount()242 ASSERT_LOG(ref_count >= 0, "ref_count %d is less than 0", ref_count); in RefreshRefCount()243 if (ref_count > 0) { in RefreshRefCount()
260 int ref_count = 0; in RefreshRefCount() local261 ref_count += fixed_channel_allocator_.GetRefCount(); in RefreshRefCount()262 ref_count += dynamic_channel_allocator_.NumberOfChannels(); in RefreshRefCount()264 ref_count += 1; in RefreshRefCount()266 ASSERT_LOG(ref_count >= 0, "ref_count %d is less than 0", ref_count); in RefreshRefCount()267 if (ref_count > 0) { in RefreshRefCount()
933 return inode_results.ref_count(connectable); in FindFilenamesFromInodes()1262 return verified_inode_results.ref_count(filter_state_results); in FilterFilenamesForSpecificInodes()