Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fm/eversholt/common/
H A Dstable.c47 static unsigned Stablesz; variable
78 Stablesz = DEF_HASH_SIZE; in stable_init()
80 Stablesz = sz; in stable_init()
82 Stable = MALLOC(Stablesz * sizeof (*Stable)); in stable_init()
83 bzero((void *)Stable, Stablesz * sizeof (*Stable)); in stable_init()
93 stats_counter_add(Stablecount, Stablesz); in stable_init()
152 if (Stablesz == 0) in stable()
163 hash %= Stablesz; in stable()