Searched refs:ct_ncallb (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/os/
H A Dcallb.c79 int ct_ncallb; /* num of callbs allocated */ member in struct:callb_table
115 ct->ct_ncallb--;
118 if (ct->ct_ncallb == 0)
125 if (ct->ct_ncallb > 0)
126 printf("%s: Leaked %d callbacks!\n", __func__, ct->ct_ncallb);
147 ct->ct_ncallb++;

Completed in 95 milliseconds