Searched refs:nwamd_object_refcount (Results 1 – 2 of 2) sorted by relevance
238 object->nwamd_object_refcount = 2; in nwamd_object_init()295 object->nwamd_object_refcount++; in nwamd_object_find()351 assert(object->nwamd_object_refcount >= num); in nwamd_object_decref()352 object->nwamd_object_refcount -= num; in nwamd_object_decref()353 if (object->nwamd_object_refcount == 0) { in nwamd_object_decref()366 object->nwamd_object_refcount++; in nwamd_object_decref()371 if (--object->nwamd_object_refcount != 0) in nwamd_object_decref()
52 int nwamd_object_refcount; member