Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A Dcallout.h57 #define C_PRELGET(x) (int)((((x) >> 1) & C_PRELRANGE) - 1) macro
/f-stack/freebsd/sys/
H A Dcallout.h59 #define C_PRELGET(x) (int)((((x) >> 1) & C_PRELRANGE) - 1) macro
/f-stack/freebsd/kern/
H A Dkern_timeout.c872 to_pr = ((C_PRELGET(flags) < 0) ? sbt >> tc_precexp : in callout_when()
873 sbt >> C_PRELGET(flags)); in callout_when()