Searched refs:next_ns (Results 1 – 3 of 3) sorted by relevance
40 uint64_t now_ns, next_ns; in cpu_mips_timer_update() local49 next_ns = now_ns + clock_ticks_to_ns(env->count_clock, wait); in cpu_mips_timer_update()50 timer_mod(env->timer, next_ns); in cpu_mips_timer_update()
638 s64 now_ns, first_ns, period_ns, next_ns; in ksz_ptp_restart_perout() local659 next_ns = first_ns + count * period_ns; in ksz_ptp_restart_perout()661 next_ns = first_ns; in ksz_ptp_restart_perout()665 while (next_ns < now_ns + 100000000) in ksz_ptp_restart_perout()666 next_ns += period_ns; in ksz_ptp_restart_perout()669 next = ns_to_timespec64(next_ns); in ksz_ptp_restart_perout()
987 bool next_ns; in find_next_fwd_ft() local989 next_ns = flow_act->action & MLX5_FLOW_CONTEXT_ACTION_FWD_NEXT_NS; in find_next_fwd_ft()990 fs_get_obj(prio, next_ns ? ft->ns->node.parent : ft->node.parent); in find_next_fwd_ft()