Home
last modified time | relevance | path

Searched refs:GMON_PROF_BUSY (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/sys/sys/
HDgmon.h188 #define GMON_PROF_BUSY 1 macro
/freebsd-13-stable/sys/libkern/
HDmcount.c86 p->state = GMON_PROF_BUSY; in _MCOUNT_DECL()
/freebsd-13-stable/lib/libc/gmon/
HDmcount.c92 if (!atomic_cmpset_acq_int(&p->state, GMON_PROF_ON, GMON_PROF_BUSY)) in _MCOUNT_DECL()
/freebsd-13-stable/usr.sbin/kgmon/
HDkgmon.c171 disp == GMON_PROF_BUSY ? "busy" : in main()