Home
last modified time | relevance | path

Searched refs:uts (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/openzfs/scripts/
H A Dzfs2zol-patch.sed3 s:usr/src/uts/common/fs/zfs/sys:include/sys:g
4 s:usr/src/uts/common/fs/zfs:module/zfs:g
10 s:usr/src/uts/common/sys:include/sys:g
26 s:usr/src/uts/common/crypto/io:module/icp/io:g
H A Dzol2zfs-patch.sed7 s:include/sys:usr/src/uts/common/fs/zfs/sys:g
8 s:include/sys:usr/src/uts/common/sys:g
19 s:module/zfs:usr/src/uts/common/fs/zfs:g
/f-stack/freebsd/contrib/openzfs/module/unicode/
H A Du8_textprep.c1393 uchar_t uts[U8_STREAM_SAFE_TEXT_MAX + 1]; in collect_a_seq() local
1612 i = do_decomp(uv, uts, s, sz, in collect_a_seq()
1615 sz = u8_number_of_bytes[uts[j]]; in collect_a_seq()
1619 uts + j, sz); in collect_a_seq()
1637 u8s[saved_sz++] = uts[i]; in collect_a_seq()
/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c6752 uint32_t uts, int32_t match, uint32_t rsm_send_time, int32_t ack_type, struct tcpopt *to) in bbr_update_bbr_info() argument
6809 bbr_log_type_bbrrttprop(bbr, rtt, (rsm ? rsm->r_end : 0), uts, cts, in bbr_update_bbr_info()
6869 uint32_t t, uts = 0; in bbr_update_rtt() local
6908 uts = bbr_ts_convert(to->to_tsecr); in bbr_update_rtt()
6921 if ((SEQ_GEQ(uts, (rsm->r_tim_lastsent[i] - fudge))) && in bbr_update_rtt()
6922 (SEQ_LEQ(uts, (rsm->r_tim_lastsent[i] + fudge)))) { in bbr_update_rtt()
6930 bbr_update_bbr_info(bbr, rsm, t, cts, to->to_tsecr, uts, BBR_RTT_BY_TSMATCHING, in bbr_update_rtt()
6980 bbr_update_bbr_info(bbr, rsm, t, cts, to->to_tsecr, uts, BBR_RTT_BY_EARLIER_RET, in bbr_update_rtt()
6989 bbr_update_bbr_info(bbr, rsm, 0, cts, to->to_tsecr, uts, in bbr_update_rtt()
7000 bbr_update_bbr_info(bbr, rsm, t, cts, to->to_tsecr, uts, in bbr_update_rtt()
[all …]