Searched refs:ref_count (Results 1 – 3 of 3) sorted by relevance
18 int ref_count; member
47 int ref_count; member
6943 tep->ref_count = 1; in tep_alloc()6952 tep->ref_count++; in tep_ref()6958 return tep->ref_count; in tep_get_ref()7021 tep->ref_count--; in tep_free()7022 if (tep->ref_count) in tep_free()