Searched refs:nowabs (Results 1 – 1 of 1) sorted by relevance
238 uint_t nowabs, maxabs; in stop_init_reboot() local240 nowabs = NSEC2MSEC(gethrtime()); in stop_init_reboot()242 if (nowabs < maxabs) { in stop_init_reboot()244 if (nowabs + dsmp->dsm_send_timeout > maxabs) in stop_init_reboot()245 dsmp->dsm_send_timeout = maxabs - nowabs; in stop_init_reboot()