Searched refs:ETR_FLAG_RELEASE (Results 1 – 2 of 2) sorted by relevance
273 if (event->etr.flags & ETR_FLAG_RELEASE) { in tmc_disable()274 event->etr.flags &= ~ETR_FLAG_RELEASE; in tmc_disable()
129 #define ETR_FLAG_RELEASE (1 << 1) macro