Home
last modified time | relevance | path

Searched refs:kpj_count (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/os/
H A Dproject.c160 ASSERT(kp->kpj_count == 0); in project_hash_val_dtor()
183 p->kpj_count++; in project_hold()
184 ASSERT(p->kpj_count != 0); in project_hold()
234 p->kpj_count++; in project_hold_by_id()
258 p->kpj_count = 0; in project_hold_by_id()
304 p->kpj_count++; in project_hold_by_id()
340 ASSERT(p->kpj_count != 0); in project_rele()
341 p->kpj_count--; in project_rele()
342 if (p->kpj_count == 0) { in project_rele()
/titanic_41/usr/src/uts/common/sys/
H A Dproject.h68 uint_t kpj_count; /* reference counter */ member
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c454 pj.kpj_count); in project()