Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_ht.c108 ht->ht_table_size = table_size; in ht_create_table()
448 for (i = 0; i < handle->ht_table_size; i++) { in ht_clean_table()
560 for (h_index = 0; h_index < handle->ht_table_size; ++h_index) { in ht_findfirst()
625 total = handle->ht_table_size; in ht_findnext()
/titanic_44/usr/src/uts/common/smbsrv/
H A Dhash_table.h114 size_t ht_table_size; member