Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libumem/common/
H A Dvmem.c307 vsp->vs_type = VMEM_FREE; in vmem_freelist_insert()
321 ASSERT(vsp->vs_type == VMEM_FREE); in vmem_freelist_delete()
342 vsp->vs_type = VMEM_ALLOC; in vmem_hash_insert()
403 newseg->vs_type = 0; in vmem_seg_create()
461 span->vs_type = VMEM_SPAN; in vmem_span_create()
513 ASSERT(vsp->vs_type == VMEM_FREE); in vmem_seg_alloc()
672 if (vprev->vs_type == VMEM_FREE) { in vmem_advance()
1382 walker.vs_type = VMEM_WALKER; in vmem_walk()
1387 if (vsp->vs_type & typemask) { in vmem_walk()
1487 vsp->vs_type = VMEM_SPAN; in vmem_create()
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Dvmem.c439 vsp->vs_type = VMEM_FREE; in vmem_freelist_insert()
453 ASSERT(vsp->vs_type == VMEM_FREE); in vmem_freelist_delete()
474 vsp->vs_type = VMEM_ALLOC; in vmem_hash_insert()
533 newseg->vs_type = 0; in vmem_seg_create()
570 span->vs_type = VMEM_SPAN; in vmem_span_create()
622 ASSERT(vsp->vs_type == VMEM_FREE); in vmem_seg_alloc()
778 if (vprev->vs_type == VMEM_FREE) { in vmem_advance()
1401 walker.vs_type = VMEM_WALKER; in vmem_walk()
1406 if (vsp->vs_type & typemask) { in vmem_walk()
1511 vsp->vs_type = VMEM_SPAN; in vmem_create_common()
[all …]
/illumos-gate/usr/src/lib/libumem/common/sys/
H A Dvmem_impl_user.h55 uint8_t vs_type; /* alloc, free, span */ member
/illumos-gate/usr/src/uts/common/sys/
H A Dvmem_impl.h56 uint8_t vs_type; /* alloc, free, span */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c2099 if (vs->vs_type != VMEM_ALLOC && vs->vs_type != VMEM_FREE) in whatis_walk_seg()
2111 (vs->vs_type == VMEM_ALLOC && vs->vs_depth != 0))) { in whatis_walk_seg()
2116 (vs->vs_type == VMEM_ALLOC) ? "allocated" : "freed", in whatis_walk_seg()
3197 if (vsw->vsw_type != VMEM_NONE && seg.vs_type != vsw->vsw_type) { in vmem_seg_walk_step()
3373 if (vs.vs_type != t) in vmem_seg()
3385 t = vs.vs_type; in vmem_seg()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c2264 if (vs->vs_type != VMEM_ALLOC && vs->vs_type != VMEM_FREE) in whatis_walk_seg()
2276 (vs->vs_type == VMEM_ALLOC && vs->vs_depth != 0))) { in whatis_walk_seg()
2281 (vs->vs_type == VMEM_ALLOC) ? "allocated" : "freed", in whatis_walk_seg()
3564 if (vsw->vsw_type != VMEM_NONE && seg.vs_type != vsw->vsw_type) { in vmem_seg_walk_step()
3740 if (vs.vs_type != t) in vmem_seg()
3752 t = vs.vs_type; in vmem_seg()
H A Dgenunix.c3690 if (vsp->vs_type == VMEM_ALLOC && (void *)vsp->vs_start == *target) { in sysfile_vmem_seg()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev.c3950 zio_type_t vs_type = type; in vdev_stat_update() local
3958 vs_type = ZIO_TYPE_IOCTL; in vdev_stat_update()
3960 vs->vs_ops[vs_type]++; in vdev_stat_update()
3961 vs->vs_bytes[vs_type] += psize; in vdev_stat_update()