Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dstable.c45 static unsigned Stablesz; variable
76 Stablesz = DEF_HASH_SIZE; in stable_init()
78 Stablesz = sz; in stable_init()
80 Stable = MALLOC(Stablesz * sizeof (*Stable)); in stable_init()
81 bzero((void *)Stable, Stablesz * sizeof (*Stable)); in stable_init()
91 stats_counter_add(Stablecount, Stablesz); in stable_init()
150 if (Stablesz == 0) in stable()
161 hash %= Stablesz; in stable()