Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dsysdc_impl.h54 uint_t sdp_should_break; /* # updates need_break is set */ member
/titanic_41/usr/src/uts/common/disp/
H A Dsysdc.c718 boolean_t breaking = (cur->sdp_should_break != 0); in sysdc_update()
821 if (cur->sdp_should_break > 0) { in sysdc_update()
822 cur->sdp_should_break--; /* breaking */ in sysdc_update()
830 cur->sdp_should_break = sysdc_break_updates; in sysdc_update()