Home
last modified time | relevance | path

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

/NextBSD/sys/dev/hwpmc/
HDhwpmc_logging.c298 if (po->po_flags & PMC_PO_SHUTDOWN) { in pmclog_loop()
440 if (po->po_flags & PMC_PO_SHUTDOWN) { in pmclog_reserve()
768 po->po_flags |= PMC_PO_SHUTDOWN; in pmclog_close()
/NextBSD/sys/sys/
HDpmc.h825 #define PMC_PO_SHUTDOWN 0x00000010 /* in the process of shutdown */ macro