Home
last modified time | relevance | path

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

/openbsd/sys/kern/
H A Dsubr_suspend.c109 gmon_state = gmoninit; in sleep_state()
110 gmoninit = 0; in sleep_state()
187 gmoninit = gmon_state; in sleep_state()
H A Dsubr_prof.c62 int gmoninit = 0; variable
209 gmoninit = 1; in sysctl_doprof()
/openbsd/sys/sys/
H A Dgmon.h159 extern int gmoninit; /* Is the kernel ready for being profiled? */
/openbsd/lib/libc/gmon/
H A Dmcount.c62 if (gmoninit == 0) in _MCOUNT_DECL()
/openbsd/sys/lib/libkern/
H A Dmcount.c64 if (gmoninit == 0) in _MCOUNT_DECL()