Searched refs:to_sbt (Results 1 – 1 of 1) sorted by relevance
838 sbintime_t to_sbt, to_pr; in callout_when() local861 if (cold && to_sbt == 0) in callout_when()862 to_sbt = sbinuptime(); in callout_when()864 to_sbt += tick_sbt; in callout_when()866 to_sbt = sbinuptime(); in callout_when()867 if (SBT_MAX - to_sbt < sbt) in callout_when()868 to_sbt = SBT_MAX; in callout_when()870 to_sbt += sbt; in callout_when()871 *res = to_sbt; in callout_when()897 sbintime_t to_sbt, precision; in callout_reset_sbt_on() local[all …]