Searched refs:next_sec (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum_ptp.c | 167 u64 next_sec, next_sec_in_nsec, cycles; in mlxsw_sp1_ptp_phc_settime() local 172 next_sec = div_u64(nsec, NSEC_PER_SEC) + 1; in mlxsw_sp1_ptp_phc_settime() 173 next_sec_in_nsec = next_sec * NSEC_PER_SEC; in mlxsw_sp1_ptp_phc_settime() 186 0, next_sec, 0, 0); in mlxsw_sp1_ptp_phc_settime()
|
| /linux/net/ipv6/ |
| H A D | addrconf.c | 4622 unsigned long now, next, next_sec, next_sched; in addrconf_verify_rtnl() local 4724 next_sec = round_jiffies_up(next); in addrconf_verify_rtnl() 4728 if (time_before(next_sec, next + ADDRCONF_TIMER_FUZZ)) in addrconf_verify_rtnl() 4729 next_sched = next_sec; in addrconf_verify_rtnl() 4736 now, next, next_sec, next_sched); in addrconf_verify_rtnl()
|