Searched refs:tp_refs (Results 1 – 2 of 2) sorted by relevance
62 int tp_refs; /* ref count for this prop val */ member
1003 assert(pv->tp_refs == 1); in topo_prop_method_unregister()1030 if (pv->tp_refs > 1) { in topo_prop_setmutable()1341 pv->tp_refs++; in topo_prop_hold()1347 pv->tp_refs--; in topo_prop_rele()1349 assert(pv->tp_refs >= 0); in topo_prop_rele()1351 if (pv->tp_refs == 0) in topo_prop_rele()