Searched refs:d_time (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zpl_inode.c | 70 dentry->d_time = jiffies; in zpl_lookup() 637 error = time_before(dentry->d_time, zfsvfs->z_rollback_time);
|
| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | bbr.c | 3135 uint32_t diff, d_time; in bbr_lt_bw_sampling() local 3216 d_time = 0; in bbr_lt_bw_sampling() 3223 bbr_log_type_ltbw(bbr, cts, 2, 0, 0, 0, d_time); in bbr_lt_bw_sampling() 3234 bbr_log_type_ltbw(bbr, cts, 6, 0, 0, 0, d_time); in bbr_lt_bw_sampling() 3247 bbr_log_type_ltbw(bbr, cts, 3, 0, 0, 0, d_time); in bbr_lt_bw_sampling() 3257 bbr_log_type_ltbw(bbr, cts, 6, 0, 0, 0, d_time); in bbr_lt_bw_sampling() 3268 if (d_time < 1000) { in bbr_lt_bw_sampling() 3271 bbr_log_type_ltbw(bbr, cts, 6, 0, 0, 0, d_time); in bbr_lt_bw_sampling() 3274 if (d_time >= (0xffffffff / USECS_IN_MSEC)) { in bbr_lt_bw_sampling() 3281 del_time = d_time; in bbr_lt_bw_sampling() [all …]
|