Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_ht.c109 ht->ht_total_items = 0; in ht_create_table()
160 return (handle->ht_total_items); in ht_get_total_items()
268 handle->ht_total_items++; in ht_add_item()
348 handle->ht_total_items--; in ht_remove_item()
501 handle->ht_total_items--; in ht_mark_delete()
515 handle->ht_total_items++; in ht_clear_delete()
551 if (handle == 0 || iterator == 0 || handle->ht_total_items == 0) in ht_findfirst()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dhash_table.h115 size_t ht_total_items; /* show total number of available items */ member