Searched refs:cnt (Results 376 - 400 of 971) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/asm/
H A Detraxgpio.h190 * cnt: Time since last detected edge, in units of 10ns.
201 unsigned int cnt; member in struct:io_pwm_get_period
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dpcap-nit.c99 pcap_read_nit(pcap_t *p, int cnt, pcap_handler callback, u_char *user) argument
183 if (++n >= cnt && cnt > 0) {
H A Dsavefile.c348 * If cnt > 0, return after 'cnt' packets, otherwise continue until eof.
351 pcap_offline_read(pcap_t *p, int cnt, pcap_handler callback, u_char *user) argument
388 if (++n >= cnt && cnt > 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/sgi-gru/
H A Dgrukdump.c194 int ctxnum, ret, cnt = 0; local
225 cnt++;
231 return cnt;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/can/
H A Dti_hecc.c331 u32 cnt; local
345 cnt = HECC_CCE_WAIT_COUNT;
346 while (!hecc_get_bit(priv, HECC_CANES, HECC_CANES_CCE) && cnt != 0) {
347 --cnt;
370 cnt = HECC_CCE_WAIT_COUNT;
371 while (hecc_get_bit(priv, HECC_CANES, HECC_CANES_CCE) && cnt != 0) {
372 --cnt;
395 u32 cnt, mbxno, mbx_mask; local
407 for (cnt = 0; cnt < HECC_MAX_RX_MBO
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dmodule.c229 unsigned long cnt = 0; local
236 cnt++;
240 return cnt;
245 unsigned long cnt = 0; local
253 cnt++;
257 return cnt;
262 unsigned long cnt = 0; local
268 cnt++;
272 return cnt;
277 unsigned long cnt local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_sd7220.c741 u8 *buf, int cnt, int rd_notwr)
808 while (tries > 0 && sofar < cnt) {
857 int cnt, sofar, req; local
864 cnt = qib_sd7220_ram_xfer(dd, sdnum, offset + sofar,
866 if (cnt < req) {
881 int cnt, sofar, req, idx, errors; local
890 cnt = qib_sd7220_ram_xfer(dd, sdnum, sofar + offset,
892 if (cnt < req) {
897 for (idx = 0; idx < cnt; ++idx) {
901 sofar += cnt;
740 qib_sd7220_ram_xfer(struct qib_devdata *dd, int sdnum, u32 loc, u8 *buf, int cnt, int rd_notwr) argument
1217 int cnt = ARRAY_SIZE(rxeq_init_vals); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/pseries/
H A Deeh_cache.c117 int cnt = 0; local
124 (piar->flags & IORESOURCE_IO) ? "i/o" : "mem", cnt,
126 cnt++;
H A Deeh_driver.c253 int cnt, rc; local
256 cnt = pe_dn->eeh_freeze_count;
293 pe_dn->eeh_freeze_count = cnt;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/mm/
H A Dinit.c79 for (i = 0; i < memblock.memory.cnt; i++) {
145 for (i = 0; i < memblock.reserved.cnt; i++) {
271 if (!memblock.reserved.cnt) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dsb_audio.c687 unsigned long flags, cnt; local
710 cnt = count;
712 cnt >>= 1;
713 cnt--;
726 sb_dsp_command(devc, (unsigned char) (cnt & 0xff));
727 sb_dsp_command(devc, (unsigned char) (cnt >> 8));
744 unsigned long flags, cnt; local
758 cnt = count;
760 cnt >>= 1;
761 cnt
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dmutex.c478 * @cnt: the atomic which we are to dec
483 int atomic_dec_and_mutex_lock(atomic_t *cnt, struct mutex *lock) argument
486 if (atomic_add_unless(cnt, -1, 1))
490 if (!atomic_dec_and_test(cnt)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Ddebugobjects.c115 int cnt = 0; local
118 cnt++;
122 if (cnt > debug_objects_maxchain)
123 debug_objects_maxchain = cnt;
619 int cnt; local
631 cnt = 0;
634 cnt++;
662 if (cnt > debug_objects_maxchain)
663 debug_objects_maxchain = cnt;
979 int i, cnt local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dbounce.c201 unsigned int cnt = (*bio_orig)->bi_vcnt; local
203 bio = bio_alloc(GFP_NOIO, cnt);
204 memset(bio->bi_io_vec, 0, cnt * sizeof(struct bio_vec));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dftrace.c736 size_t cnt, loff_t *ppos)
742 if (cnt >= sizeof(buf))
745 if (copy_from_user(&buf, ubuf, cnt))
748 buf[cnt] = 0;
761 cnt = ret;
767 cnt = ret;
783 *ppos += cnt;
785 return cnt;
790 size_t cnt, loff_t *ppos)
796 return simple_read_from_buffer(ubuf, cnt, ppo
735 ftrace_profile_write(struct file *filp, const char __user *ubuf, size_t cnt, loff_t *ppos) argument
789 ftrace_profile_read(struct file *filp, char __user *ubuf, size_t cnt, loff_t *ppos) argument
1319 int cnt; local
2193 ftrace_regex_write(struct file *file, const char __user *ubuf, size_t cnt, loff_t *ppos, int enable) argument
2231 ftrace_filter_write(struct file *file, const char __user *ubuf, size_t cnt, loff_t *ppos) argument
2238 ftrace_notrace_write(struct file *file, const char __user *ubuf, size_t cnt, loff_t *ppos) argument
2592 ftrace_graph_write(struct file *file, const char __user *ubuf, size_t cnt, loff_t *ppos) argument
3013 ftrace_pid_write(struct file *filp, const char __user *ubuf, size_t cnt, loff_t *ppos) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx231xx/
H A Dcx231xx-audio.c119 unsigned int cnt; local
121 cnt = runtime->buffer_size - oldptr;
123 cnt * stride);
124 memcpy(runtime->dma_area, cp + cnt * stride,
125 length * stride - cnt * stride);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/mm/
H A Dmem.c86 for (i=0; i < memblock.memory.cnt; i++) {
207 for (i = 0; i < memblock.memory.cnt; i++) {
221 for (i = 0; i < memblock.reserved.cnt; i++) {
239 for (i = 0; i < memblock.reserved.cnt; i++)
257 for (i = 0; i < memblock.memory.cnt - 1; i++) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/kernel/
H A Dbfin_dma_5xx.c325 static void __dma_memcpy(u32 daddr, s16 dmod, u32 saddr, s16 smod, size_t cnt, u32 conf) argument
344 /* For larger bit sizes, we've already divided down cnt so it
353 size_t ycnt = cnt >> (16 - shift);
354 cnt = 1 << (16 - shift);
362 bfin_write_MDMA_D0_X_COUNT(cnt);
367 bfin_write_MDMA_S0_X_COUNT(cnt);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/l2tpd-0.69/
H A Dl2tpd.c1068 int cnt = -1; local
1072 while (cnt)
1079 cnt = strlen(buf);
1083 cnt = read (control_fd, buf, sizeof (buf));
1085 if (cnt > 0)
1087 if (buf[cnt - 1] == '\n')
1088 buf[--cnt] = 0;
1091 __FUNCTION__, buf, cnt);
1126 if (first_run) cnt = 0; /*Foxconn, by MJ., for leaving while*/
1134 if (first_run) cnt
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/wusbcore/
H A Ddevconnect.c69 unsigned cnt; local
74 cnt = 0;
76 cack_ie->blk[cnt].CDID = dev_itr->cdid;
77 cack_ie->blk[cnt].bDeviceAddress = dev_itr->addr;
78 if (++cnt >= WUIE_ELT_MAX)
82 + cnt * sizeof(cack_ie->blk[0]);
299 unsigned cnt; local
307 for (cnt = 0;
308 keep_alives < WUIE_ELT_MAX && cnt < wusbhc->ports_max;
309 cnt
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ubifs/
H A Dorphan.c279 int gap, err, len, cnt, i; local
296 cnt = (gap - UBIFS_ORPH_NODE_SZ) / sizeof(__le64);
297 if (cnt > c->cmt_orphans)
298 cnt = c->cmt_orphans;
299 len = UBIFS_ORPH_NODE_SZ + cnt * sizeof(__le64);
305 for (i = 0; i < cnt; i++) {
312 c->cmt_orphans -= cnt;
379 int cnt = 0; local
388 cnt += 1;
391 ubifs_assert(cnt
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/qam/
H A Dqam_files.c608 int cnt, ret, t_ret; local
629 cnt = 0;
631 cnt++;
634 len = (size_t)cnt * (sizeof(**namelistp) +
640 freep = (char *)(cp + cnt + 1);
716 int cnt, i, ret, t_ret; local
723 cnt = ret = t_ret = 0;
761 if ((ret = __os_dirlist(env, fullname, 0, &names, &cnt)) != 0)
766 if (cnt == 0)
803 for (i = 0; i < cnt;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dhpet.c382 u32 cnt; local
384 cnt = hpet_readl(HPET_COUNTER);
385 cnt += (u32) delta;
386 hpet_writel(cnt, HPET_Tn_CMP(timer));
388 if (unlikely((u32)hpet_readl(HPET_Tn_CMP(timer)) != cnt)) {
389 if (hpet_readl(HPET_Tn_CMP(timer)) != cnt)
394 return (s32)(hpet_readl(HPET_COUNTER) - cnt) >= 0 ? -ETIME : 0;
1041 unsigned int cfg, cnt, delta; local
1062 cnt = delta + hpet_readl(HPET_COUNTER);
1063 hpet_writel(cnt, HPET_T1_CM
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/lib/
H A Dutils.c532 int cnt = 0; local
555 if (cnt < blen) {
556 buf[cnt] = acc;
557 cnt++;
563 if (cnt < blen)
564 memset(buf+cnt, 0, blen-cnt);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/x509/
H A Dx509_lu.c488 int i, idx, cnt; local
494 idx = x509_object_idx_cnt(ctx->ctx->objs, X509_LU_X509, nm, &cnt);
508 idx = x509_object_idx_cnt(ctx->ctx->objs, X509_LU_X509, nm, &cnt);
515 for (i = 0; i < cnt; i++, idx++) {
533 int i, idx, cnt; local
550 idx = x509_object_idx_cnt(ctx->ctx->objs, X509_LU_CRL, nm, &cnt);
557 for (i = 0; i < cnt; i++, idx++) {

Completed in 403 milliseconds

<<11121314151617181920>>