Home
last modified time | relevance | path

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

/dragonfly/sys/vm/
H A Dvm_zone.c78 long zone_burst = 128; variable
133 n = zone_burst; in zalloc()
211 if (zmax > zone_burst) in zfree()
212 zmax = zone_burst; in zfree()
857 SYSCTL_LONG(_vm, OID_AUTO, zone_burst,
858 CTLFLAG_RW, &zone_burst, 0, "Burst from depot to pcpu cache");