Home
last modified time | relevance | path

Searched refs:x_dstat (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4/os/
H A Dx_call.c43 uint_t x_dstat[NCPU][XC_LOOP_EXIT+1]; variable
282 XC_STAT_INC(x_dstat[lcx][XT_ONE_SELF]); in xt_one_unchecked()
291 XC_STAT_INC(x_dstat[lcx][XT_ONE_OTHER]); in xt_one_unchecked()
405 XC_STAT_INC(x_dstat[lcx][XT_ALL_SELF]); in xt_all()
414 XC_STAT_INC(x_dstat[lcx][XT_ALL_OTHER]); in xt_all()
450 XC_STAT_INC(x_dstat[lcx][XC_ONE_SELF]); in xc_one()
539 XC_STAT_INC(x_dstat[lcx][XC_ONE_OTHER]); in xc_one()
667 XC_STAT_INC(x_dstat[lcx][XC_ALL_SELF]); in xc_all()
742 ASSERT(x_dstat[lcx][XC_ATTENTION] == in xc_attention()
743 x_dstat[lcx][XC_DISMISSED]); in xc_attention()
[all …]
/illumos-gate/usr/src/uts/sun4/sys/
H A Dxc_impl.h278 extern uint_t x_dstat[NCPU][XC_LOOP_EXIT+1];
285 x_dstat[cpuid][XC_CPUID] = 0xffffff00 | cpuid; \