Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dcallout.h56 #define C_PRELGET(x) (int)((((x) >> 1) & C_PRELRANGE) - 1) macro
/freebsd/sys/kern/
H A Dkern_timeout.c917 to_pr = ((C_PRELGET(flags) < 0) ? sbt >> tc_precexp : in callout_when()
918 sbt >> C_PRELGET(flags)); in callout_when()