Home
last modified time | relevance | path

Searched refs:event_config (Results 1 – 25 of 33) sorted by relevance

12

/freebsd/contrib/ntp/sntp/libevent/include/event2/
H A Devent.h295 struct event_config struct
467 struct event_config *event_config_new(void);
475 void event_config_free(struct event_config *cfg);
490 int event_config_avoid_method(struct event_config *cfg, const char *method);
609 int event_config_require_features(struct event_config *cfg, int feature);
618 int event_config_set_flag(struct event_config *cfg, int flag);
630 int event_config_set_num_cpus_hint(struct event_config *cfg, int cpus);
661 int event_config_set_max_dispatch_interval(struct event_config *cfg,
678 struct event_base *event_base_new_with_config(const struct event_config *);
/freebsd/contrib/libevent/include/event2/
H A Devent.h295 struct event_config struct
467 struct event_config *event_config_new(void);
475 void event_config_free(struct event_config *cfg);
490 int event_config_avoid_method(struct event_config *cfg, const char *method);
609 int event_config_require_features(struct event_config *cfg, int feature);
618 int event_config_set_flag(struct event_config *cfg, int flag);
630 int event_config_set_num_cpus_hint(struct event_config *cfg, int cpus);
661 int event_config_set_max_dispatch_interval(struct event_config *cfg,
678 struct event_base *event_base_new_with_config(const struct event_config *);
/freebsd/usr.sbin/apmd/
H A Dapmd.h75 struct event_config { struct
99 extern struct event_config events[EVENT_MAX]; argument
123 int exec_event_cmd(struct event_config *);
H A Dapmd.c63 struct event_config events[EVENT_MAX] = {
303 exec_event_cmd(struct event_config *ev) in exec_event_cmd()
/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_event.c417 softs->event_config.num_event_descriptors = MIN(event_config_p->num_event_descriptors, in pqisrc_report_event_config()
420 for (i=0; i < softs->event_config.num_event_descriptors ;i++){ in pqisrc_report_event_config()
421 softs->event_config.descriptors[i].event_type = in pqisrc_report_event_config()
477 event_config_p->num_event_descriptors = softs->event_config.num_event_descriptors; in pqisrc_set_event_config()
480 for (i=0; i < softs->event_config.num_event_descriptors ; i++){ in pqisrc_set_event_config()
482 softs->event_config.descriptors[i].event_type; in pqisrc_set_event_config()
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dtest-closed.c75 struct event_config *cfg; in main()
H A Dbench_http.c87 struct event_config *cfg = event_config_new(); in main()
H A Dbench.c153 struct event_config *cfg = NULL;
H A Dtest-ratelim.c282 struct event_config *cfg = NULL; in timer_bias_calculate()
340 struct event_config *base_cfg; in test_ratelimiting()
H A Dregress_thread.c457 struct event_config *cfg = NULL; in thread_deferred_cb_skew()
H A Dregress.c2568 struct event_config *cfg = NULL; in test_methods()
2630 struct event_config *cfg = NULL; in test_base_features()
2692 struct event_config *cfg = NULL; in test_base_environ()
3061 struct event_config *cfg = NULL; in test_mm_functions()
3289 struct event_config *cfg = NULL; in test_gettimeofday_cached()
/freebsd/contrib/libevent/test/
H A Dtest-closed.c75 struct event_config *cfg; in main()
H A Dbench_http.c87 struct event_config *cfg = event_config_new(); in main()
H A Dbench.c153 struct event_config *cfg = NULL;
H A Dtest-ratelim.c282 struct event_config *cfg = NULL; in timer_bias_calculate()
340 struct event_config *base_cfg; in test_ratelimiting()
H A Dregress_thread.c457 struct event_config *cfg = NULL; in thread_deferred_cb_skew()
H A Dregress.c2568 struct event_config *cfg = NULL; in test_methods()
2630 struct event_config *cfg = NULL; in test_base_features()
2692 struct event_config *cfg = NULL; in test_base_environ()
3061 struct event_config *cfg = NULL; in test_mm_functions()
3289 struct event_config *cfg = NULL; in test_gettimeofday_cached()
/freebsd/contrib/ntp/sntp/libevent/
H A Devent.c523 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()
[all …]
H A Devent-internal.h359 struct event_config { struct
H A Dwhatsnew-2.0.txt236 event_config. If an event_base is created with a lock, it is safe to call
255 The corresponding event_config feature is EV_FEATURE_ET; see 2.4 for more
/freebsd/contrib/libevent/
H A Devent.c523 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()
[all …]
H A Devent-internal.h359 struct event_config { struct
H A Dwhatsnew-2.0.txt236 event_config. If an event_base is created with a lock, it is safe to call
255 The corresponding event_config feature is EV_FEATURE_ET; see 2.4 for more
/freebsd/contrib/ntp/sntp/libevent/sample/
H A Dhttp-server.c448 struct event_config *cfg = NULL; in main()
/freebsd/contrib/libevent/sample/
H A Dhttp-server.c448 struct event_config *cfg = NULL; in main()

12