Searched refs:z_UIndex (Results 1 – 3 of 3) sorted by relevance
1029 if (z->z_UIndex + 1 != z->z_NMax) in _kmalloc_debug()1030 ++z->z_UIndex; in _kmalloc_debug()1032 z->z_UIndex = 0; in _kmalloc_debug()1034 if (z->z_UIndex == z->z_UEndIndex) in _kmalloc_debug()1037 chunk = (SLChunk *)(z->z_BasePtr + z->z_UIndex * size); in _kmalloc_debug()1102 z->z_UIndex = z->z_UEndIndex = slgd->JunkIndex % z->z_NMax; in _kmalloc_debug()1111 chunk = (SLChunk *)(z->z_BasePtr + z->z_UIndex * size); in _kmalloc_debug()
101 int z_UIndex; /* current initial allocation index */ member
189 int z_UIndex; /* current initial allocation index */ member1248 z->z_UIndex = z->z_UEndIndex = 0; in _slaballoc()1324 chunk = (slchunk_t)(z->z_BasePtr + z->z_UIndex * size); in _slaballoc()1326 if (++z->z_UIndex == z->z_NMax) in _slaballoc()1327 z->z_UIndex = 0; in _slaballoc()1328 if (z->z_UIndex == z->z_UEndIndex) { in _slaballoc()