Home
last modified time | relevance | path

Searched refs:workers (Results 1 – 25 of 30) sorted by relevance

12

/freebsd-12-stable/tools/regression/gaithrstress/
Dgaithrstress.c189 struct worker *workers; in main() local
234 workers = calloc(nworkers, sizeof(*workers)); in main()
235 if (workers == NULL) in main()
243 if (pthread_create(&workers[i].w_thread, NULL, work, in main()
244 &workers[i]) != 0) in main()
257 pthread_join(workers[i].w_thread, NULL); in main()
268 workers[i].w_lookup_success, workers[i].w_lookup_failure, in main()
269 workers[i].w_max_lookup_time.tv_sec / 60, in main()
270 workers[i].w_max_lookup_time.tv_sec % 60 < 10 ? "0" : "", in main()
271 (double)(workers[i].w_max_lookup_time.tv_sec % 60) + in main()
[all …]
/freebsd-12-stable/contrib/unbound/daemon/
Ddaemon.c544 daemon->workers = (struct worker**)calloc((size_t)daemon->num, in daemon_create_workers()
546 if(!daemon->workers) in daemon_create_workers()
558 if(!(daemon->workers[i] = worker_create(daemon, i, in daemon_create_workers()
595 tube_close_read(daemon->workers[i]->cmd); in close_other_pipes()
598 tube_delete(daemon->workers[i]->cmd); in close_other_pipes()
599 daemon->workers[i]->cmd = NULL; in close_other_pipes()
648 ub_thread_create(&daemon->workers[i]->thr_id, in daemon_start_others()
649 thread_start, daemon->workers[i]); in daemon_start_others()
652 tube_close_read(daemon->workers[i]->cmd); in daemon_start_others()
670 worker_send_cmd(daemon->workers[i], worker_cmd_quit); in daemon_stop_others()
[all …]
Ddaemon.h105 struct worker** workers; member
Dstats.c429 if(!tube_write_msg(worker->daemon->workers[0]->cmd, in server_stats_reply()
Dremote.c1094 server_stats_obtain(worker, daemon->workers[i], &s, reset); in do_stats()
2990 worker_send_cmd(rc->worker->daemon->workers[i], in distribute_cmd()
2992 if(!tube_write_msg(rc->worker->daemon->workers[i]->cmd, in distribute_cmd()
/freebsd-12-stable/contrib/ntp/libntp/lib/isc/include/isc/
Dtask.h657 unsigned int workers, unsigned int default_quantum,
660 isc_taskmgr_create(isc_mem_t *mctx, unsigned int workers,
773 (*isc_taskmgrcreatefunc_t)(isc_mem_t *mctx, unsigned int workers,
/freebsd-12-stable/contrib/ntp/libntp/lib/isc/
Dtask.c141 unsigned int workers; member
224 isc__taskmgr_create(isc_mem_t *mctx, unsigned int workers,
1321 isc__taskmgr_create(isc_mem_t *mctx, unsigned int workers, in isc__taskmgr_create() argument
1332 REQUIRE(workers > 0); in isc__taskmgr_create()
1364 manager->workers = 0; in isc__taskmgr_create()
1366 workers * sizeof(isc_thread_t)); in isc__taskmgr_create()
1413 for (i = 0; i < workers; i++) { in isc__taskmgr_create()
1415 &manager->threads[manager->workers]) == in isc__taskmgr_create()
1417 manager->workers++; in isc__taskmgr_create()
1427 isc_thread_setconcurrency(workers); in isc__taskmgr_create()
[all …]
/freebsd-12-stable/sys/dev/mlx5/mlx5_en/
Dmlx5_en_rl.c498 ix = (rlw - priv->rl.workers) % in mlx5e_rl_worker()
798 rl->workers = malloc(sizeof(rl->workers[0]) * in mlx5e_rl_init()
831 struct mlx5e_rl_worker *rlw = rl->workers + j; in mlx5e_rl_init()
891 struct mlx5e_rl_worker *rlw = rl->workers + j; in mlx5e_rl_open_workers()
919 struct mlx5e_rl_worker *rlw = rl->workers + y; in mlx5e_rl_close_workers()
935 struct mlx5e_rl_worker *rlw = rl->workers + y; in mlx5e_rl_close_workers()
985 struct mlx5e_rl_worker *rlw = rl->workers + y; in mlx5e_rl_cleanup()
992 free(rl->workers, M_MLX5EN); in mlx5e_rl_cleanup()
1118 rlw = priv->rl.workers + ((params->rate_limit.hdr.flowid % 128) % in mlx5e_rl_snd_tag_alloc()
1217 struct mlx5e_rl_worker *rlw = rl->workers + y; in mlx5e_rl_refresh_channel_params()
[all …]
Den_rl.h160 struct mlx5e_rl_worker *workers; member
Dmlx5_en_main.c910 struct mlx5e_rl_worker *rlw = priv->rl.workers + j; in mlx5e_update_stats_locked()
/freebsd-12-stable/tools/tools/netrate/tcpp/
DREADME25 -p <numprocs> Number of workers, should be >= client -p arg
35 This selects server mode, four workers, and at most 1 million TCP connections
48 -p <numprocs> Number of workers, should be <= server -p
57 This creates four workers, each of which will (over its lifetime) set up and
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerDriver.cpp666 if (Flags.jobs > 0 && Flags.workers == 0) { in FuzzerDriver()
667 Flags.workers = std::min(NumberOfCpuCores() / 2, Flags.jobs); in FuzzerDriver()
668 if (Flags.workers > 1) in FuzzerDriver()
669 Printf("Running %u workers\n", Flags.workers); in FuzzerDriver()
672 if (Flags.workers > 0 && Flags.jobs > 0) in FuzzerDriver()
673 return RunInMultipleProcesses(Args, Flags.workers, Flags.jobs); in FuzzerDriver()
DFuzzerFlags.def108 FUZZER_FLAG_UNSIGNED(workers, 0,
/freebsd-12-stable/contrib/libpcap/doc/
DREADME.hpux100 And another message to tcpdump-workers@tcpdump.org, from Rick Jones:
104 To: tcpdump-workers@tcpdump.org
105 Subject: Re: [tcpdump-workers] I Can't Capture the Outbound Traffic
DREADME.aix21 should send to tcpdump-workers@lists.tcpdump.org a detailed bug
/freebsd-12-stable/contrib/libpcap/
DCONTRIBUTING.md29 to the mailing list tcpdump-workers@lists.tcpdump.org and ask!
DCREDITS110 Mark Pizzolato <List-tcpdump-workers at subscriptions dot pizzolato dot net>
/freebsd-12-stable/contrib/tcpdump/
DCONTRIBUTING35 to the mailing list tcpdump-workers@lists.tcpdump.org and ask!
DCREDITS88 Hank Leininger <tcpdump-workers at progressive-comp dot com>
/freebsd-12-stable/usr.bin/m4/TEST/
Dtest.m4175 wizards do not wan the workers or travelers to learn their incantations
/freebsd-12-stable/contrib/tzcode/zic/
DTheory532 Laboratory workers who kept Mars time during the Mars Exploration
/freebsd-12-stable/usr.bin/calendar/calendars/
Dcalendar.history322 06/22 Civil rights workers disappear in Mississippi, 1964
/freebsd-12-stable/contrib/tzdata/
Dafrica207 # hot in Egypt), and the idea is to make fasting easier for workers by
Dasia1257 # In January 1906, several thousand cotton-mill workers rioted on the
1508 # and referring to the law for equating the working hours of workers
/freebsd-12-stable/contrib/amd/doc/
Dam-utils.texi318 The older list which was used to user discussions, @samp{amd-workers},
320 @email{amd-workers AT majordomo.glue.umd.edu}.) Don't use
321 @samp{amd-workers}: use the newer, more active @samp{am-utils} list.
8664 Thanks to the older @email{amd-workers AT majordomo.glue.umd.edu,Amd

12