Home
last modified time | relevance | path

Searched refs:next_ns (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dlwt_seg6local.c55 int next_ns = ns + 1; in setup() local
58 NETNS_BASE, ns, local_id, peer_id, NETNS_BASE, next_ns); in setup()
61 SYS(fail, "ip -n %s%d link set dev veth%d up", NETNS_BASE, next_ns, peer_id); in setup()
67 NETNS_BASE, next_ns, peer_id, local_id, peer_id); in setup()
/linux/drivers/net/dsa/microchip/
H A Dksz_ptp.c635 s64 now_ns, first_ns, period_ns, next_ns; in ksz_ptp_restart_perout() local
656 next_ns = first_ns + count * period_ns; in ksz_ptp_restart_perout()
658 next_ns = first_ns; in ksz_ptp_restart_perout()
662 while (next_ns < now_ns + 100000000) in ksz_ptp_restart_perout()
663 next_ns += period_ns; in ksz_ptp_restart_perout()
666 next = ns_to_timespec64(next_ns); in ksz_ptp_restart_perout()