Lines Matching refs:event_config
523 struct event_config *cfg = event_config_new(); in event_base_new()
534 event_config_is_avoided_method(const struct event_config *cfg, in event_config_is_avoided_method()
605 event_base_new_with_config(const struct event_config *cfg) in event_base_new_with_config()
1135 struct event_config *
1138 struct event_config *cfg = mm_calloc(1, sizeof(*cfg)); in event_config_new()
1160 event_config_free(struct event_config *cfg) in event_config_free()
1172 event_config_set_flag(struct event_config *cfg, int flag) in event_config_set_flag()
1181 event_config_avoid_method(struct event_config *cfg, const char *method) in event_config_avoid_method()
1198 event_config_require_features(struct event_config *cfg, in event_config_require_features()
1208 event_config_set_num_cpus_hint(struct event_config *cfg, int cpus) in event_config_set_num_cpus_hint()
1217 event_config_set_max_dispatch_interval(struct event_config *cfg, in event_config_set_max_dispatch_interval()