OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SamplePeriod
(Results
1 - 4
of
4
) sorted by null
/external/libppp/src/
throughput.c
49
t->
SamplePeriod
= period;
91
for (i = 0; i < t->
SamplePeriod
; i++)
124
secs_up > t->
SamplePeriod
? t->
SamplePeriod
: secs_up);
170
divisor = uptime < t->
SamplePeriod
? uptime + 1 : t->
SamplePeriod
;
186
if (++t->nSample == t->
SamplePeriod
)
189
if (t->callback.fn != NULL && uptime >= t->
SamplePeriod
)
201
for (i = 0; i < t->
SamplePeriod
; i++)
259
for (i = 0; i < t->
SamplePeriod
; i++
[
all
...]
throughput.h
42
int
SamplePeriod
;
mp.c
218
if (mp->link.stats.total.
SamplePeriod
!= mp->cfg.autoload.period) {
233
if (mp->link.stats.total.
SamplePeriod
!= mp->cfg.autoload.period)
[
all
...]
bundle.c
1046
if (secs > t->
SamplePeriod
)
1047
secs = t->
SamplePeriod
;
[
all
...]
Completed in 574 milliseconds