Searched refs:hash_bucket (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/lib/libnsl/nsl/
H A D_utility.c68 mutex_t _ti_userlock = DEFAULTMUTEX; /* Protects hash_bucket[] */
663 static struct _ti_user *hash_bucket[NBUCKETS]; variable in typeref:struct:_ti_user
685 if (hash_bucket[x] != NULL) {
690 for (curptr = hash_bucket[x]; curptr != NULL;
737 hash_bucket[x] = tiptr;
768 for (curptr = hash_bucket[x]; curptr; curptr = curptr->ti_next) {
800 for (curptr = hash_bucket[x]; curptr; curptr = curptr->ti_next) {
810 hash_bucket[x] = nextptr;
/osnet-11/usr/src/lib/libfru/libfru/
H A Dlibfru.cc180 int hash_bucket = lock->handle % CONT_LOCK_HASH_NUM; local
183 if (cont_lock_hash[hash_bucket] == NULL) {
184 cont_lock_hash[hash_bucket] = lock;
186 cont_lock_t *prev = cont_lock_hash[hash_bucket];
198 int hash_bucket = handle % CONT_LOCK_HASH_NUM; local
199 cont_lock_t *which = cont_lock_hash[hash_bucket];
232 int hash_bucket = 0; local
/osnet-11/usr/src/lib/libc/port/threads/
H A Dthr.c176 ulwp->ul_hash = udp->thr_hash_table[ix].hash_bucket;
177 udp->thr_hash_table[ix].hash_bucket = ulwp;
200 for (ulwpp = &udp->thr_hash_table[ix].hash_bucket;
507 for (ulwpp = &udp->thr_hash_table[ix].hash_bucket;
1282 init_hash_table[0].hash_bucket = self;
1624 udp->thr_hash_table[i].hash_bucket = NULL;
1865 for (ulwp = udp->thr_hash_table[ix].hash_bucket;
/osnet-11/usr/src/lib/libumem/common/
H A Dumem.c1257 umem_bufctl_t *bcp, **hash_bucket; local
1303 hash_bucket = UMEM_HASH(cp, buf);
1304 bcp->bc_next = *hash_bucket;
1305 *hash_bucket = bcp;
2181 umem_bufctl_t **hash_bucket = UMEM_HASH(cp, addr); local
2182 bcp->bc_next = *hash_bucket;
2183 *hash_bucket = bcp;
H A Dvmem.c1618 vmem_seg_t **hash_bucket = VMEM_HASH(vmp, addr); local
1619 vsp->vs_knext = *hash_bucket;
1620 *hash_bucket = vsp;
/osnet-11/usr/src/lib/libc_db/common/
H A Dthread_db.c208 if ((psaddr_t)head.hash_bucket == NULL)
210 else if (ps_pdread(ph_p, (psaddr_t)head.hash_bucket +
215 ta_p->single_ulwp_addr = (psaddr_t)head.hash_bucket;
224 if ((psaddr_t)head.hash_bucket == NULL)
226 else if (ps_pdread(ph_p, (psaddr_t)head.hash_bucket +
231 ta_p->single_ulwp_addr = (psaddr_t)head.hash_bucket;
/osnet-11/usr/src/lib/libc/inc/
H A Dthr_uberdata.h769 ulwp_t *hash_bucket; /* hash bucket points to the list of ulwps */ member in struct:__anon1363
778 caddr32_t hash_bucket; member in struct:__anon1364

Completed in 61 milliseconds