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

/freebsd-13-stable/sys/libkern/
H A Dmcount.c71 long toindex; local
172 toindex = *frompcindex;
173 if (toindex == 0) {
177 toindex = ++p->tos[0].link;
178 if (toindex >= p->tolimit)
182 *frompcindex = toindex;
183 top = &p->tos[toindex];
189 top = &p->tos[toindex];
211 toindex = ++p->tos[0].link;
212 if (toindex >
[all...]
/freebsd-13-stable/lib/libc/gmon/
H A Dmcount.c77 long toindex; local
189 toindex = *frompcindex;
190 if (toindex == 0) {
194 toindex = ++p->tos[0].link;
195 if (toindex >= p->tolimit)
199 *frompcindex = toindex;
200 top = &p->tos[toindex];
206 top = &p->tos[toindex];
228 toindex = ++p->tos[0].link;
229 if (toindex >
[all...]
H A Dgmon.c122 int toindex; local
191 for (toindex = p->froms[fromindex]; toindex != 0;
192 toindex = p->tos[toindex].link) {
196 frompc, p->tos[toindex].selfpc,
197 p->tos[toindex].count);
201 rawarc.raw_selfpc = p->tos[toindex].selfpc;
202 rawarc.raw_count = p->tos[toindex].count;
/freebsd-13-stable/usr.sbin/kgmon/
H A Dkgmon.c356 int fromindex, endfrom, toindex; local
443 for (toindex = froms[fromindex]; toindex != 0;
444 toindex = tos[toindex].link) {
447 "count %ld", frompc, tos[toindex].selfpc,
448 tos[toindex].count);
450 rawarc.raw_selfpc = (u_long)tos[toindex].selfpc;
451 rawarc.raw_count = tos[toindex].count;

Completed in 105 milliseconds