Lines Matching refs:__predict_false
168 KASSERT(__predict_false(cold) || curcpu_stable());
169 KASSERT(__predict_false(cold) || ci == curcpu());
645 if (__predict_false(period_ticks == 0) ||
646 __predict_false(period_secs == 0) ||
647 __predict_false(curcpu()->ci_heartbeat_suspend) ||
648 __predict_false(panicstr != NULL))
679 if (__predict_false(d > period_ticks) &&
700 if (__predict_false(d > period_secs)) {
735 if (__predict_false(d > period_secs) &&
736 __predict_false(d < UINT_MAX/2) &&