Searched refs:ref_count (Results 1 – 2 of 2) sorted by relevance
682 t->ref_count++; in transport_registration_func()782 CHECK_GT(t->ref_count, 0u); in transport_unref()783 t->ref_count--; in transport_unref()784 if (t->ref_count == 0) { in transport_unref()805 D("transport: %s unref (count=%zu)", t->serial.c_str(), t->ref_count); in transport_unref()
266 size_t ref_count = 0; variable