Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dkern_slaballoc.c706 z->z_LChunksp = &bchunk->c_Next; in clean_zone_rchunks()
707 bchunk = bchunk->c_Next; in clean_zone_rchunks()
1013 z->z_LChunks = chunk->c_Next; in _kmalloc_debug()
1153 chunk->c_Next = (void *)-1; /* avoid accidental double-free check */ in _kmalloc_debug()
1520 chunk->c_Next = bchunk; in _kfree()
1584 chunk->c_Next = z->z_LChunks; in _kfree()
1586 if (chunk->c_Next == NULL) in _kfree()
1587 z->z_LChunksp = &chunk->c_Next; in _kfree()
1590 if (chunk->c_Next && (vm_offset_t)chunk->c_Next < KvaStart) in _kfree()
/dragonfly/test/debug/
H A Dzallocinfo.c188 chunkp = chunk.c_Next; in dumpslab()
201 chunkp = chunk.c_Next; in dumpslab()
/dragonfly/sys/sys/
H A Dslaballoc.h71 struct SLChunk *c_Next; member
/dragonfly/lib/libc/stdlib/
H A Dnmalloc.c175 struct slchunk *c_Next; member
1304 z->z_PageAry[z->z_FirstFreePg] = chunk->c_Next; in _slaballoc()
1674 chunk->c_Next = z->z_PageAry[pgno]; in _slabfree()