Searched refs:in_count (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/i4l/
H A Disdn_bsdcomp.c128 unsigned int in_count; /* uncompressed bytes, aged */ member in struct:bsd_db
181 db->in_count = 0;
204 if (db->in_count >= db->checkpoint)
207 if (db->in_count >= RATIO_MAX || db->bytes_out >= RATIO_MAX)
209 db->in_count -= (db->in_count >> 2);
213 db->checkpoint = db->in_count + CHECK_GAP;
222 * db->in_count <= RATIO_MAX.
225 new_ratio = db->in_count << RATIO_SCALE_LOG;
256 stats->in_count
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dbsd_comp.c148 unsigned int in_count; /* uncompressed bytes, aged */ member in struct:bsd_db
228 db->in_count = 0;
251 if (db->in_count >= db->checkpoint)
254 if (db->in_count >= RATIO_MAX || db->bytes_out >= RATIO_MAX)
256 db->in_count -= (db->in_count >> 2);
260 db->checkpoint = db->in_count + CHECK_GAP;
269 * db->in_count <= RATIO_MAX.
272 new_ratio = db->in_count << RATIO_SCALE_LOG;
303 stats->in_count
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppdump/
H A Dbsd-comp.c92 u_int in_count; /* uncompressed bytes, aged */ member in struct:bsd_db
185 db->in_count = 0;
208 if (db->in_count >= db->checkpoint) {
210 if (db->in_count >= RATIO_MAX
212 db->in_count -= db->in_count/4;
216 db->checkpoint = db->in_count + CHECK_GAP;
224 * db->in_count <= RATIO_MAX.
226 new_ratio = db->in_count << RATIO_SCALE_LOG;
257 stats->ratio = db->in_count;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/modules/
H A Dbsd-comp.c116 u_int in_count; /* uncompressed bytes, aged */ member in struct:bsd_db
221 db->in_count = 0;
244 if (db->in_count >= db->checkpoint) {
246 if (db->in_count >= RATIO_MAX
248 db->in_count -= db->in_count/4;
252 db->checkpoint = db->in_count + CHECK_GAP;
260 * db->in_count <= RATIO_MAX.
262 new_ratio = db->in_count << RATIO_SCALE_LOG;
293 stats->ratio = db->in_count;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/image/
H A Dmdc800.c175 int in_count; member in struct:mdc800_data
640 mdc800->in_count=0;
822 mdc800->in_count=0;
829 if (mdc800->in_count < 8)
831 mdc800->in[mdc800->in_count] = c;
832 mdc800->in_count++;
841 if (mdc800->in_count == 8)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/include/linux/
H A Dppp_defs.h161 /* the compression ratio is defined as in_count / bytes_out */
162 __u32 in_count; /* Bytes received */ member in struct:compstat
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppstats/
H A Dpppstats.c196 creq.stats.c.in_count = creq.stats.c.unc_bytes;
201 creq.stats.c.ratio = 256.0 * creq.stats.c.in_count /
206 creq.stats.d.in_count = creq.stats.d.unc_bytes;
211 creq.stats.d.ratio = 256.0 * creq.stats.d.in_count /
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dppp_defs.h158 /* the compression ratio is defined as in_count / bytes_out */
159 __u32 in_count; /* Bytes received */ member in struct:compstat

Completed in 70 milliseconds