Searched refs:RATE (Results 1 – 14 of 14) sorted by relevance
| /netbsd-src/sys/lib/libkern/ |
| H A D | entpool.c | 94 #define RATE ENTPOOL_RATE macro 137 ASSERT(P->i <= RATE-1); in entpool_enter() 141 if (P->i == RATE-1) in entpool_enter() 143 ASSERT(P->i < RATE-1); in entpool_enter() 150 if (P->i == RATE-1) in entpool_enter() 152 ASSERT(P->i < RATE-1); in entpool_enter() 157 if (P->i == RATE-1) in entpool_enter() 159 ASSERT(P->i < RATE-1); in entpool_enter() 184 ASSERT(P->i <= RATE-1); in entpool_enter_nostir() 187 if (P->i == RATE-1) in entpool_enter_nostir() [all …]
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Java/ |
| H A D | j_profile.d | 58 #define RATE 101 /* sampling rate, Hertz */ macro 64 DEPTH, RATE); 67 profile-RATE
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Bin/ |
| H A D | j_profile.d | 58 #define RATE 101 /* sampling rate, Hertz */ macro 64 DEPTH, RATE); 67 profile-RATE
|
| H A D | py_profile.d | 59 #define RATE 1001 /* sampling rate, Hertz */ macro 65 DEPTH, RATE); 68 profile-RATE
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Python/ |
| H A D | py_profile.d | 59 #define RATE 1001 /* sampling rate, Hertz */ macro 65 DEPTH, RATE); 68 profile-RATE
|
| /netbsd-src/sys/external/bsd/drm2/include/linux/ |
| H A D | average.h | 32 #define DECLARE_EWMA(NAME, PREC, RATE) \ argument 52 const unsigned long shift = ilog2(RATE); \
|
| /netbsd-src/sys/dev/ic/ |
| H A D | athrate-onoe.c | 269 #define RATE(_ix) (ni->ni_rates.rs_rates[(_ix)] & IEEE80211_RATE_VAL) in ath_rate_ctl_start() macro 287 for (; srate >= 0 && RATE(srate) > 72; srate--) in ath_rate_ctl_start() 304 for (; srate >= 0 && RATE(srate) != r; srate--) in ath_rate_ctl_start() 310 #undef RATE in ath_rate_ctl_start()
|
| H A D | athrate-amrr.c | 279 #define RATE(_ix) (ni->ni_rates.rs_rates[(_ix)] & IEEE80211_RATE_VAL) in ath_rate_ctl_start() macro 297 for (; srate >= 0 && RATE(srate) > 72; srate--) in ath_rate_ctl_start() 314 for (; srate >= 0 && RATE(srate) != r; srate--) in ath_rate_ctl_start() 320 #undef RATE in ath_rate_ctl_start()
|
| H A D | athrate-sample.c | 650 #define RATE(_ix) (ni->ni_rates.rs_rates[(_ix)] & IEEE80211_RATE_VAL) in ath_rate_ctl_reset() macro 672 for (; srate >= 0 && RATE(srate) != r; srate--) in ath_rate_ctl_reset() 741 #undef RATE in ath_rate_ctl_reset()
|
| /netbsd-src/external/bsd/ntp/dist/sntp/tests/data/ |
| H A D | kod-expected-multiple | 3 000000000000abcd RATE example.com
|
| /netbsd-src/external/bsd/ntp/dist/include/ |
| H A D | gps.h | 44 #define RATE 0x0054 /* Pulse rate output select */ macro
|
| /netbsd-src/sys/external/isc/atheros_hal/dist/ar5211/ |
| H A D | ar5211_xmit.c | 553 #undef RATE in ar5211SetupTxDesc()
|
| /netbsd-src/sys/net80211/ |
| H A D | ieee80211_node.c | 898 #define RATE(_ix) (ni->ni_rates.rs_rates[(_ix)] & IEEE80211_RATE_VAL) in ieee80211_get_rate() macro 912 ix >= 0 && RATE(ix) != rate; ix--) in ieee80211_get_rate()
|
| /netbsd-src/external/ibm-public/postfix/dist/conf/ |
| H A D | main.cf | 370 # INPUT RATE CONTROL
|