Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/config/i386/
Dgmon-sol2.c81 #define MINARCS 50 macro
153 if ( tolimit < MINARCS ) { in monstartup()
154 tolimit = MINARCS; in monstartup()
/freebsd-10-stable/contrib/gcc/config/sparc/
Dgmon-sol2.c53 #define MINARCS 50 macro
125 if ( tolimit < MINARCS ) { in monstartup()
126 tolimit = MINARCS; in monstartup()
/freebsd-10-stable/sys/kern/
Dsubr_prof.c100 if (np.tolimit < MINARCS) in kmupetext()
101 np.tolimit = MINARCS; in kmupetext()
169 if (p->tolimit < MINARCS)
170 p->tolimit = MINARCS;
/freebsd-10-stable/lib/libc/gmon/
Dgmon.c92 if (p->tolimit < MINARCS)
93 p->tolimit = MINARCS;
/freebsd-10-stable/sys/sys/
Dgmon.h121 #define MINARCS 50 macro