Searched refs:RTIT_STATUS_STOPPED (Results 1 – 4 of 4) sorted by relevance
915 if (status & RTIT_STATUS_STOPPED) { in pt_handle_status()916 status &= ~RTIT_STATUS_STOPPED; in pt_handle_status()
305 #define RTIT_STATUS_STOPPED BIT(5) macro
321 #define RTIT_STATUS_STOPPED BIT(5) macro
158 RTIT_STATUS_ERROR | RTIT_STATUS_STOPPED | \