FRAC_TO_NSEC
ts->tv_nsec = FRAC_TO_NSEC(bt->frac);
return bt->sec * 1000000000ULL + FRAC_TO_NSEC(bt->frac);