Searched defs:cheetah_livelock_stat (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common.c656 } cheetah_livelock_stat; variable in typeref:struct:__anon9780
658 #define CHEETAH_LIVELOCK_STAT(item) cheetah_livelock_stat.item++
661 cheetah_livelock_stat.item = value
664 if (value > cheetah_livelock_stat.item) \
665 cheetah_livelock_stat.item = value; \

Completed in 78 milliseconds