Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libumem/common/
H A Dvmem.c306 vsp->vs_type = VMEM_FREE; in vmem_freelist_insert()
320 ASSERT(vsp->vs_type == VMEM_FREE); in vmem_freelist_delete()
341 vsp->vs_type = VMEM_ALLOC; in vmem_hash_insert()
402 newseg->vs_type = 0; in vmem_seg_create()
416 ASSERT(vsp->vs_type != VMEM_ROTOR); in vmem_seg_destroy()
460 span->vs_type = VMEM_SPAN; in vmem_span_create()
484 ASSERT(span->vs_type == VMEM_SPAN); in vmem_span_destroy()
512 ASSERT(vsp->vs_type == VMEM_FREE); in vmem_seg_alloc()
671 if (vprev->vs_type == VMEM_FREE) { in vmem_advance()
672 if (vnext->vs_type == VMEM_FREE) { in vmem_advance()
[all …]
/titanic_41/usr/src/uts/common/os/
H A Dvmem.c436 vsp->vs_type = VMEM_FREE; in vmem_freelist_insert()
450 ASSERT(vsp->vs_type == VMEM_FREE); in vmem_freelist_delete()
471 vsp->vs_type = VMEM_ALLOC; in vmem_hash_insert()
530 newseg->vs_type = 0; in vmem_seg_create()
544 ASSERT(vsp->vs_type != VMEM_ROTOR); in vmem_seg_destroy()
567 span->vs_type = VMEM_SPAN; in vmem_span_create()
591 ASSERT(span->vs_type == VMEM_SPAN); in vmem_span_destroy()
619 ASSERT(vsp->vs_type == VMEM_FREE); in vmem_seg_alloc()
775 if (vprev->vs_type == VMEM_FREE) { in vmem_advance()
776 if (vnext->vs_type == VMEM_FREE) { in vmem_advance()
[all …]
/titanic_41/usr/src/lib/libumem/common/sys/
H A Dvmem_impl_user.h57 uint8_t vs_type; /* alloc, free, span */ member
/titanic_41/usr/src/uts/common/sys/
H A Dvmem_impl.h58 uint8_t vs_type; /* alloc, free, span */ member
/titanic_41/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c2098 if (vs->vs_type != VMEM_ALLOC && vs->vs_type != VMEM_FREE) in whatis_walk_seg()
2110 (vs->vs_type == VMEM_ALLOC && vs->vs_depth != 0))) { in whatis_walk_seg()
2115 (vs->vs_type == VMEM_ALLOC) ? "allocated" : "freed", in whatis_walk_seg()
3196 if (vsw->vsw_type != VMEM_NONE && seg.vs_type != vsw->vsw_type) { in vmem_seg_walk_step()
3372 if (vs.vs_type != t) in vmem_seg()
3384 t = vs.vs_type; in vmem_seg()
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c2263 if (vs->vs_type != VMEM_ALLOC && vs->vs_type != VMEM_FREE) in whatis_walk_seg()
2275 (vs->vs_type == VMEM_ALLOC && vs->vs_depth != 0))) { in whatis_walk_seg()
2280 (vs->vs_type == VMEM_ALLOC) ? "allocated" : "freed", in whatis_walk_seg()
3563 if (vsw->vsw_type != VMEM_NONE && seg.vs_type != vsw->vsw_type) { in vmem_seg_walk_step()
3739 if (vs.vs_type != t) in vmem_seg()
3751 t = vs.vs_type; in vmem_seg()
H A Dgenunix.c3393 if (vsp->vs_type == VMEM_ALLOC && (void *)vsp->vs_start == *target) { in sysfile_vmem_seg()