Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_mount/
H A Dzfs_mount_007_pos.ksh137 cur_val=$(get_prop $property $fs)
142 if [[ $cur_val != off || $orig_val != off ]]; then
146 elif [[ $orig_val == $cur_val ]]; then
155 cur_val=$(get_prop $property $fs)
157 if [[ $orig_val != $cur_val ]]; then
/f-stack/freebsd/netinet/
H A Dsctp_cc_functions.c1609 int cur_val, i, indx, incr; in sctp_hs_cwnd_increase() local
1612 cur_val = net->cwnd >> 10; in sctp_hs_cwnd_increase()
1615 if (cur_val < sctp_cwnd_adjust[0].cwnd) { in sctp_hs_cwnd_increase()
1624 if (cur_val < sctp_cwnd_adjust[i].cwnd) { in sctp_hs_cwnd_increase()
1642 int cur_val, i, indx; in sctp_hs_cwnd_decrease() local
1645 cur_val = net->cwnd >> 10; in sctp_hs_cwnd_decrease()
1646 if (cur_val < sctp_cwnd_adjust[0].cwnd) { in sctp_hs_cwnd_decrease()
1660 cur_val = net->cwnd >> 10; in sctp_hs_cwnd_decrease()
1662 if (cur_val < sctp_cwnd_adjust[0].cwnd) { in sctp_hs_cwnd_decrease()
1667 if (cur_val > sctp_cwnd_adjust[i - 1].cwnd) { in sctp_hs_cwnd_decrease()