Searched refs:comm_base (Results 1 - 21 of 21) sorted by relevance

/freebsd-13-stable/contrib/unbound/util/
H A Dnetevent.h52 * o comm_base - for thread safety of the comm points, one per thread.
108 struct comm_base { struct
409 struct comm_base* base;
427 struct comm_base* comm_base_create(int sigs);
435 struct comm_base* comm_base_create_event(struct ub_event_base* base);
442 void comm_base_delete_no_base(struct comm_base* b);
449 void comm_base_delete(struct comm_base* b);
458 void comm_base_timept(struct comm_base* b, time_t** tt, struct timeval** tv);
464 void comm_base_dispatch(struct comm_base* b);
470 void comm_base_exit(struct comm_base*
[all...]
H A Dtube.h46 struct comm_base;
224 int tube_setup_bg_listen(struct tube* tube, struct comm_base* base,
240 int tube_setup_bg_write(struct tube* tube, struct comm_base* base);
H A Dub_event.h48 struct comm_base;
124 /** Equip the comm_base with the current time */
125 void ub_comm_base_now(struct comm_base* cb);
H A Dmodule.h169 struct comm_base;
471 struct comm_base* worker_base;
H A Dnetevent.c106 struct comm_base* base;
134 struct comm_base* base;
153 struct comm_base *base, struct comm_point* parent, size_t bufsize,
159 struct comm_base*
162 struct comm_base* b = (struct comm_base*)calloc(1,
163 sizeof(struct comm_base));
185 struct comm_base*
188 struct comm_base* b = (struct comm_base*)callo
[all...]
H A Dtube.c428 int tube_setup_bg_listen(struct tube* tube, struct comm_base* base,
443 int tube_setup_bg_write(struct tube* tube, struct comm_base* base)
670 int tube_setup_bg_listen(struct tube* tube, struct comm_base* base,
683 struct comm_base* ATTR_UNUSED(base))
H A Dub_event.c448 void ub_comm_base_now(struct comm_base* cb)
H A Dub_event_pluggable.c673 void ub_comm_base_now(struct comm_base* cb)
/freebsd-13-stable/contrib/unbound/libunbound/
H A Dlibworker.h50 struct comm_base;
84 struct comm_base* base;
/freebsd-13-stable/contrib/unbound/dnstap/
H A Ddtstream.h52 struct comm_base;
248 struct dt_msg_queue* dt_msg_queue_create(struct comm_base* base);
H A Ddnstap.h108 dt_init(struct dt_env *env, struct comm_base* base);
H A Ddnstap.c247 dt_init(struct dt_env *env, struct comm_base* base)
H A Ddtstream.c104 dt_msg_queue_create(struct comm_base* base)
/freebsd-13-stable/contrib/unbound/services/
H A Dlisten_dnsport.h61 struct comm_base* base;
152 * @param base: the comm_base that provides event functionality.
172 listen_create(struct comm_base* base, struct listen_port* ports,
H A Doutside_network.h73 struct comm_base* base;
539 struct outside_network* outside_network_create(struct comm_base* base,
682 * @param outnet: outside_network with the comm_base it is attached to,
697 * @param outnet: outside_network with the comm_base it is attached to,
720 * @param outnet: outside_network with the comm_base it is attached to,
H A Dlisten_dnsport.c1244 listen_create(struct comm_base* base, struct listen_port* ports,
H A Doutside_network.c1365 outside_network_create(struct comm_base *base, size_t bufsize,
/freebsd-13-stable/contrib/unbound/daemon/
H A Dworker.h92 struct comm_base* base;
/freebsd-13-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4.h425 u64 comm_base; member in struct:mlx4_fw
H A Dmlx4_fw.c1693 MLX4_GET(fw->comm_base, outbox, QUERY_FW_COMM_BASE_OFFSET);
1697 fw->comm_bar, (unsigned long long)fw->comm_base);
H A Dmlx4_cmd.c2348 priv->fw.comm_base, MLX4_COMM_PAGESIZE);

Completed in 224 milliseconds