Home
last modified time | relevance | path

Searched refs:TR_FAC_PHYSIO (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/os/
H A Dvm_subr.c143 TRACE_1(TR_FAC_PHYSIO, TR_PHYSIO_START, "physio_start: bp %p", bp); in default_physio()
158 TRACE_1(TR_FAC_PHYSIO, TR_PHYSIO_GETBUF_START, in default_physio()
167 TRACE_1(TR_FAC_PHYSIO, TR_PHYSIO_GETBUF_END, "getbuf_end: bp %p", bp); in default_physio()
234 TRACE_1(TR_FAC_PHYSIO, TR_PHYSIO_LOCK_START, in default_physio()
240 TRACE_0(TR_FAC_PHYSIO, TR_PHYSIO_LOCK_END, in default_physio()
263 TRACE_1(TR_FAC_PHYSIO, TR_PHYSIO_UNLOCK_START, in default_physio()
269 TRACE_0(TR_FAC_PHYSIO, TR_PHYSIO_UNLOCK_END, in default_physio()
297 TRACE_1(TR_FAC_PHYSIO, TR_PHYSIO_END, "physio_end: bp %p", bp); in default_physio()
/titanic_41/usr/src/uts/common/vm/
H A Dvm_as.c2792 TRACE_2(TR_FAC_PHYSIO, TR_PHYSIO_AS_LOCK_START, in as_pagelock()
2819 TRACE_2(TR_FAC_PHYSIO, TR_PHYSIO_SEG_LOCK_START, in as_pagelock()
2827 TRACE_0(TR_FAC_PHYSIO, TR_PHYSIO_SEG_LOCK_END, "seg_lock_1_end"); in as_pagelock()
2848 TRACE_0(TR_FAC_PHYSIO, TR_PHYSIO_AS_LOCK_END, "as_pagelock_end"); in as_pagelock()
2909 TRACE_2(TR_FAC_PHYSIO, TR_PHYSIO_AS_UNLOCK_START, in as_pageunlock()
2929 TRACE_2(TR_FAC_PHYSIO, TR_PHYSIO_SEG_UNLOCK_START, in as_pageunlock()
2940 TRACE_0(TR_FAC_PHYSIO, TR_PHYSIO_AS_UNLOCK_END, "as_pageunlock_end"); in as_pageunlock()
H A Dseg_vn.c8867 TRACE_2(TR_FAC_PHYSIO, TR_PHYSIO_SEGVN_START, in segvn_pagelock()
9158 TRACE_2(TR_FAC_PHYSIO, TR_PHYSIO_SEGVN_UNLOCK_END, in segvn_pagelock()
9225 TRACE_2(TR_FAC_PHYSIO, TR_PHYSIO_SEGVN_HIT_END, in segvn_pagelock()
9421 TRACE_2(TR_FAC_PHYSIO, TR_PHYSIO_SEGVN_FILL_END, in segvn_pagelock()
9438 TRACE_2(TR_FAC_PHYSIO, TR_PHYSIO_SEGVN_MISS_END, in segvn_pagelock()
/titanic_41/usr/src/uts/common/sys/
H A Dvtrace.h90 #define TR_FAC_PHYSIO 47 /* physio */ macro