Searched defs:worker (Results 1 - 20 of 20) sorted by relevance

/freebsd-11-stable/contrib/unbound/util/shm_side/
H A Dshm_main.c218 void shm_main_run(struct worker *worker) argument
[all...]
/freebsd-11-stable/contrib/netbsd-tests/rump/rumpkern/h_client/
H A Dh_reconcli.c52 worker(void *arg) function
/freebsd-11-stable/contrib/unbound/daemon/
H A Dworker.h82 struct worker { struct
[all...]
H A Dremote.h91 struct worker* worker; member in struct:daemon_remote
[all...]
H A Ddaemon.c521 struct worker* worker local
[all...]
H A Dstats.c93 void server_stats_querymiss(struct ub_server_stats* stats, struct worker* worker) argument
101 void server_stats_prefetch(struct ub_server_stats* stats, struct worker* worker) argument
110 server_stats_log(struct ub_server_stats* stats, struct worker* worker, int threadnum) argument
137 set_subnet_stats(struct worker* worker, struct ub_server_stats* svr, int reset) argument
162 set_neg_cache_stats(struct worker* worker, struct ub_server_stats* svr, int reset) argument
186 get_rrset_bogus(struct worker* worker, int reset) argument
204 get_queries_ratelimit(struct worker* worker, int reset) argument
223 get_dnscrypt_cache_miss(struct worker* worker, int reset) argument
239 get_dnscrypt_replay(struct worker* worker, int reset) argument
254 server_stats_compile(struct worker* worker, struct ub_stats_info* s, int reset) argument
366 server_stats_obtain(struct worker* worker, struct worker* who, struct ub_stats_info* s, int reset) argument
391 server_stats_reply(struct worker* worker, int reset) argument
[all...]
H A Dcachedump.c121 dump_rrset_cache(RES* ssl, struct worker* worker) argument
249 dump_msg_lruhash(RES* ssl, struct worker* worker, struct lruhash* h) argument
277 dump_msg_cache(RES* ssl, struct worker* worker) argument
294 dump_cache(RES* ssl, struct worker* worker) argument
379 move_into_cache(struct ub_packed_rrset_key* k, struct packed_rrset_data* d, struct worker* worker) argument
438 load_rrset(RES* ssl, sldns_buffer* buf, struct worker* worker) argument
522 load_rrset_cache(RES* ssl, struct worker* worker) argument
578 load_ref(RES* ssl, sldns_buffer* buf, struct worker* worker, struct regional *region, struct ub_packed_rrset_key** rrset, int* go_on) argument
623 load_msg(RES* ssl, sldns_buffer* buf, struct worker* worker) argument
689 load_msg_cache(RES* ssl, struct worker* worker) argument
702 load_cache(RES* ssl, struct worker* worker) argument
713 print_dp_details(RES* ssl, struct worker* worker, struct delegpt* dp) argument
817 print_deleg_lookup(RES* ssl, struct worker* worker, uint8_t* nm, size_t nmlen, int ATTR_UNUSED(nmlabs)) argument
[all...]
H A Dworker.c230 worker_send_cmd(struct worker* worker, enum worker_commands cmd) argument
243 struct worker* worker = q->env->worker; local
275 struct worker* worker = e->qstate->env->worker; local
308 worker_err_ratelimit(struct worker* worker, int err) argument
328 worker_check_request(sldns_buffer* pkt, struct worker* worker) argument
383 struct worker* worker = (struct worker*)arg; local
470 answer_norec_from_cache(struct worker* worker, struct query_info* qinfo, uint16_t id, uint16_t flags, struct comm_reply* repinfo, struct edns_data* edns) argument
577 apply_respip_action(struct worker* worker, const struct query_info* qinfo, struct respip_client_info* cinfo, struct reply_info* rep, struct comm_reply* repinfo, struct ub_packed_rrset_key** alias_rrset, struct reply_info** encode_repp, struct auth_zones* az) argument
631 answer_from_cache(struct worker* worker, struct query_info* qinfo, struct respip_client_info* cinfo, int* need_drop, int* is_expired_answer, int* is_secure_answer, struct ub_packed_rrset_key** alias_rrset, struct reply_info** partial_repp, struct reply_info* rep, uint16_t id, uint16_t flags, struct comm_reply* repinfo, struct edns_data* edns) argument
783 reply_and_prefetch(struct worker* worker, struct query_info* qinfo, uint16_t flags, struct comm_reply* repinfo, time_t leeway, int noreply) argument
817 chaos_replystr(sldns_buffer* pkt, char** str, int num, struct edns_data* edns, struct worker* worker, struct comm_reply* repinfo) argument
861 chaos_replyonestr(sldns_buffer* pkt, const char* str, struct edns_data* edns, struct worker* worker, struct comm_reply* repinfo) argument
1046 deny_refuse(struct comm_point* c, enum acl_access acl, enum acl_access deny, enum acl_access refuse, struct worker* worker, struct comm_reply* repinfo) argument
1080 deny_refuse_all(struct comm_point* c, enum acl_access acl, struct worker* worker, struct comm_reply* repinfo) argument
1087 deny_refuse_non_local(struct comm_point* c, enum acl_access acl, struct worker* worker, struct comm_reply* repinfo) argument
1097 struct worker* worker = (struct worker*)arg; local
1628 struct worker* worker = (struct worker*)arg; local
1657 worker_restart_timer(struct worker* worker) argument
1671 struct worker* worker = (struct worker*)arg; local
1688 struct worker* worker = (struct worker*)arg; local
1702 struct worker* worker = (struct worker*)calloc(1, local
1732 worker_init(struct worker* worker, struct config_file *cfg, struct listen_port* ports, int do_sigs) argument
1947 worker_work(struct worker* worker) argument
1953 worker_delete(struct worker* worker) argument
2003 struct worker* worker = q->env->worker; local
2022 struct worker* worker = (struct worker*)arg; local
2027 worker_stats_clear(struct worker* worker) argument
2037 struct worker* worker = (struct worker*)arg; local
2045 struct worker* worker = (struct worker*)arg; local
[all...]
H A Dremote.c665 do_stop(RES* ssl, struct worker* worker) argument
411 daemon_remote_open_accept(struct daemon_remote* rc, struct listen_port* ports, struct worker* worker) argument
674 do_reload(RES* ssl, struct worker* worker) argument
780 print_mem(RES* ssl, struct worker* worker, struct daemon* daemon, struct ub_stats_info* s) argument
863 print_uptime(RES* ssl, struct worker* worker, int reset) argument
1089 do_stats(RES* ssl, struct worker* worker, int reset) argument
1378 do_view_zone_add(RES* ssl, struct worker* worker, char* arg) argument
1411 do_view_zone_remove(RES* ssl, struct worker* worker, char* arg) argument
1434 do_view_data_add(RES* ssl, struct worker* worker, char* arg) argument
1459 do_view_datas_add(RES* ssl, struct worker* worker, char* arg) argument
1481 do_view_data_remove(RES* ssl, struct worker* worker, char* arg) argument
1504 do_view_datas_remove(RES* ssl, struct worker* worker, char* arg) argument
1525 do_lookup(RES* ssl, struct worker* worker, char* arg) argument
1538 do_cache_remove(struct worker* worker, uint8_t* nm, size_t nmlen, uint16_t t, uint16_t c) argument
1563 do_flush_type(RES* ssl, struct worker* worker, char* arg) argument
1583 do_flush_stats(RES* ssl, struct worker* worker) argument
1594 struct worker* worker; member in struct:del_info
1638 do_flush_infra(RES* ssl, struct worker* worker, char* arg) argument
1672 do_flush_requestlist(RES* ssl, struct worker* worker) argument
1731 do_flush_zone(RES* ssl, struct worker* worker, char* arg) argument
1809 do_flush_bogus(RES* ssl, struct worker* worker) argument
1884 do_flush_negative(RES* ssl, struct worker* worker) argument
2051 do_forward(RES* ssl, struct worker* worker, char* args) argument
2127 do_forward_add(RES* ssl, struct worker* worker, char* args) argument
2155 do_forward_remove(RES* ssl, struct worker* worker, char* args) argument
2172 do_stub_add(RES* ssl, struct worker* worker, char* args) argument
2213 do_stub_remove(RES* ssl, struct worker* worker, char* args) argument
2231 do_insecure_add(RES* ssl, struct worker* worker, char* arg) argument
2252 do_insecure_remove(RES* ssl, struct worker* worker, char* arg) argument
2267 do_insecure_list(RES* ssl, struct worker* worker) argument
2283 do_status(RES* ssl, struct worker* worker) argument
2391 do_dump_requestlist(RES* ssl, struct worker* worker) argument
2485 do_dump_infra(RES* ssl, struct worker* worker) argument
2497 do_log_reopen(RES* ssl, struct worker* worker) argument
2506 do_auth_zone_reload(RES* ssl, struct worker* worker, char* arg) argument
2539 do_auth_zone_transfer(RES* ssl, struct worker* worker, char* arg) argument
2559 do_set_option(RES* ssl, struct worker* worker, char* arg) argument
2588 do_get_option(RES* ssl, struct worker* worker, char* arg) argument
2600 do_list_forwards(RES* ssl, struct worker* worker) argument
2628 do_list_stubs(RES* ssl, struct worker* worker) argument
2708 do_list_local_data(RES* ssl, struct worker* worker, struct local_zones* zones) argument
2747 do_view_list_local_zones(RES* ssl, struct worker* worker, char* arg) argument
2763 do_view_list_local_data(RES* ssl, struct worker* worker, char* arg) argument
2829 do_ratelimit_list(RES* ssl, struct worker* worker, char* arg) argument
2847 do_ip_ratelimit_list(RES* ssl, struct worker* worker, char* arg) argument
2865 do_rpz_enable_disable(RES* ssl, struct worker* worker, char* arg, int enable) argument
2902 do_rpz_enable(RES* ssl, struct worker* worker, char* arg) argument
2909 do_rpz_disable(RES* ssl, struct worker* worker, char* arg) argument
2942 execute_cmd(struct daemon_remote* rc, RES* ssl, char* cmd, struct worker* worker) argument
3124 daemon_remote_exec(struct worker* worker) argument
[all...]
/freebsd-11-stable/tools/regression/gaithrstress/
H A Dgaithrstress.c46 struct worker { struct
/freebsd-11-stable/crypto/openssl/crypto/
H A Dsparcv9cap.c51 bn_mul_mont_f worker = funcs[num / 16 - 1]; local
/freebsd-11-stable/sys/dev/hpt27xx/
H A Dos_bsd.h178 struct task worker; member in struct:_vbus_ext
/freebsd-11-stable/sys/dev/hptnr/
H A Dos_bsd.h178 struct task worker; member in struct:_vbus_ext
/freebsd-11-stable/sys/dev/hptrr/
H A Dos_bsd.h179 struct task worker; member in struct:_vbus_ext
/freebsd-11-stable/contrib/unbound/services/
H A Dauthzone.h285 struct worker* worker; member in struct:auth_nextprobe
311 struct worker* worker; member in struct:auth_probe
359 struct worker* worker; member in struct:auth_transfer
[all...]
/freebsd-11-stable/sys/ofed/include/rdma/
H A Drdma_vt.h394 struct kthread_worker *worker; /* per device cq worker */ member in struct:rvt_dev_info
/freebsd-11-stable/contrib/unbound/util/
H A Dmodule.h469 struct worker* worker; member in struct:module_env
/freebsd-11-stable/sys/geom/raid/
H A Dg_raid.c2025 g_raid_destroy_node(struct g_raid_softc *sc, int worker) argument
/freebsd-11-stable/sys/geom/vinum/
H A Dgeom_vinum_var.h241 struct proc *worker; /* Worker process. */ member in struct:gv_softc
/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_freebsd.c1198 struct thread *worker; member in struct:nm_kctx
[all...]

Completed in 323 milliseconds