Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_timeout.c883 sbintime_t to_sbt, to_pr; in callout_when() local
900 to_sbt = DPCPU_GET(hardclocktime); in callout_when()
903 to_sbt = DPCPU_GET(hardclocktime); in callout_when()
906 if (cold && to_sbt == 0) in callout_when()
907 to_sbt = sbinuptime(); in callout_when()
909 to_sbt += tick_sbt; in callout_when()
911 to_sbt = sbinuptime(); in callout_when()
912 if (SBT_MAX - to_sbt < sbt) in callout_when()
913 to_sbt = SBT_MAX; in callout_when()
915 to_sbt += sbt; in callout_when()
[all …]