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

/freebsd-12-stable/sys/kern/
H A Dkern_conf.c194 atomic_add_long(&dev->si_threadcount, 1);
236 atomic_add_long(&dev->si_threadcount, 1);
254 KASSERT(dev->si_threadcount > 0,
256 atomic_subtract_rel_long(&dev->si_threadcount, 1);
1143 while (csw != NULL && csw->d_purge != NULL && dev->si_threadcount) {
1148 if (dev->si_threadcount)
1150 dev->si_threadcount, devtoname(dev));
1152 while (dev->si_threadcount != 0) {
1545 dev->si_threadcount, cdp->cdp_inuse, cdp->cdp_fdpriv.lh_first);
/freebsd-12-stable/sys/dev/sound/
H A Dclone.c209 (ce->devt != NULL && ce->devt->si_threadcount != 0))
436 ce->devt->si_threadcount != 0) {
/freebsd-12-stable/sys/sys/
H A Dconf.h87 u_long si_threadcount; member in struct:cdev

Completed in 105 milliseconds