Searched refs:cur_val (Results 1 – 2 of 2) sorted by relevance
137 cur_val=$(get_prop $property $fs)142 if [[ $cur_val != off || $orig_val != off ]]; then146 elif [[ $orig_val == $cur_val ]]; then155 cur_val=$(get_prop $property $fs)157 if [[ $orig_val != $cur_val ]]; then
1609 int cur_val, i, indx, incr; in sctp_hs_cwnd_increase() local1612 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() local1645 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()