Home
last modified time | relevance | path

Searched refs:PhysMem (Results 1 – 2 of 2) sorted by relevance

/dragonfly/usr.bin/dsynth/
H A Dconfig.c53 long PhysMem; variable
133 len = sizeof(PhysMem); in ParseConfiguration()
134 if (sysctlbyname("hw.physmem", &PhysMem, &len, NULL, 0) < 0) in ParseConfiguration()
142 if (MaxWorkers > (int)((PhysMem + (ONEGB/2)) / ONEGB)) in ParseConfiguration()
143 MaxWorkers = (PhysMem + (ONEGB/2)) / ONEGB; in ParseConfiguration()
215 PkgDepMemoryTarget = PhysMem / 3; in ParseConfiguration()
217 PkgDepMemoryTarget = PhysMem / 3; in ParseConfiguration()
H A Ddsynth.h544 extern long PhysMem;