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

/freebsd-10.1-release/contrib/unbound/daemon/
H A Dremote.h89 struct worker* worker; member in struct:daemon_remote
[all...]
H A Dworker.h80 struct worker { struct
[all...]
H A Ddaemon.c442 struct worker* worker local
[all...]
H A Dstats.c80 void server_stats_querymiss(struct server_stats* stats, struct worker* worker) argument
88 void server_stats_prefetch(struct server_stats* stats, struct worker* worker) argument
97 server_stats_log(struct server_stats* stats, struct worker* worker, int threadnum) argument
120 get_rrset_bogus(struct worker* worker) argument
137 server_stats_compile(struct worker* worker, struct stats_info* s, int reset) argument
170 server_stats_obtain(struct worker* worker, struct worker* who, struct stats_info* s, int reset) argument
195 server_stats_reply(struct worker* worker, int reset) argument
[all...]
H A Dcachedump.c120 dump_rrset_cache(SSL* ssl, struct worker* worker) argument
246 dump_msg_lruhash(SSL* ssl, struct worker* worker, struct lruhash* h) argument
274 dump_msg_cache(SSL* ssl, struct worker* worker) argument
291 dump_cache(SSL* ssl, struct worker* worker) argument
376 move_into_cache(struct ub_packed_rrset_key* k, struct packed_rrset_data* d, struct worker* worker) argument
435 load_rrset(SSL* ssl, sldns_buffer* buf, struct worker* worker) argument
515 load_rrset_cache(SSL* ssl, struct worker* worker) argument
570 load_ref(SSL* ssl, sldns_buffer* buf, struct worker* worker, struct regional *region, struct ub_packed_rrset_key** rrset, int* go_on) argument
615 load_msg(SSL* ssl, sldns_buffer* buf, struct worker* worker) argument
676 load_msg_cache(SSL* ssl, struct worker* worker) argument
689 load_cache(SSL* ssl, struct worker* worker) argument
700 print_dp_details(SSL* ssl, struct worker* worker, struct delegpt* dp) argument
804 print_deleg_lookup(SSL* ssl, struct worker* worker, uint8_t* nm, size_t nmlen, int ATTR_UNUSED(nmlabs)) argument
[all...]
H A Dworker.c222 worker_send_cmd(struct worker* worker, enum worker_commands cmd) argument
235 struct worker* worker = q->env->worker; local
267 struct worker* worker = e->qstate->env->worker; local
300 worker_check_request(sldns_buffer* pkt, struct worker* worker) argument
352 struct worker* worker = (struct worker*)arg; local
439 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
525 answer_from_cache(struct worker* worker, struct query_info* qinfo, struct reply_info* rep, uint16_t id, uint16_t flags, struct comm_reply* repinfo, struct edns_data* edns) argument
618 reply_and_prefetch(struct worker* worker, struct query_info* qinfo, uint16_t flags, struct comm_reply* repinfo, time_t leeway) argument
724 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
756 deny_refuse_all(struct comm_point* c, enum acl_access acl, struct worker* worker, struct comm_reply* repinfo) argument
763 deny_refuse_non_local(struct comm_point* c, enum acl_access acl, struct worker* worker, struct comm_reply* repinfo) argument
773 struct worker* worker = (struct worker*)arg; local
989 struct worker* worker = (struct worker*)arg; local
1022 worker_restart_timer(struct worker* worker) argument
1036 struct worker* worker = (struct worker*)arg; local
1049 struct worker* worker = (struct worker*)arg; local
1063 struct worker* worker = (struct worker*)calloc(1, local
1097 worker_init(struct worker* worker, struct config_file *cfg, struct listen_port* ports, int do_sigs) argument
1253 worker_work(struct worker* worker) argument
1259 worker_delete(struct worker* worker) argument
1299 struct worker* worker = q->env->worker; local
1319 struct worker* worker = (struct worker*)arg; local
1324 worker_stats_clear(struct worker* worker) argument
1333 struct worker* worker = (struct worker*)arg; local
1341 struct worker* worker = (struct worker*)arg; local
[all...]
H A Dremote.c354 daemon_remote_open_accept(struct daemon_remote* rc, struct listen_port* ports, struct worker* worker) argument
669 print_mem(SSL* ssl, struct worker* worker, struct daemon* daemon) argument
711 print_uptime(SSL* ssl, struct worker* worker, int reset) argument
967 do_zone_add(SSL* ssl, struct worker* worker, char* arg) argument
1008 do_zone_remove(SSL* ssl, struct worker* worker, char* arg) argument
1029 do_data_add(SSL* ssl, struct worker* worker, char* arg) argument
1040 do_data_remove(SSL* ssl, struct worker* worker, char* arg) argument
1055 do_lookup(SSL* ssl, struct worker* worker, char* arg) argument
1068 do_cache_remove(struct worker* worker, uint8_t* nm, size_t nmlen, uint16_t t, uint16_t c) argument
1087 do_flush_type(SSL* ssl, struct worker* worker, char* arg) argument
1107 do_flush_stats(SSL* ssl, struct worker* worker) argument
1118 struct worker* worker; member in struct:del_info
1164 do_flush_infra(SSL* ssl, struct worker* worker, char* arg) argument
1199 do_flush_requestlist(SSL* ssl, struct worker* worker) argument
1256 do_flush_zone(SSL* ssl, struct worker* worker, char* arg) argument
1335 do_flush_bogus(SSL* ssl, struct worker* worker) argument
1495 do_forward(SSL* ssl, struct worker* worker, char* args) argument
1571 do_forward_add(SSL* ssl, struct worker* worker, char* args) argument
1599 do_forward_remove(SSL* ssl, struct worker* worker, char* args) argument
1616 do_stub_add(SSL* ssl, struct worker* worker, char* args) argument
1657 do_stub_remove(SSL* ssl, struct worker* worker, char* args) argument
1675 do_insecure_add(SSL* ssl, struct worker* worker, char* arg) argument
1696 do_insecure_remove(SSL* ssl, struct worker* worker, char* arg) argument
1712 do_status(SSL* ssl, struct worker* worker) argument
1813 do_dump_requestlist(SSL* ssl, struct worker* worker) argument
1891 do_dump_infra(SSL* ssl, struct worker* worker) argument
1902 do_log_reopen(SSL* ssl, struct worker* worker) argument
1911 do_set_option(SSL* ssl, struct worker* worker, char* arg) argument
1932 do_get_option(SSL* ssl, struct worker* worker, char* arg) argument
1944 do_list_forwards(SSL* ssl, struct worker* worker) argument
1959 do_list_stubs(SSL* ssl, struct worker* worker) argument
1972 do_list_local_zones(SSL* ssl, struct worker* worker) argument
1990 do_list_local_data(SSL* ssl, struct worker* worker) argument
2050 execute_cmd(struct daemon_remote* rc, SSL* ssl, char* cmd, struct worker* worker) argument
2182 daemon_remote_exec(struct worker* worker) argument
[all...]
/freebsd-10.1-release/tools/regression/gaithrstress/
H A Dgaithrstress.c46 struct worker { struct
/freebsd-10.1-release/contrib/libpcap/
H A Dpcap-canusb-linux.c81 pthread_t worker; member in struct:canusb_t
/freebsd-10.1-release/contrib/unbound/util/
H A Dmodule.h294 struct worker* worker; member in struct:module_env
/freebsd-10.1-release/sys/dev/hpt27xx/
H A Dos_bsd.h201 struct task worker; member in struct:_vbus_ext
/freebsd-10.1-release/sys/dev/hptnr/
H A Dos_bsd.h203 struct task worker; member in struct:_vbus_ext
/freebsd-10.1-release/sys/dev/hptrr/
H A Dos_bsd.h201 struct task worker; member in struct:_vbus_ext
/freebsd-10.1-release/sys/geom/raid/
H A Dg_raid.c2056 g_raid_destroy_node(struct g_raid_softc *sc, int worker) argument
/freebsd-10.1-release/sys/geom/vinum/
H A Dgeom_vinum_var.h241 struct proc *worker; /* Worker process. */ member in struct:gv_softc

Completed in 189 milliseconds