Home
last modified time | relevance | path

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

/dragonfly/lib/libc/stdlib/
H A Dnmalloc.c338 static const int ZonePageCount = ZALLOC_ZONE_SIZE / PAGE_SIZE; variable
1250 z->z_FirstFreePg = ZonePageCount; in _slaballoc()
1298 while (z->z_FirstFreePg < ZonePageCount) { in _slaballoc()
/dragonfly/sys/kern/
H A Dkern_slaballoc.c167 __read_frequently static int ZonePageCount; variable
309 ZonePageCount = ZoneSize / PAGE_SIZE; in kmeminit()