Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/auditd/
H A Dqueue.c128 p->abq_ref_count++; in audit_incr_ref()
130 (void *)p, p->abq_ref_count)); in audit_incr_ref()
145 (void *)p, p->abq_ref_count)); in audit_release()
147 if (--(p->abq_ref_count) > 0) { in audit_release()
H A Dqueue.h47 int abq_ref_count; member
H A Ddoorway.c755 node->abq_ref_count = 0; in bpool_withdraw()