Home
last modified time | relevance | path

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

12

/freebsd-14.2/sbin/dump/
H A Dtape.c109 } workers[WORKERS+1]; variable
152 workers[i].req = (struct req *)workers[i].tblock - ntrec - 1; in alloctape()
154 wp = &workers[0]; in alloctape()
245 wp = &workers[0]; in flushtape()
272 workers[i].sent = 0; in flushtape()
323 if (workers[f].sent) { in trewind()
329 workers[f].sent = 0; in trewind()
402 twp = &workers[WORKERS]; in rollforward()
454 wp = &workers[0]; in rollforward()
725 workers[i].sent = 0; in create_workers()
[all …]
/freebsd-14.2/tools/regression/gaithrstress/
H A Dgaithrstress.c187 struct worker *workers; in main() local
232 workers = calloc(nworkers, sizeof(*workers)); in main()
233 if (workers == NULL) in main()
241 if (pthread_create(&workers[i].w_thread, NULL, work, in main()
242 &workers[i]) != 0) in main()
255 pthread_join(workers[i].w_thread, NULL); in main()
266 workers[i].w_lookup_success, workers[i].w_lookup_failure, in main()
267 workers[i].w_max_lookup_time.tv_sec / 60, in main()
268 workers[i].w_max_lookup_time.tv_sec % 60 < 10 ? "0" : "", in main()
269 (double)(workers[i].w_max_lookup_time.tv_sec % 60) + in main()
[all …]
/freebsd-14.2/contrib/unbound/daemon/
H A Ddaemon.c576 if(!daemon->workers) in daemon_create_workers()
625 tube_close_read(daemon->workers[i]->cmd); in close_other_pipes()
628 tube_delete(daemon->workers[i]->cmd); in close_other_pipes()
629 daemon->workers[i]->cmd = NULL; in close_other_pipes()
679 thread_start, daemon->workers[i]); in daemon_start_others()
682 tube_close_read(daemon->workers[i]->cmd); in daemon_start_others()
843 worker_work(daemon->workers[0]); in daemon_fork()
845 if (daemon->workers[0]->need_to_exit) in daemon_fork()
898 worker_delete(daemon->workers[i]); in daemon_cleanup()
899 free(daemon->workers); in daemon_cleanup()
[all …]
H A Ddaemon.h107 struct worker** workers; member
H A Dstats.c442 if(!tube_write_msg(worker->daemon->workers[0]->cmd, in server_stats_reply()
H A Dremote.c653 worker_send_cmd(rc->worker->daemon->workers[i], in distribute_cmd()
655 if(!tube_write_msg(rc->worker->daemon->workers[i]->cmd, in distribute_cmd()
1129 server_stats_obtain(worker, daemon->workers[i], &s, reset); in do_stats()
/freebsd-14.2/sys/contrib/zstd/programs/
H A Dzstdcli_trace.c83 int workers = 0; in TRACE_log() local
88 ZSTD_CCtxParams_getParameter(trace->params, ZSTD_c_nbWorkers, &workers); in TRACE_log()
113 workers, in TRACE_log()
/freebsd-14.2/contrib/ntp/libntp/lib/isc/include/isc/
H A 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-14.2/tools/tools/netrate/tcpp/
H A 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-14.2/contrib/ntp/libntp/lib/isc/
H A 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-14.2/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_rl.c613 ix = (rlw - priv->rl.workers) % in mlx5e_rl_worker()
908 rl->workers = malloc(sizeof(rl->workers[0]) * in mlx5e_rl_init()
941 struct mlx5e_rl_worker *rlw = rl->workers + j; in mlx5e_rl_init()
997 struct mlx5e_rl_worker *rlw = rl->workers + j; in mlx5e_rl_open_workers()
1025 struct mlx5e_rl_worker *rlw = rl->workers + y; in mlx5e_rl_close_workers()
1041 struct mlx5e_rl_worker *rlw = rl->workers + y; in mlx5e_rl_close_workers()
1088 struct mlx5e_rl_worker *rlw = rl->workers + y; in mlx5e_rl_cleanup()
1095 free(rl->workers, M_MLX5EN); in mlx5e_rl_cleanup()
1221 rlw = priv->rl.workers + ((params->rate_limit.hdr.flowid % 128) % in mlx5e_rl_snd_tag_alloc()
1322 struct mlx5e_rl_worker *rlw = rl->workers + y; in mlx5e_rl_refresh_channel_params()
[all …]
H A Den_rl.h158 struct mlx5e_rl_worker *workers; member
H A Dmlx5_en_main.c875 struct mlx5e_rl_worker *rlw = priv->rl.workers + j; in mlx5e_update_stats_locked()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDriver.cpp671 if (Flags.jobs > 0 && Flags.workers == 0) { in FuzzerDriver()
672 Flags.workers = std::min(NumberOfCpuCores() / 2, Flags.jobs); in FuzzerDriver()
673 if (Flags.workers > 1) in FuzzerDriver()
674 Printf("Running %u workers\n", Flags.workers); in FuzzerDriver()
677 if (Flags.workers > 0 && Flags.jobs > 0) in FuzzerDriver()
678 return RunInMultipleProcesses(Args, Flags.workers, Flags.jobs); in FuzzerDriver()
H A DFuzzerFlags.def117 FUZZER_FLAG_UNSIGNED(workers, 0,
/freebsd-14.2/contrib/libpcap/
H A DCONTRIBUTING.md29 to the mailing list tcpdump-workers@lists.tcpdump.org and ask!
H A DCREDITS165 Mark Pizzolato <List-tcpdump-workers at subscriptions dot pizzolato dot net>
/freebsd-14.2/contrib/libpcap/doc/
H A 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
H A DREADME.aix43 should send to tcpdump-workers@lists.tcpdump.org a detailed bug
/freebsd-14.2/usr.bin/m4/TEST/
H A Dtest.m4174 wizards do not wan the workers or travelers to learn their incantations
/freebsd-14.2/contrib/tcpdump/
H A DCREDITS134 Hank Leininger <tcpdump-workers at progressive-comp dot com>
/freebsd-14.2/contrib/tzdata/
H A Dafrica210 # hot in Egypt), and the idea is to make fasting easier for workers by
H A Dasia1264 # In January 1906, several thousand cotton-mill workers rioted on the
1525 # and referring to the law for equating the working hours of workers
H A Dnorthamerica562 # Sitka workers did not change their calendars until Sunday, 1867-10-20,
/freebsd-14.2/contrib/one-true-awk/testdir/
H A Dbib13592 Is not destruction to the wicked? and a strange punishment to the workers of iniquity?
13692 Which goeth in company with the workers of iniquity, and walketh with wicked men.
13706 There is no darkness, nor shadow of death, where the workers of iniquity may hide themselves.
13979 The foolish shall not stand in thy sight: thou hatest all workers of iniquity.
13994 Depart from me, all ye workers of iniquity; for the LORD hath heard the voice of my weeping.
14451 There are the workers of iniquity fallen: they are cast down, and shall not be able to rise.
14793 Deliver me from the workers of iniquity, and save me from bloody men.
16286 Keep me from the snares which they have laid for me, and the gins of the workers of iniquity.
17000 It is joy to the just to do judgment: but destruction shall be to the workers of iniquity.
28664 [Are] all apostles? [are] all prophets? [are] all teachers? [are] all workers of miracles?
[all …]

12