Searched refs:IS_IBS_OP_NB (Results 1 – 2 of 2) sorted by relevance
271 else if (IS_IBS_OP_NB(x)) in ibs_event_to_counter()349 } else if (IS_IBS_OP_NB(event->val)) { in ibs_parse_and_set_events()
192 #define IS_IBS_OP_NB(x) (IBS_OP_NB_BASE <= x && x <= IBS_OP_NB_END) macro