Searched refs:vs_thread (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libumem/common/sys/
H A Dvmem_impl_user.h63 thread_t vs_thread; member in struct:vmem_seg
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dvmem_impl.h64 kthread_t *vs_thread; member in struct:vmem_seg
/opensolaris-onvv-gate/usr/src/lib/libumem/common/
H A Dvmem.c348 vsp->vs_thread = thr_self();
1758 vmem_seg_size = P2ROUNDUP(offsetof(vmem_seg_t, vs_thread),
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dvmem.c474 vsp->vs_thread = curthread;
H A Dkmem.c4407 vmem_seg_size = offsetof(vmem_seg_t, vs_thread);
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c3751 if (thread != NULL && (uintptr_t)vs.vs_thread != thread)
3781 "", "", vs.vs_thread, vs.vs_timestamp);
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c3238 if (thread != NULL && (uintptr_t)vs.vs_thread != thread)
3268 "", "", vs.vs_thread, vs.vs_timestamp);

Completed in 281 milliseconds