Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libumem/common/
H A Dvmem.c660 vmem_seg_t *vnext = walker->vs_anext; in vmem_advance()
693 vsp->vs_anext->vs_type == VMEM_SPAN) { in vmem_advance()
738 vsp = rotor->vs_anext; in vmem_nextfit_alloc()
758 vsp = vsp->vs_anext; in vmem_nextfit_alloc()
770 vmem_advance(vmp, rotor, rotor->vs_anext); in vmem_nextfit_alloc()
790 vsp = rotor->vs_anext; in vmem_nextfit_alloc()
1025 vnext = vsp->vs_anext; in vmem_xfree()
1050 vsp->vs_anext->vs_type == VMEM_SPAN) { in vmem_xfree()
1219 vmem_seg_t *nextseg = span->vs_anext; in vmem_extend_unlocked()
1300 vmem_seg_t *oldseg = span->vs_anext; in vmem_extend_unlocked()
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Dvmem.c766 vmem_seg_t *vnext = walker->vs_anext; in vmem_advance()
799 vsp->vs_anext->vs_type == VMEM_SPAN) { in vmem_advance()
844 vsp = rotor->vs_anext; in vmem_nextfit_alloc()
864 vsp = vsp->vs_anext; in vmem_nextfit_alloc()
874 vmem_advance(vmp, rotor, rotor->vs_anext); in vmem_nextfit_alloc()
891 vsp = rotor->vs_anext; in vmem_nextfit_alloc()
1226 vnext = vsp->vs_anext; in vmem_xfree()
1251 vsp->vs_anext->vs_type == VMEM_SPAN) { in vmem_xfree()
1405 for (vsp = seg0->vs_anext; vsp != seg0; vsp = vsp->vs_anext) { in vmem_walk()
1507 vsp->vs_anext = vsp; in vmem_create_common()
[all …]
/illumos-gate/usr/src/lib/libumem/common/sys/
H A Dvmem_impl_user.h53 vmem_seg_t *vs_anext; /* next in arena */ member
/illumos-gate/usr/src/uts/common/sys/
H A Dvmem_impl.h54 vmem_seg_t *vs_anext; /* next in arena */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c3196 vsw->vsw_current = (uintptr_t)seg.vs_anext; in vmem_seg_walk_step()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c3563 vsw->vsw_current = (uintptr_t)seg.vs_anext; in vmem_seg_walk_step()