Searched refs:ref_count (Results 1 – 3 of 3) sorted by relevance
21 int ref_count; member
33 int ref_count; member
7453 tep->ref_count = 1; in tep_alloc()7462 tep->ref_count++; in tep_ref()7468 return tep->ref_count; in tep_get_ref()7531 tep->ref_count--; in tep_free()7532 if (tep->ref_count) in tep_free()