Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/doorfs/
H A Ddoor_vnops.c182 if (dp->door_bound_threads > 0) { in door_inactive()
212 dp->door_bound_threads++; in door_bind_thread()
213 ASSERT(dp->door_bound_threads > 0 && vp->v_count > 0); in door_bind_thread()
224 ASSERT(dp->door_bound_threads > 0); in door_unbind_thread()
225 if (--dp->door_bound_threads == 0 && vp->v_count == 0) { in door_unbind_thread()
/illumos-gate/usr/src/uts/common/sys/
H A Ddoor.h269 uint_t door_bound_threads; /* number of bound threads */ member