Home
last modified time | relevance | path

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

/src/lib/libc/gmon/
H A Dgmon.c77 p->hashfraction = HASHFRACTION; in monstartup()
184 frompc += fromindex * p->hashfraction * sizeof(*p->froms); in _mcleanup()
H A Dmcount.c182 frompcindex = &p->froms[frompci / (p->hashfraction * sizeof(*p->froms))]; in _MCOUNT_DECL()
/src/sys/sys/
H A Dgmon.h166 u_long hashfraction; member