Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libscf/common/
H A Dlowlevel_impl.h91 uint32_t rh_hold_flags; /* which are in use */ member
H A Dlowlevel.c123 while (h->rh_hold_flags != 0 && h->rh_holder != pthread_self()) { in handle_hold_subhandles()
131 if (h->rh_hold_flags == 0) in handle_hold_subhandles()
133 assert(!(h->rh_hold_flags & mask)); in handle_hold_subhandles()
134 h->rh_hold_flags |= mask; in handle_hold_subhandles()
145 assert((h->rh_hold_flags & mask)); in handle_rele_subhandles()
147 h->rh_hold_flags &= ~mask; in handle_rele_subhandles()
148 if (h->rh_hold_flags == 0) in handle_rele_subhandles()