Searched refs:event_config_avoid_method (Results 1 – 4 of 4) sorted by relevance
490 int event_config_avoid_method(struct event_config *cfg, const char *method);
2514 tt_int_op(event_config_avoid_method(cfg, backend), ==, 0); in test_methods()2993 event_config_avoid_method(cfg, "Nonesuch"); in test_mm_functions()
169 event_config_avoid_method(config, "select");
1138 event_config_avoid_method(struct event_config *cfg, const char *method) in event_config_avoid_method() function