Home
last modified time | relevance | path

Searched refs:hbp (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/os/
H A Dcmi_hw.c332 struct cmi_msri_bkt *hbp = &msrihash[idx]; in msri_addent() local
335 mutex_enter(&hbp->msrib_lock); in msri_addent()
337 for (hep = hbp->msrib_head; hep != NULL; hep = hep->msrie_next) { in msri_addent()
350 if (hbp->msrib_head != NULL) in msri_addent()
351 hbp->msrib_head->msrie_prev = hep; in msri_addent()
352 hep->msrie_next = hbp->msrib_head; in msri_addent()
354 hbp->msrib_head = hep; in msri_addent()
357 mutex_exit(&hbp->msrib_lock); in msri_addent()
368 struct cmi_msri_bkt *hbp = &msrihash[idx]; in msri_lookup() local
379 if (!mutex_tryenter(&hbp->msrib_lock)) in msri_lookup()
[all …]
/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c9492 daplka_hash_bucket_t *hbp; in daplka_hash_insert() local
9528 hbp = &htblp->ht_buckets[bucket]; in daplka_hash_insert()
9529 curr_hep = hbp->hb_entries; in daplka_hash_insert()
9544 hep->he_next = hbp->hb_entries; in daplka_hash_insert()
9545 hbp->hb_entries = hep; in daplka_hash_insert()
9546 hbp->hb_count++; in daplka_hash_insert()
9581 daplka_hash_bucket_t *hbp; in daplka_hash_remove() local
9587 hbp = &htblp->ht_buckets[bucket]; in daplka_hash_remove()
9589 curr_hepp = &hbp->hb_entries; in daplka_hash_remove()
9609 hbp->hb_count--; in daplka_hash_remove()
[all …]
/illumos-gate/usr/src/uts/common/io/rge/
H A Drge.h744 void rge_pkt_dump(rge_t *rgep, rge_bd_t *hbp, sw_rbd_t *sdp, const char *msg);
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_impl.h1252 void bge_pkt_dump(bge_t *bgep, bge_rbd_t *hbp, sw_rbd_t *sdp, const char *msg);