Lines Matching refs:hash_val
477 uint32_t hash_val = HASH_VAL(hdl); in hash_add_newobj() local
479 n = hash_newobj(hash_val, pobj); in hash_add_newobj()
482 indx = HASH_INDEX(htbl->hash_size, hash_val); in hash_add_newobj()
516 uint32_t hash_val = HASH_VAL(hdl); in hash_remove() local
518 i = HASH_INDEX(htbl->hash_size, hash_val); in hash_remove()
523 if (cur->hdl == hash_val) { in hash_remove()
530 if (nxt->hdl == hash_val) { in hash_remove()
550 uint32_t hash_val; in hash_lookup_obj() local
552 hash_val = HASH_VAL(hdl); in hash_lookup_obj()
553 i = HASH_INDEX(htbl->hash_size, hash_val); in hash_lookup_obj()
556 if (tmp->hdl == hash_val) in hash_lookup_obj()
568 uint32_t hash_val; in hash_lookup_hdl() local
570 hash_val = HASH_VAL(hdl); in hash_lookup_hdl()
571 i = HASH_INDEX(htbl->hash_size, hash_val); in hash_lookup_hdl()
574 if (tmp->hdl == hash_val) in hash_lookup_hdl()
587 uint32_t hash_val = HASH_VAL(hdl); in picl_hdl_error() local
593 if ((pid != picld_pid) || (hash_val >= picl_hdl_hi) || in picl_hdl_error()
594 (hash_val == NULL)) in picl_hdl_error()
606 uint32_t hash_val = HASH_VAL(hdl); in ptree_hdl_error() local
612 if ((pid != picld_pid) || (hash_val >= ptree_hdl_hi) || in ptree_hdl_error()
613 (hash_val == NULL)) in ptree_hdl_error()