Home
last modified time | relevance | path

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

/dragonfly/lib/libc/gmon/
HDgmon.c77 p->hashfraction = HASHFRACTION; in monstartup()
182 frompc += fromindex * p->hashfraction * sizeof(*p->froms); in _mcleanup()
HDmcount.c78 frompcindex = &p->froms[frompci / (p->hashfraction * sizeof(*p->froms))]; in _MCOUNT_DECL()
/dragonfly/sys/sys/
HDgmon.h162 u_long hashfraction; member