Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dslaballoc.h104 int z_ZoneIndex; member
/dragonfly/lib/libc/stdlib/
H A Dnmalloc.c193 int z_ZoneIndex; member
1244 z->z_ZoneIndex = zi; in _slaballoc()
1656 zi = z->z_ZoneIndex; in _slabfree()
1684 z->z_Next = slgd->ZoneAry[z->z_ZoneIndex]; in _slabfree()
1685 slgd->ZoneAry[z->z_ZoneIndex] = z; in _slabfree()
1694 pz = &slgd->ZoneAry[z->z_ZoneIndex]; in _slabfree()
/dragonfly/sys/kern/
H A Dkern_slaballoc.c736 (TAILQ_FIRST(&slgd->ZoneAry[z->z_ZoneIndex]) != z || znext)) { in check_zone_free()
739 TAILQ_REMOVE(&slgd->ZoneAry[z->z_ZoneIndex], z, z_Entry); in check_zone_free()
1098 z->z_ZoneIndex = zi; in _kmalloc_debug()
1372 TAILQ_INSERT_HEAD(&slgd->ZoneAry[z->z_ZoneIndex], z, z_Entry); in kfree_remote()
1603 TAILQ_INSERT_HEAD(&slgd->ZoneAry[z->z_ZoneIndex], z, z_Entry); in _kfree()