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

/freebsd-10-stable/contrib/netbsd-tests/rump/rumpkern/h_client/
H A Dh_reconcli.c52 worker(void *arg) function
/freebsd-10-stable/contrib/unbound/daemon/
H A Dremote.h89 struct worker* worker; member in struct:daemon_remote
[all...]
H A Dworker.h81 struct worker { struct
[all...]
H A Dstats.c84 void server_stats_querymiss(struct server_stats* stats, struct worker* worker) argument
92 void server_stats_prefetch(struct server_stats* stats, struct worker* worker) argument
101 server_stats_log(struct server_stats* stats, struct worker* worker, int threadnum) argument
124 get_rrset_bogus(struct worker* worker) argument
141 server_stats_compile(struct worker* worker, struct stats_info* s, int reset) argument
191 server_stats_obtain(struct worker* worker, struct worker* who, struct stats_info* s, int reset) argument
216 server_stats_reply(struct worker* worker, int reset) argument
[all...]
H A Ddaemon.c462 struct worker* worker local
[all...]
H A Dcachedump.c120 dump_rrset_cache(SSL* ssl, struct worker* worker) argument
248 dump_msg_lruhash(SSL* ssl, struct worker* worker, struct lruhash* h) argument
276 dump_msg_cache(SSL* ssl, struct worker* worker) argument
293 dump_cache(SSL* ssl, struct worker* worker) argument
378 move_into_cache(struct ub_packed_rrset_key* k, struct packed_rrset_data* d, struct worker* worker) argument
437 load_rrset(SSL* ssl, sldns_buffer* buf, struct worker* worker) argument
521 load_rrset_cache(SSL* ssl, struct worker* worker) argument
576 load_ref(SSL* ssl, sldns_buffer* buf, struct worker* worker, struct regional *region, struct ub_packed_rrset_key** rrset, int* go_on) argument
621 load_msg(SSL* ssl, sldns_buffer* buf, struct worker* worker) argument
686 load_msg_cache(SSL* ssl, struct worker* worker) argument
699 load_cache(SSL* ssl, struct worker* worker) argument
710 print_dp_details(SSL* ssl, struct worker* worker, struct delegpt* dp) argument
814 print_deleg_lookup(SSL* ssl, struct worker* worker, uint8_t* nm, size_t nmlen, int ATTR_UNUSED(nmlabs)) argument
[all...]
H A Dworker.c224 worker_send_cmd(struct worker* worker, enum worker_commands cmd) argument
237 struct worker* worker = q->env->worker; local
269 struct worker* worker = e->qstate->env->worker; local
302 worker_err_ratelimit(struct worker* worker, int err) argument
322 worker_check_request(sldns_buffer* pkt, struct worker* worker) argument
374 struct worker* worker = (struct worker*)arg; local
461 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
547 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
640 reply_and_prefetch(struct worker* worker, struct query_info* qinfo, uint16_t flags, struct comm_reply* repinfo, time_t leeway) argument
746 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
778 deny_refuse_all(struct comm_point* c, enum acl_access acl, struct worker* worker, struct comm_reply* repinfo) argument
785 deny_refuse_non_local(struct comm_point* c, enum acl_access acl, struct worker* worker, struct comm_reply* repinfo) argument
795 struct worker* worker = (struct worker*)arg; local
1039 struct worker* worker = (struct worker*)arg; local
1068 worker_restart_timer(struct worker* worker) argument
1082 struct worker* worker = (struct worker*)arg; local
1095 struct worker* worker = (struct worker*)arg; local
1109 struct worker* worker = (struct worker*)calloc(1, local
1151 worker_init(struct worker* worker, struct config_file *cfg, struct listen_port* ports, int do_sigs) argument
1314 worker_work(struct worker* worker) argument
1320 worker_delete(struct worker* worker) argument
1360 struct worker* worker = q->env->worker; local
1380 struct worker* worker = (struct worker*)arg; local
1385 worker_stats_clear(struct worker* worker) argument
1395 struct worker* worker = (struct worker*)arg; local
1403 struct worker* worker = (struct worker*)arg; local
[all...]
H A Dremote.c474 daemon_remote_open_accept(struct daemon_remote* rc, struct listen_port* ports, struct worker* worker) argument
791 print_mem(SSL* ssl, struct worker* worker, struct daemon* daemon) argument
833 print_uptime(SSL* ssl, struct worker* worker, int reset) argument
1101 do_zone_add(SSL* ssl, struct worker* worker, char* arg) argument
1142 do_zone_remove(SSL* ssl, struct worker* worker, char* arg) argument
1163 do_data_add(SSL* ssl, struct worker* worker, char* arg) argument
1174 do_data_remove(SSL* ssl, struct worker* worker, char* arg) argument
1189 do_lookup(SSL* ssl, struct worker* worker, char* arg) argument
1202 do_cache_remove(struct worker* worker, uint8_t* nm, size_t nmlen, uint16_t t, uint16_t c) argument
1226 do_flush_type(SSL* ssl, struct worker* worker, char* arg) argument
1246 do_flush_stats(SSL* ssl, struct worker* worker) argument
1257 struct worker* worker; member in struct:del_info
1301 do_flush_infra(SSL* ssl, struct worker* worker, char* arg) argument
1335 do_flush_requestlist(SSL* ssl, struct worker* worker) argument
1392 do_flush_zone(SSL* ssl, struct worker* worker, char* arg) argument
1470 do_flush_bogus(SSL* ssl, struct worker* worker) argument
1545 do_flush_negative(SSL* ssl, struct worker* worker) argument
1705 do_forward(SSL* ssl, struct worker* worker, char* args) argument
1781 do_forward_add(SSL* ssl, struct worker* worker, char* args) argument
1809 do_forward_remove(SSL* ssl, struct worker* worker, char* args) argument
1826 do_stub_add(SSL* ssl, struct worker* worker, char* args) argument
1867 do_stub_remove(SSL* ssl, struct worker* worker, char* args) argument
1885 do_insecure_add(SSL* ssl, struct worker* worker, char* arg) argument
1906 do_insecure_remove(SSL* ssl, struct worker* worker, char* arg) argument
1921 do_insecure_list(SSL* ssl, struct worker* worker) argument
1937 do_status(SSL* ssl, struct worker* worker) argument
2042 do_dump_requestlist(SSL* ssl, struct worker* worker) argument
2130 do_dump_infra(SSL* ssl, struct worker* worker) argument
2142 do_log_reopen(SSL* ssl, struct worker* worker) argument
2151 do_set_option(SSL* ssl, struct worker* worker, char* arg) argument
2172 do_get_option(SSL* ssl, struct worker* worker, char* arg) argument
2184 do_list_forwards(SSL* ssl, struct worker* worker) argument
2212 do_list_stubs(SSL* ssl, struct worker* worker) argument
2240 do_list_local_zones(SSL* ssl, struct worker* worker) argument
2263 do_list_local_data(SSL* ssl, struct worker* worker) argument
2333 do_ratelimit_list(SSL* ssl, struct worker* worker, char* arg) argument
2377 execute_cmd(struct daemon_remote* rc, SSL* ssl, char* cmd, struct worker* worker) argument
2517 daemon_remote_exec(struct worker* worker) argument
[all...]
/freebsd-10-stable/tools/regression/gaithrstress/
H A Dgaithrstress.c46 struct worker { struct
/freebsd-10-stable/contrib/libpcap/
H A Dpcap-canusb-linux.c81 pthread_t worker; member in struct:canusb_t
/freebsd-10-stable/sys/dev/hptrr/
H A Dos_bsd.h179 struct task worker; member in struct:_vbus_ext
/freebsd-10-stable/sys/dev/hptnr/
H A Dos_bsd.h178 struct task worker; member in struct:_vbus_ext
/freebsd-10-stable/sys/dev/hpt27xx/
H A Dos_bsd.h178 struct task worker; member in struct:_vbus_ext
/freebsd-10-stable/contrib/unbound/util/
H A Dmodule.h299 struct worker* worker; member in struct:module_env
/freebsd-10-stable/sys/geom/vinum/
H A Dgeom_vinum_var.h241 struct proc *worker; /* Worker process. */ member in struct:gv_softc
/freebsd-10-stable/sys/geom/raid/
H A Dg_raid.c2056 g_raid_destroy_node(struct g_raid_softc *sc, int worker) argument

Completed in 233 milliseconds