Searched refs:ref_count (Results 1 – 2 of 2) sorted by relevance
530 t->ref_count = 2; in transport_registration_func()612 CHECK_GT(t->ref_count, 0u); in transport_unref()613 t->ref_count--; in transport_unref()614 if (t->ref_count == 0) { in transport_unref()619 D("transport: %s unref (count=%zu)", t->serial, t->ref_count); in transport_unref()
74 size_t ref_count = 0; variable