Home
last modified time | relevance | path

Searched refs:vs_anext (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/lib/libumem/common/
H A Dvmem.c659 vmem_seg_t *vnext = walker->vs_anext; in vmem_advance()
691 vsp->vs_anext->vs_type == VMEM_SPAN) { in vmem_advance()
736 vsp = rotor->vs_anext; in vmem_nextfit_alloc()
756 vsp = vsp->vs_anext; in vmem_nextfit_alloc()
768 vmem_advance(vmp, rotor, rotor->vs_anext); in vmem_nextfit_alloc()
788 vsp = rotor->vs_anext; in vmem_nextfit_alloc()
1020 vnext = vsp->vs_anext; in vmem_xfree()
1045 vsp->vs_anext->vs_type == VMEM_SPAN) { in vmem_xfree()
1214 vmem_seg_t *nextseg = span->vs_anext; in vmem_extend_unlocked()
1295 vmem_seg_t *oldseg = span->vs_anext; in vmem_extend_unlocked()
[all …]
/titanic_41/usr/src/uts/common/os/
H A Dvmem.c763 vmem_seg_t *vnext = walker->vs_anext; in vmem_advance()
796 vsp->vs_anext->vs_type == VMEM_SPAN) { in vmem_advance()
841 vsp = rotor->vs_anext; in vmem_nextfit_alloc()
861 vsp = vsp->vs_anext; in vmem_nextfit_alloc()
871 vmem_advance(vmp, rotor, rotor->vs_anext); in vmem_nextfit_alloc()
888 vsp = rotor->vs_anext; in vmem_nextfit_alloc()
1217 vnext = vsp->vs_anext; in vmem_xfree()
1242 vsp->vs_anext->vs_type == VMEM_SPAN) { in vmem_xfree()
1396 for (vsp = seg0->vs_anext; vsp != seg0; vsp = vsp->vs_anext) { in vmem_walk()
1498 vsp->vs_anext = vsp; in vmem_create_common()
[all …]
/titanic_41/usr/src/lib/libumem/common/sys/
H A Dvmem_impl_user.h55 vmem_seg_t *vs_anext; /* next in arena */ member
/titanic_41/usr/src/uts/common/sys/
H A Dvmem_impl.h56 vmem_seg_t *vs_anext; /* next in arena */ member
/titanic_41/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c3195 vsw->vsw_current = (uintptr_t)seg.vs_anext; in vmem_seg_walk_step()
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c3562 vsw->vsw_current = (uintptr_t)seg.vs_anext; in vmem_seg_walk_step()