Searched refs:now_us (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_cdg.c | 150 u32 now_us = tp->tcp_mstamp; in tcp_cdg_hystart_update() local 153 ca->last_ack = now_us; in tcp_cdg_hystart_update() 154 ca->round_start = now_us; in tcp_cdg_hystart_update() 155 } else if (before(now_us, ca->last_ack + 3000)) { in tcp_cdg_hystart_update() 158 ca->last_ack = now_us; in tcp_cdg_hystart_update() 159 if (after(now_us, ca->round_start + base_owd)) { in tcp_cdg_hystart_update()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_cdg.c | 150 u32 now_us = tp->tcp_mstamp; in tcp_cdg_hystart_update() local 153 ca->last_ack = now_us; in tcp_cdg_hystart_update() 154 ca->round_start = now_us; in tcp_cdg_hystart_update() 155 } else if (before(now_us, ca->last_ack + 3000)) { in tcp_cdg_hystart_update() 158 ca->last_ack = now_us; in tcp_cdg_hystart_update() 159 if (after(now_us, ca->round_start + base_owd)) { in tcp_cdg_hystart_update()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | health.c | 780 u64 now_us; in mlx5_health_log_ts_update() local 786 now_us = ktime_to_us(ktime_get_real()); in mlx5_health_log_ts_update() 788 MLX5_SET(mrtc_reg, in, time_h, now_us >> 32); in mlx5_health_log_ts_update() 789 MLX5_SET(mrtc_reg, in, time_l, now_us & 0xFFFFFFFF); in mlx5_health_log_ts_update()
|
Completed in 4 milliseconds