Searched refs:to_sbt (Results 1 – 1 of 1) sorted by relevance
880 sbintime_t to_sbt, to_pr; in callout_when() local897 to_sbt = DPCPU_GET(hardclocktime); in callout_when()900 to_sbt = DPCPU_GET(hardclocktime); in callout_when()903 if (cold && to_sbt == 0) in callout_when()904 to_sbt = sbinuptime(); in callout_when()906 to_sbt += tick_sbt; in callout_when()908 to_sbt = sbinuptime(); in callout_when()909 if (SBT_MAX - to_sbt < sbt) in callout_when()910 to_sbt = SBT_MAX; in callout_when()912 to_sbt += sbt; in callout_when()[all …]