Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_ht.c111 ht->ht_total_items = 0; in ht_create_table()
162 return (handle->ht_total_items); in ht_get_total_items()
270 handle->ht_total_items++; in ht_add_item()
350 handle->ht_total_items--; in ht_remove_item()
503 handle->ht_total_items--; in ht_mark_delete()
517 handle->ht_total_items++; in ht_clear_delete()
553 if (handle == 0 || iterator == 0 || handle->ht_total_items == 0) in ht_findfirst()
/titanic_44/usr/src/uts/common/smbsrv/
H A Dhash_table.h117 size_t ht_total_items; /* show total number of available items */ member