Searched defs:enough (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_rate.c237 int32_t mod = 0, nrate, enough; local
244 enough = (an->an_tx_ok + an->an_tx_err >= 10);
251 if (enough && an->an_tx_ok < an->an_tx_retr)
255 if (enough && an->an_tx_err == 0 && an->an_tx_ok > an->an_tx_retr * 10)
261 if (enough && an->an_tx_upper > 0)
289 } else if (enough)
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_rc.c1973 int32_t mod = 0, nrate, enough; local
1980 enough = (an->an_tx_ok + an->an_tx_err >= 10);
1987 if (enough && an->an_tx_ok < an->an_tx_retr)
1991 if (enough && an->an_tx_err == 0 && an->an_tx_ok > an->an_tx_retr * 10)
1997 if (enough && an->an_tx_upper > 0)
2025 } else if (enough)
/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddeliver.c1313 SM_NONVOLATILE time_t enough = 0; local
2013 enough = curtime() + TimeOuts.to_aconnect;
2141 enough);
2152 ** Have we tried long enough to get a connection?
2157 if (enough > 0 && mci->mci_lastuse >= enough)
2172 enough = 0;
2911 ** fast enough
/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtw.c2448 int32_t mod = 1, nrate, enough; local
2451 enough = (rsc->sc_tx_ok + rsc->sc_tx_err) >= 600? 1 : 0;
2454 if (enough && rsc->sc_tx_ok < rsc->sc_tx_err)
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_page.c430 * out, and never have enough to get swapped back in.
1524 * enough pages to satisfy the caller's request.
1536 * Wait until there are enough free pages to satisfy our
1558 * All of the pcf locks are held, there are not enough pages
1926 * Create enough pages for "bytes" worth of data starting at
2896 int enough; local
2930 enough = pcf_decrement_bucket(1);
2932 if (!enough) {
2951 enough = 1;
2957 if (!enough) {
[all...]

Completed in 192 milliseconds