tolimit 77 kern/subr_prof.c p->tolimit = p->textsize * ARCDENSITY / 100; tolimit 78 kern/subr_prof.c if (p->tolimit < MINARCS) tolimit 79 kern/subr_prof.c p->tolimit = MINARCS; tolimit 80 kern/subr_prof.c else if (p->tolimit > MAXARCS) tolimit 81 kern/subr_prof.c p->tolimit = MAXARCS; tolimit 82 kern/subr_prof.c p->tossize = p->tolimit * sizeof(struct tostruct); tolimit 109 lib/libkern/mcount.c if (toindex >= p->tolimit) tolimit 143 lib/libkern/mcount.c if (toindex >= p->tolimit) tolimit 134 sys/gmon.h long tolimit;