Searched refs:NS_TO_SBT (Results 1 – 1 of 1) sorted by relevance
634 #define NS_TO_SBT(ns) (((ns) * (((uint64_t)1 << 63) / 500000000)) >> 32) in timer2sbintime() macro672 return (secs << 32 | NS_TO_SBT(data % 1000000000)); in timer2sbintime()674 return (NS_TO_SBT(data)); in timer2sbintime()