Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_ht.c105 ht->ht_table = (HT_TABLE_ENTRY *)((char *)ht + sizeof (HT_HANDLE)); in ht_create_table()
118 bzero(&ht->ht_table[i], sizeof (HT_TABLE_ENTRY)); in ht_create_table()
264 item->hi_next = handle->ht_table[h_index].he_head; in ht_add_item()
265 handle->ht_table[h_index].he_head = item; in ht_add_item()
267 handle->ht_table[h_index].he_count++; in ht_add_item()
323 cur = handle->ht_table[h_index].he_head; in ht_remove_item()
331 handle->ht_table[h_index].he_head = in ht_remove_item()
347 handle->ht_table[h_index].he_count--; in ht_remove_item()
385 cur = handle->ht_table[h_index].he_head; in ht_find_item()
447 cur = handle->ht_table[i].he_head; in ht_clean_table()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/libmlsvc/
H A Dsmb_ht.c84 he_addr = (uintptr_t)hw->hw_handle.ht_table + in smb_ht_walk_step()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dhash_table.h110 HT_TABLE_ENTRY *ht_table; member
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c687 arc_buf_hdr_t **ht_table; member
875 for (hdr = buf_hash_table.ht_table[idx]; hdr != NULL; in buf_hash_find()
913 for (fhdr = buf_hash_table.ht_table[idx], i = 0; fhdr != NULL; in buf_hash_insert()
919 hdr->b_hash_next = buf_hash_table.ht_table[idx]; in buf_hash_insert()
920 buf_hash_table.ht_table[idx] = hdr; in buf_hash_insert()
947 hdrp = &buf_hash_table.ht_table[idx]; in buf_hash_remove()
959 if (buf_hash_table.ht_table[idx] && in buf_hash_remove()
960 buf_hash_table.ht_table[idx]->b_hash_next == NULL) in buf_hash_remove()
984 kmem_free(buf_hash_table.ht_table, in buf_fini()
1134 buf_hash_table.ht_table = in buf_init()
[all …]