Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libscf/common/
H A Dlowlevel_impl.h78 uint32_t rh_fd_users; /* non-locked users of rh_doorfd */ member
H A Dlowlevel.c542 if (h->rh_fd_users > 0) { in handle_do_close()
1177 while (handle->rh_fd_users > 0) { in scf_handle_bind()
1367 handle->rh_fd_users > 0 || in handle_unrefed()
3406 ++h->rh_fd_users; in _scf_notify_wait()
3407 assert(h->rh_fd_users > 0); in _scf_notify_wait()
3417 assert(h->rh_fd_users > 0); in _scf_notify_wait()
3418 if (--h->rh_fd_users == 0) { in _scf_notify_wait()