Home
last modified time | relevance | path

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

/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c3098 uint32_t diff, d_time; in bbr_lt_bw_sampling() local
3177 d_time = bbr->r_ctl.rc_del_time - bbr->r_ctl.rc_lt_time; in bbr_lt_bw_sampling()
3179 d_time = 0; in bbr_lt_bw_sampling()
3186 bbr_log_type_ltbw(bbr, cts, 2, 0, 0, 0, d_time); in bbr_lt_bw_sampling()
3197 bbr_log_type_ltbw(bbr, cts, 6, 0, 0, 0, d_time); in bbr_lt_bw_sampling()
3210 bbr_log_type_ltbw(bbr, cts, 3, 0, 0, 0, d_time); in bbr_lt_bw_sampling()
3220 bbr_log_type_ltbw(bbr, cts, 6, 0, 0, 0, d_time); in bbr_lt_bw_sampling()
3228 bbr_log_type_ltbw(bbr, cts, 6, lost, delivered, 0, d_time); in bbr_lt_bw_sampling()
3231 if (d_time < 1000) { in bbr_lt_bw_sampling()
3234 bbr_log_type_ltbw(bbr, cts, 6, 0, 0, 0, d_time); in bbr_lt_bw_sampling()
[all …]
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_inode.c93 dentry->d_time = jiffies; in zpl_lookup()