Home
last modified time | relevance | path

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

/f-stack/freebsd/libkern/
H A Dmcount.c71 long toindex; in _MCOUNT_DECL() local
172 toindex = *frompcindex; in _MCOUNT_DECL()
173 if (toindex == 0) { in _MCOUNT_DECL()
178 if (toindex >= p->tolimit) in _MCOUNT_DECL()
182 *frompcindex = toindex; in _MCOUNT_DECL()
183 top = &p->tos[toindex]; in _MCOUNT_DECL()
189 top = &p->tos[toindex]; in _MCOUNT_DECL()
215 top = &p->tos[toindex]; in _MCOUNT_DECL()
219 *frompcindex = toindex; in _MCOUNT_DECL()
234 toindex = prevtop->link; in _MCOUNT_DECL()
[all …]