Home
last modified time | relevance | path

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

/onnv-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_ht.c107 ht->ht_table = (HT_TABLE_ENTRY *)((char *)ht + sizeof (HT_HANDLE)); in ht_create_table()
120 bzero(&ht->ht_table[i], sizeof (HT_TABLE_ENTRY)); in ht_create_table()
266 item->hi_next = handle->ht_table[h_index].he_head; in ht_add_item()
267 handle->ht_table[h_index].he_head = item; in ht_add_item()
269 handle->ht_table[h_index].he_count++; in ht_add_item()
325 cur = handle->ht_table[h_index].he_head; in ht_remove_item()
333 handle->ht_table[h_index].he_head = in ht_remove_item()
349 handle->ht_table[h_index].he_count--; in ht_remove_item()
387 cur = handle->ht_table[h_index].he_head; in ht_find_item()
449 cur = handle->ht_table[i].he_head; in ht_clean_table()
[all …]
/onnv-gate/usr/src/uts/common/smbsrv/
H A Dhash_table.h112 HT_TABLE_ENTRY *ht_table; member
/onnv-gate/usr/src/uts/common/fs/zfs/
H A Darc.c538 arc_buf_hdr_t **ht_table; member
684 for (buf = buf_hash_table.ht_table[idx]; buf != NULL; in buf_hash_find()
713 for (fbuf = buf_hash_table.ht_table[idx], i = 0; fbuf != NULL; in buf_hash_insert()
719 buf->b_hash_next = buf_hash_table.ht_table[idx]; in buf_hash_insert()
720 buf_hash_table.ht_table[idx] = buf; in buf_hash_insert()
747 bufp = &buf_hash_table.ht_table[idx]; in buf_hash_remove()
759 if (buf_hash_table.ht_table[idx] && in buf_hash_remove()
760 buf_hash_table.ht_table[idx]->b_hash_next == NULL) in buf_hash_remove()
775 kmem_free(buf_hash_table.ht_table, in buf_fini()
876 buf_hash_table.ht_table = in buf_init()
[all …]