Searched refs:tp_refs (Results 1 – 2 of 2) sorted by relevance
62 int tp_refs; /* ref count for this prop val */ member
1000 assert(pv->tp_refs == 1); in topo_prop_method_unregister()1027 if (pv->tp_refs > 1) { in topo_prop_setmutable()1336 pv->tp_refs++; in topo_prop_hold()1342 pv->tp_refs--; in topo_prop_rele()1344 assert(pv->tp_refs >= 0); in topo_prop_rele()1346 if (pv->tp_refs == 0) in topo_prop_rele()