Searched refs:new_ns (Results 1 – 1 of 1) sorted by relevance
232 uint64_t current_us, current_ns, new_ns; in roc_sso_ns_to_gw() local249 new_ns = (ns - PLT_MIN(ns, current_ns)); in roc_sso_ns_to_gw()250 new_ns = !new_ns ? 1 : new_ns; in roc_sso_ns_to_gw()251 return (new_ns * plt_tsc_hz()) / 1E9; in roc_sso_ns_to_gw()