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

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

Completed in 61 milliseconds