Searched refs:deltat (Results 1 – 1 of 1) sorted by relevance
586 struct bintime newt, deltat; in ng_car_refillhook() local593 deltat = newt; in ng_car_refillhook()594 bintime_sub(&deltat, &h->lastRefill); in ng_car_refillhook()597 if (deltat.sec < 0) { in ng_car_refillhook()603 if (deltat.sec >= 1000) { in ng_car_refillhook()607 deltat_us = (deltat.sec << 20) + (deltat.frac >> 44); in ng_car_refillhook()