Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_cdg.c150 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()
/OK3568_Linux_fs/kernel/fs/incfs/
H A Ddata_mgmt.c556 s64 now_us; in log_block_read() local
573 now_us = ktime_to_us(ktime_get()); in log_block_read()
583 relative_us = now_us - head->base_record.absolute_ts_us; in log_block_read()
640 .absolute_ts_us = now_us, in log_block_read()
648 head->base_record.absolute_ts_us = now_us; in log_block_read()