Searched refs:ModeImpls (Results 1 – 1 of 1) sorted by relevance
47 static ModeImpl *ModeImpls = &SentinelModeImpl; variable73 for (ModeImpl *it = ModeImpls; it != &SentinelModeImpl; it = it->Next) { in __xray_log_register_mode()78 NewModeImpl->Next = ModeImpls; in __xray_log_register_mode()81 ModeImpls = NewModeImpl; in __xray_log_register_mode()88 for (ModeImpl *it = ModeImpls; it != &SentinelModeImpl; it = it->Next) { in __xray_log_select_mode()