Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fm/fmd/common/
H A Dfmd_ustat.c86 usp->us_hash = fmd_zalloc(sizeof (void *) * usp->us_hashlen, FMD_SLEEP); in fmd_ustat_create()
100 for (ep = usp->us_hash[i]; ep != NULL; ep = np) { in fmd_ustat_destroy()
115 fmd_free(usp->us_hash, sizeof (void *) * usp->us_hashlen); in fmd_ustat_destroy()
137 for (ep = usp->us_hash[i]; ep != NULL; ep = ep->use_next) { in fmd_ustat_snapshot()
158 fmd_ustat_elem_t *ep, **pp = &usp->us_hash[h]; in fmd_ustat_delete_locked()
244 for (ep = usp->us_hash[h]; ep != NULL; ep = ep->use_next) { in fmd_ustat_insert()
258 ep->use_next = usp->us_hash[h]; in fmd_ustat_insert()
259 usp->us_hash[h] = ep; in fmd_ustat_insert()
325 for (pp = &usp->us_hash[i], ep = *pp; ep != NULL; ep = *pp) { in fmd_ustat_delete_references()
H A Dfmd_ustat.h63 fmd_ustat_elem_t **us_hash; /* hash bucket array of stat elements */ member
H A Dfmd_mdb.c377 (uintptr_t)us.us_hash, us.us_hashlen, NULL, 0, 0)); in ustat_walk_init()