OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:current_ndx
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
athrate-sample.c
205
int
current_ndx
= 0;
local in function:pick_sample_ndx
208
current_ndx
= sn->current_rate[size_bin];
209
if (
current_ndx
< 0) {
214
current_tt = sn->stats[size_bin][
current_ndx
].average_tx_time;
220
if (ndx ==
current_ndx
)
235
if (sn->rates[ndx].rate > 22 && ndx >
current_ndx
+ 2)
244
if (sn->rates[
current_ndx
].rate == 22 && ndx >
current_ndx
+ 1)
250
return
current_ndx
;
athrate-sample.c
205
int
current_ndx
= 0;
local in function:pick_sample_ndx
208
current_ndx
= sn->current_rate[size_bin];
209
if (
current_ndx
< 0) {
214
current_tt = sn->stats[size_bin][
current_ndx
].average_tx_time;
220
if (ndx ==
current_ndx
)
235
if (sn->rates[ndx].rate > 22 && ndx >
current_ndx
+ 2)
244
if (sn->rates[
current_ndx
].rate == 22 && ndx >
current_ndx
+ 1)
250
return
current_ndx
;
Completed in 22 milliseconds
Indexes created Tue Sep 30 17:09:57 GMT 2025