Searched refs:cps (Results 1 - 19 of 19) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/ipvs/
H A Dip_vs_est.c42 rate is ~2.15Gbits/s, average pps and cps are scaled by 2^10.
59 u32 cps; member in struct:ip_vs_estimator
94 e->cps += ((long)rate - (long)e->cps)>>2;
95 s->cps = (e->cps+0x1FF)>>10;
132 est->cps = stats->cps<<10;
195 e->cps = 0;
H A Dip_vs_ctl.c1749 ip_vs_stats.cps,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/doc/
H A DMakefile.am25 DISTCLEANFILES = gcrypt.cps
H A DMakefile265 DISTCLEANFILES = gcrypt.cps
465 -rm -rf gcrypt.aux gcrypt.cp gcrypt.cps gcrypt.fn gcrypt.fns gcrypt.ky \
H A DMakefile.in265 DISTCLEANFILES = gcrypt.cps
465 -rm -rf gcrypt.aux gcrypt.cp gcrypt.cps gcrypt.fn gcrypt.fns gcrypt.ky \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/printing/
H A Dprtpub.c105 TCHAR cps[] = _T("CharactersPerSecond"); local
122 printf("printRateUnit: %s\n", cps);
123 SetPrinterDataEx(ph, SPLDS_DRIVER_KEY, _T("printRateUnit"), REG_SZ, cps, sizeof(cps));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hpfs/
H A Dmap.c38 char *hpfs_load_code_page(struct super_block *s, secno cps) argument
47 struct code_page_directory *cp = hpfs_map_sector(s, cps, &bh, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Didt77252.c727 u32 cps = vc->estimator->maxcps; local
729 vc->estimator->cps = cps;
730 vc->estimator->avcps = cps << 5;
2100 u32 rate, cps; local
2114 est->cps = (est->avcps + 0x1f) >> 5;
2116 cps = est->cps;
2117 if (cps < (est->maxcps >> 4))
2118 cps
[all...]
H A Didt77252.h196 u32 cps; member in struct:rate_estimator
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/doc/
H A DMakefile.am128 gettext.cp gettext.cps \
H A DMakefile.in699 MOSTLYCLEANFILES = gettext.am gettext.ams gettext.cp gettext.cps \
909 -rm -rf gettext.am gettext.ams gettext.aux gettext.cp gettext.cps gettext.ef \
H A DMakefile699 MOSTLYCLEANFILES = gettext.am gettext.ams gettext.cp gettext.cps \
909 -rm -rf gettext.am gettext.ams gettext.aux gettext.cp gettext.cps gettext.ef \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dip_vs.h142 __u32 cps; /* current connection rate */ member in struct:ip_vs_stats_user
422 __u32 cps; /* current connection rate */ member in struct:ip_vs_stats
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Disdn.h332 int cps; /* current speed of this interface */ member in struct:isdn_net_local_s
333 int transcount; /* byte-counter for cps-calculation */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Drocket.c771 info->cps = baud / bits;
1144 timeout = (sGetTxCnt(cp) + 1) * HZ / info->cps;
1572 printk(KERN_INFO "cps=%d...", info->cps);
1579 check_time = (HZ / info->cps) / 5;
1581 check_time = HZ * txcnt / info->cps;
H A Drocket_int.h1157 int cps; member in struct:r_port
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/i4l/
H A Disdn_net.c302 * Perform auto-hangup and cps-calculation for net-interfaces.
310 * cps-calculation (needed for dynamic channel-bundling):
312 * byte-counter of the interface after copying it to the cps-variable.
326 l->cps = l->transcount;
328 l->cps = (l->transcount * HZ) / (jiffies - last_jiffies);
331 printk(KERN_DEBUG "%s: %d bogocps\n", l->name, l->cps);
1044 * Based on cps-calculation, check if device is overloaded.
1087 * should move to userspace and get based on an overall cps
1090 if (lp->cps > lp->triggercps) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/libasprintf/
H A DMakefile547 -rm -rf autosprintf.aux autosprintf.cp autosprintf.cps autosprintf.fn \
H A DMakefile.in547 -rm -rf autosprintf.aux autosprintf.cp autosprintf.cps autosprintf.fn \

Completed in 197 milliseconds