Home
last modified time | relevance | path

Searched refs:nwamd_object_refcount (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dobjects.c238 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()
H A Dobjects.h52 int nwamd_object_refcount; member