Searched refs:comm_base (Results 1 – 17 of 17) sorted by relevance
| /freebsd-12.1/contrib/unbound/util/ |
| H A D | netevent.h | 97 struct comm_base { struct 337 struct comm_base* base; 355 struct comm_base* comm_base_create(int sigs); 370 void comm_base_delete_no_base(struct comm_base* b); 377 void comm_base_delete(struct comm_base* b); 392 void comm_base_dispatch(struct comm_base* b); 398 void comm_base_exit(struct comm_base* b); 408 void comm_base_set_slow_accept_handlers(struct comm_base* b, 416 struct ub_event_base* comm_base_internal(struct comm_base* b); 601 struct comm_timer* comm_timer_create(struct comm_base* base, [all …]
|
| H A D | tube.h | 46 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 D | ub_event.h | 48 struct comm_base; 125 void ub_comm_base_now(struct comm_base* cb);
|
| H A D | netevent.c | 106 struct comm_base* base; 134 struct comm_base* base; 159 struct comm_base* 162 struct comm_base* b = (struct comm_base*)calloc(1, in comm_base_create() 163 sizeof(struct comm_base)); in comm_base_create() 185 struct comm_base* 188 struct comm_base* b = (struct comm_base*)calloc(1, in comm_base_create_event() 189 sizeof(struct comm_base)); in comm_base_create_event() 203 comm_base_delete(struct comm_base* b) in comm_base_delete() 243 comm_base_dispatch(struct comm_base* b) in comm_base_dispatch() [all …]
|
| H A D | module.h | 169 struct comm_base; 471 struct comm_base* worker_base;
|
| H A D | tube.c | 428 int tube_setup_bg_listen(struct tube* tube, struct comm_base* base, in tube_setup_bg_listen() 443 int tube_setup_bg_write(struct tube* tube, struct comm_base* base) in tube_setup_bg_write() 670 int tube_setup_bg_listen(struct tube* tube, struct comm_base* base, in tube_setup_bg_listen() 683 struct comm_base* ATTR_UNUSED(base)) in tube_setup_bg_write()
|
| H A D | ub_event.c | 448 void ub_comm_base_now(struct comm_base* cb) in ub_comm_base_now()
|
| H A D | ub_event_pluggable.c | 673 void ub_comm_base_now(struct comm_base* cb) in ub_comm_base_now()
|
| /freebsd-12.1/contrib/unbound/libunbound/ |
| H A D | libworker.h | 50 struct comm_base; 84 struct comm_base* base;
|
| /freebsd-12.1/contrib/unbound/services/ |
| H A D | listen_dnsport.h | 58 struct comm_base* base; 150 struct listen_dnsport* listen_create(struct comm_base* base,
|
| H A D | outside_network.h | 72 struct comm_base* base; 418 struct outside_network* outside_network_create(struct comm_base* base,
|
| H A D | listen_dnsport.c | 1267 listen_create(struct comm_base* base, struct listen_port* ports, in listen_create()
|
| H A D | outside_network.c | 746 outside_network_create(struct comm_base *base, size_t bufsize,
|
| /freebsd-12.1/contrib/unbound/daemon/ |
| H A D | worker.h | 92 struct comm_base* base;
|
| /freebsd-12.1/sys/dev/mlx4/mlx4_core/ |
| H A D | mlx4.h | 423 u64 comm_base; member
|
| H A D | mlx4_fw.c | 1693 MLX4_GET(fw->comm_base, outbox, QUERY_FW_COMM_BASE_OFFSET); in mlx4_QUERY_FW() 1697 fw->comm_bar, (unsigned long long)fw->comm_base); in mlx4_QUERY_FW()
|
| H A D | mlx4_cmd.c | 2348 priv->fw.comm_base, MLX4_COMM_PAGESIZE); in mlx4_multi_func_init()
|