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.c540 if (h->rh_fd_users > 0) { in handle_do_close()
1168 while (handle->rh_fd_users > 0) { in scf_handle_bind()
1358 handle->rh_fd_users > 0 || in handle_unrefed()
3397 ++h->rh_fd_users; in _scf_notify_wait()
3398 assert(h->rh_fd_users > 0); in _scf_notify_wait()
3408 assert(h->rh_fd_users > 0); in _scf_notify_wait()
3409 if (--h->rh_fd_users == 0) { in _scf_notify_wait()