Searched refs:total_weight (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmss3.c42 unsigned total_freq, total_weight; member in struct:Model2
129 m->total_weight = 2;
146 m->total_weight += m->upd_val;
147 if (m->total_weight > 0x2000) {
148 m->total_weight = (m->total_weight + 1) >> 1;
150 if (m->total_weight == m->zero_weight)
151 m->total_weight = m->zero_weight + 1;
156 scale = 0x80000000u / m->total_weight;
158 m->total_freq = m->total_weight * scal
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/block/
H A Dcfq-iosched.c88 unsigned total_weight; member in struct:cfq_rb_root
596 return cfq_target_latency * cfqg->weight / st->total_weight;
880 st->total_weight += cfqg->weight;
900 st->total_weight -= cfqg->weight;

Completed in 159 milliseconds