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

/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_ht.c107 ht->ht_table = (HT_TABLE_ENTRY *)((char *)ht + sizeof (HT_HANDLE));
120 bzero(&ht->ht_table[i], sizeof (HT_TABLE_ENTRY));
266 item->hi_next = handle->ht_table[h_index].he_head;
267 handle->ht_table[h_index].he_head = item;
269 handle->ht_table[h_index].he_count++;
325 cur = handle->ht_table[h_index].he_head;
333 handle->ht_table[h_index].he_head =
349 handle->ht_table[h_index].he_count--;
387 cur = handle->ht_table[h_index].he_head;
449 cur = handle->ht_table[
[all...]
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dhash_table.h112 HT_TABLE_ENTRY *ht_table; member in struct:ht_handle
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c1009 arc_buf_hdr_t **ht_table; member in struct:buf_hash_table
1162 for (hdr = buf_hash_table.ht_table[idx]; hdr != NULL;
1200 for (fhdr = buf_hash_table.ht_table[idx], i = 0; fhdr != NULL;
1206 hdr->b_hash_next = buf_hash_table.ht_table[idx];
1207 buf_hash_table.ht_table[idx] = hdr;
1234 hdrp = &buf_hash_table.ht_table[idx];
1246 if (buf_hash_table.ht_table[idx] &&
1247 buf_hash_table.ht_table[idx]->b_hash_next == NULL)
1263 kmem_free(buf_hash_table.ht_table,
1388 buf_hash_table.ht_table
[all...]

Completed in 85 milliseconds