Searched refs:ul_heldlockcnt (Results 1 – 3 of 3) sorted by relevance
3012 if ((nlocks = self->ul_heldlockcnt) != 0) in find_lock_entry()3034 if ((nlocks = self->ul_heldlockcnt) == 0) { in find_lock_entry()3039 self->ul_heldlockcnt = nlocks = INITIAL_LOCKS; in find_lock_entry()3060 self->ul_heldlockcnt *= 2; in find_lock_entry()3096 if ((nlocks = ulwp->ul_heldlockcnt) != 0) in heldlock_free()3098 ulwp->ul_heldlockcnt = 0; in heldlock_free()3114 if ((nlocks = self->ul_heldlockcnt) != 0) in heldlock_exit()
653 uint_t ul_heldlockcnt; /* # entries in ul_heldlocks array */ member1109 uint_t ul_heldlockcnt; /* # entries in ul_heldlocks array */ member
649 OFFSET(ul_heldlockcnt), in d_ulwp()650 ulwp.ul_heldlockcnt, in d_ulwp()