Home
last modified time | relevance | path

Searched refs:MaxWorkers (Results 1 – 8 of 8) sorted by relevance

/dragonfly/usr.bin/dsynth/
H A Dconfig.c45 int MaxWorkers = 8; variable
141 MaxWorkers = MaxBulk / 2; in ParseConfiguration()
142 if (MaxWorkers > (int)((PhysMem + (ONEGB/2)) / ONEGB)) in ParseConfiguration()
143 MaxWorkers = (PhysMem + (ONEGB/2)) / ONEGB; in ParseConfiguration()
147 if (MaxWorkers < 1) in ParseConfiguration()
148 MaxWorkers = 1; in ParseConfiguration()
225 MaxWorkers = 1; in ParseConfiguration()
463 MaxWorkers = strtol(l2, NULL, 0); in parseConfigFile()
464 if (MaxWorkers == 0) in parseConfigFile()
465 MaxWorkers = NumCores / 2 + 1; in parseConfigFile()
[all …]
H A Dbuild.c153 if (SlowStartOpt > MaxWorkers) in DoInitBuild()
1016 if (n <= MaxWorkers / 2) { in startbuild()
1026 ddassert(i != MaxWorkers); in startbuild()
1346 max1 = MaxWorkers; in waitbuild()
1348 max1 = MaxWorkers - in waitbuild()
1349 MaxWorkers * 0.75 * in waitbuild()
1361 max2 = MaxWorkers; in waitbuild()
1363 max2 = MaxWorkers - in waitbuild()
1397 max3 = MaxWorkers; in waitbuild()
1427 if (max_sel > MaxWorkers) in waitbuild()
[all …]
H A Dncurses.c83 #define LOG_START (WORKER_START + MaxWorkers + 1)
131 for (i = 0; i < MaxWorkers; ++i) { in NCursesReset()
138 mvwprintw(CWin, WORKER_START + MaxWorkers, 0, "%s", LineB); in NCursesReset()
172 if (MaxWorkers == LastReduce) in NCursesUpdateTop()
H A Ddsynth.c266 if (SlowStartOpt > MaxWorkers) in main()
267 SlowStartOpt = MaxWorkers; in main()
269 if (MaxWorkers < 16) in main()
272 SlowStartOpt = MaxWorkers / 4; in main()
H A Dhtml.c97 HtmlSlots = calloc(sizeof(char *), MaxWorkers); in HtmlInit()
151 for (i = 0; i < MaxWorkers; ++i) { in HtmlDone()
352 for (i = 0; i < MaxWorkers; ++i) { in HtmlUpdateTop()
H A Dmount.c92 for (n = 0; n < MaxWorkers; ++n) { in DoCreateTemplate()
441 for (i = 0; i < MaxWorkers; ++i) { in makeDiscreteCopies()
H A Dmonitor.c124 rs->maxworkers = MaxWorkers; in MonitorReset()
H A Ddsynth.h548 extern int MaxWorkers;