Home
last modified time | relevance | path

Searched refs:autoload (Results 1 – 8 of 8) sorted by relevance

/external/libppp/src/
Dmp.c200 if (percent >= mp->cfg.autoload.max) { in mp_UpDown()
203 } else if (percent <= mp->cfg.autoload.min) { in mp_UpDown()
218 if (mp->link.stats.total.SamplePeriod != mp->cfg.autoload.period) { in mp_CheckAutoloadTimer()
220 throughput_init(&mp->link.stats.total, mp->cfg.autoload.period); in mp_CheckAutoloadTimer()
233 if (mp->link.stats.total.SamplePeriod != mp->cfg.autoload.period) in mp_RestartAutoloadTimer()
259 mp->cfg.autoload.period = SAMPLE_PERIOD; in mp_Init()
260 mp->cfg.autoload.min = mp->cfg.autoload.max = 0; in mp_Init()
261 throughput_init(&mp->link.stats.total, mp->cfg.autoload.period); in mp_Init()
332 throughput_init(&mp->link.stats.total, mp->cfg.autoload.period); in mp_Up()
892 " period %d secs\n", mp->cfg.autoload.min, in mp_ShowStatus()
[all …]
Dmp.h104 } autoload; member
DREADME.changes119 o The ``set autoload'' command syntax and implementation have changed as the
132 o MP autoload throughput measurements are now based on the maximum of input
Dcommand.c1725 arg->bundle->ncp.mp.cfg.autoload.min = v1; in SetVariable()
1726 arg->bundle->ncp.mp.cfg.autoload.max = v2; in SetVariable()
1727 arg->bundle->ncp.mp.cfg.autoload.period = v3; in SetVariable()
Dppp.8.m44010 .Dq set autoload
4285 .It set autoload Xo
4323 .Dq set autoload
4330 .Dq set autoload
/external/mksh/src/
Dcheck.t5967 autoload='typeset -fu'
5990 autoload='typeset -fu'
6036 autoload='typeset -fu'
6060 autoload='typeset -fu'
6084 autoload='typeset -fu'
6106 autoload='typeset -fu'
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
DRuby.stg1443 <grammar.directDelegates:{it | autoload :<it.name>, "<it.recognizerName>"<\n>}>
/external/webkit/Source/WebCore/
DChangeLog-2006-12-3121450 …(8) Fixed bugs with the autoload images preference so that it would really work properly when disa…