Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netinet/tcp_stacks/
H A Dbbr.c3115 uint32_t diff, d_time; in bbr_lt_bw_sampling() local
3196 d_time = 0; in bbr_lt_bw_sampling()
3203 bbr_log_type_ltbw(bbr, cts, 2, 0, 0, 0, d_time); in bbr_lt_bw_sampling()
3214 bbr_log_type_ltbw(bbr, cts, 6, 0, 0, 0, d_time); in bbr_lt_bw_sampling()
3227 bbr_log_type_ltbw(bbr, cts, 3, 0, 0, 0, d_time); in bbr_lt_bw_sampling()
3237 bbr_log_type_ltbw(bbr, cts, 6, 0, 0, 0, d_time); in bbr_lt_bw_sampling()
3248 if (d_time < 1000) { in bbr_lt_bw_sampling()
3251 bbr_log_type_ltbw(bbr, cts, 6, 0, 0, 0, d_time); in bbr_lt_bw_sampling()
3254 if (d_time >= (0xffffffff / USECS_IN_MSEC)) { in bbr_lt_bw_sampling()
3261 del_time = d_time; in bbr_lt_bw_sampling()
[all …]
/freebsd-14.2/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_inode.c70 dentry->d_time = jiffies; in zpl_lookup()