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

/freebsd-10.0-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.c391 struct worker* worker local
[all...]
H A Dstats.c75 void server_stats_querymiss(struct server_stats* stats, struct worker* worker) argument
83 void server_stats_prefetch(struct server_stats* stats, struct worker* worker) argument
92 server_stats_log(struct server_stats* stats, struct worker* worker, int threadnum) argument
115 get_rrset_bogus(struct worker* worker) argument
132 server_stats_compile(struct worker* worker, struct stats_info* s, int reset) argument
165 server_stats_obtain(struct worker* worker, struct worker* who, struct stats_info* s, int reset) argument
190 server_stats_reply(struct worker* worker, int reset) argument
[all...]
H A Dcachedump.c171 dump_rrset_cache(SSL* ssl, struct worker* worker) argument
316 dump_msg_lruhash(SSL* ssl, struct worker* worker, struct lruhash* h) argument
344 dump_msg_cache(SSL* ssl, struct worker* worker) argument
361 dump_cache(SSL* ssl, struct worker* worker) argument
468 move_into_cache(struct ub_packed_rrset_key* k, struct packed_rrset_data* d, struct worker* worker) argument
527 load_rrset(SSL* ssl, ldns_buffer* buf, struct worker* worker) argument
606 load_rrset_cache(SSL* ssl, struct worker* worker) argument
670 load_ref(SSL* ssl, ldns_buffer* buf, struct worker* worker, struct regional *region, struct ub_packed_rrset_key** rrset, int* go_on) argument
715 load_msg(SSL* ssl, ldns_buffer* buf, struct worker* worker) argument
775 load_msg_cache(SSL* ssl, struct worker* worker) argument
788 load_cache(SSL* ssl, struct worker* worker) argument
799 print_dp_details(SSL* ssl, struct worker* worker, struct delegpt* dp) argument
902 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(ldns_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, uint32_t leeway) argument
727 struct worker* worker = (struct worker*)arg; local
944 struct worker* worker = (struct worker*)arg; local
977 worker_restart_timer(struct worker* worker) argument
991 struct worker* worker = (struct worker*)arg; local
1004 struct worker* worker = (struct worker*)arg; local
1018 struct worker* worker = (struct worker*)calloc(1, local
1052 worker_init(struct worker* worker, struct config_file *cfg, struct listen_port* ports, int do_sigs) argument
1208 worker_work(struct worker* worker) argument
1214 worker_delete(struct worker* worker) argument
1254 struct worker* worker = q->env->worker; local
1274 struct worker* worker = (struct worker*)arg; local
1279 worker_stats_clear(struct worker* worker) argument
1288 struct worker* worker = (struct worker*)arg; local
1296 struct worker* worker = (struct worker*)arg; local
[all...]
H A Dremote.c351 daemon_remote_open_accept(struct daemon_remote* rc, struct listen_port* ports, struct worker* worker) argument
666 print_mem(SSL* ssl, struct worker* worker, struct daemon* daemon) argument
708 print_uptime(SSL* ssl, struct worker* worker, int reset) argument
961 do_zone_add(SSL* ssl, struct worker* worker, char* arg) argument
1002 do_zone_remove(SSL* ssl, struct worker* worker, char* arg) argument
1023 do_data_add(SSL* ssl, struct worker* worker, char* arg) argument
1035 do_data_remove(SSL* ssl, struct worker* worker, char* arg) argument
1050 do_lookup(SSL* ssl, struct worker* worker, char* arg) argument
1063 do_cache_remove(struct worker* worker, uint8_t* nm, size_t nmlen, uint16_t t, uint16_t c) argument
1082 do_flush_type(SSL* ssl, struct worker* worker, char* arg) argument
1102 do_flush_stats(SSL* ssl, struct worker* worker) argument
1113 struct worker* worker; member in struct:del_info
1159 do_flush_infra(SSL* ssl, struct worker* worker, char* arg) argument
1194 do_flush_requestlist(SSL* ssl, struct worker* worker) argument
1251 do_flush_zone(SSL* ssl, struct worker* worker, char* arg) argument
1330 do_flush_bogus(SSL* ssl, struct worker* worker) argument
1490 do_forward(SSL* ssl, struct worker* worker, char* args) argument
1566 do_forward_add(SSL* ssl, struct worker* worker, char* args) argument
1594 do_forward_remove(SSL* ssl, struct worker* worker, char* args) argument
1611 do_stub_add(SSL* ssl, struct worker* worker, char* args) argument
1650 do_stub_remove(SSL* ssl, struct worker* worker, char* args) argument
1668 do_status(SSL* ssl, struct worker* worker) argument
1767 do_dump_requestlist(SSL* ssl, struct worker* worker) argument
1844 do_dump_infra(SSL* ssl, struct worker* worker) argument
1855 do_log_reopen(SSL* ssl, struct worker* worker) argument
1864 do_set_option(SSL* ssl, struct worker* worker, char* arg) argument
1885 do_get_option(SSL* ssl, struct worker* worker, char* arg) argument
1897 do_list_forwards(SSL* ssl, struct worker* worker) argument
1912 do_list_stubs(SSL* ssl, struct worker* worker) argument
1925 do_list_local_zones(SSL* ssl, struct worker* worker) argument
1943 do_list_local_data(SSL* ssl, struct worker* worker) argument
1995 execute_cmd(struct daemon_remote* rc, SSL* ssl, char* cmd, struct worker* worker) argument
2117 daemon_remote_exec(struct worker* worker) argument
[all...]
/freebsd-10.0-release/tools/regression/gaithrstress/
H A Dgaithrstress.c46 struct worker { struct
/freebsd-10.0-release/contrib/libpcap/
H A Dpcap-canusb-linux.c81 pthread_t worker; member in struct:canusb_t
/freebsd-10.0-release/contrib/unbound/util/
H A Dmodule.h181 struct worker* worker; member in struct:module_env
/freebsd-10.0-release/sys/dev/hpt27xx/
H A Dos_bsd.h201 struct task worker; member in struct:_vbus_ext
/freebsd-10.0-release/sys/dev/hptnr/
H A Dos_bsd.h203 struct task worker; member in struct:_vbus_ext
/freebsd-10.0-release/sys/dev/hptrr/
H A Dos_bsd.h201 struct task worker; member in struct:_vbus_ext
/freebsd-10.0-release/sys/geom/raid/
H A Dg_raid.c2046 g_raid_destroy_node(struct g_raid_softc *sc, int worker) argument
/freebsd-10.0-release/sys/geom/vinum/
H A Dgeom_vinum_var.h241 struct proc *worker; /* Worker process. */ member in struct:gv_softc

Completed in 218 milliseconds