Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dpmc.h196 __PMC_STATE(DISABLED) \
197 __PMC_STATE(FREE)
200 __PMC_STATE(ALLOCATED) \
201 __PMC_STATE(STOPPED) \
202 __PMC_STATE(RUNNING) \
203 __PMC_STATE(DELETED)
210 #undef __PMC_STATE
211 #define __PMC_STATE(S) PMC_STATE_##S, macro
213 __PMC_STATE(MAX)