Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_ht.c106 ht->ht_table_size = table_size; in ht_create_table()
446 for (i = 0; i < handle->ht_table_size; i++) { in ht_clean_table()
558 for (h_index = 0; h_index < handle->ht_table_size; ++h_index) { in ht_findfirst()
623 total = handle->ht_table_size; in ht_findnext()
/illumos-gate/usr/src/cmd/mdb/common/modules/libmlsvc/
H A Dsmb_ht.c82 if (++hw->hw_idx >= hw->hw_handle.ht_table_size) in smb_ht_walk_step()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dhash_table.h112 size_t ht_table_size; member