Home
last modified time | relevance | path

Searched refs:bh_bkts (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/sgs/link_audit/common/
H A Ddumpbind.c80 if (query_lock(&bhp->bh_bkts[i].bb_lock) == 1) { in query_buffer_locks()
105 if (query_lock(&bhp->bh_bkts[i].bb_lock) == 1) { in clear_buffer_locks()
106 (void) _lwp_mutex_unlock(&bhp->bh_bkts[i].bb_lock); in clear_buffer_locks()
118 (void) _lwp_mutex_lock(&bhp->bh_bkts[i].bb_lock); in set_buffer_locks()
220 unsigned int bep_off = bhp->bh_bkts[i].bb_head; in main()
H A Dbindings.c219 (void) memcpy(&bhp->bh_bkts[i].bb_lock, &sharedmutex, in init_locks()
397 bt_lock(&bhp->bh_bkts[bktno].bb_lock); in la_sparcv9_pltenter()
419 if (bhp->bh_bkts[bktno].bb_head == NULL) { in la_sparcv9_pltenter()
434 bhp->bh_bkts[bktno].bb_head = be_off; in la_sparcv9_pltenter()
448 cur_off = bhp->bh_bkts[bktno].bb_head; in la_sparcv9_pltenter()
509 bhp->bh_bkts[bktno].bb_head = new_off; in la_sparcv9_pltenter()
513 bt_unlock(&bhp->bh_bkts[bktno].bb_lock); in la_sparcv9_pltenter()
H A Dbindings.h67 binding_bucket bh_bkts[DEFBKTS]; member