Searched refs:cnt (Results 601 - 625 of 971) sorted by relevance

<<21222324252627282930>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ipath/
H A Dipath_kernel.h914 unsigned cnt);
1068 static inline void ipath_sdma_desc_reserve(struct ipath_devdata *dd, u16 cnt) argument
1070 dd->ipath_sdma_desc_nreserved += cnt;
1073 static inline void ipath_sdma_desc_unreserve(struct ipath_devdata *dd, u16 cnt) argument
1075 dd->ipath_sdma_desc_nreserved -= cnt;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/serio/
H A Dhil_mlc.c166 int did, i, cnt; local
170 i = cnt = 0;
184 drv->interrupt(serio, HIL_CMD_POL + cnt, 0);
190 cnt = 0;
193 cnt++;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dsymbol.c838 int i, cnt, size; local
841 cnt = size = 0;
853 if (cnt + 1 >= size) {
863 sym_arr[cnt++] = sym;
866 sym_arr[cnt] = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dsockmisc.c433 sendfromto(s, buf, buflen, src, dst, cnt)
434 int s, cnt;
524 for (i = 0; i < cnt; i++) {
581 for (i = 0; i < cnt; i++) {
661 for (i = 0; i < cnt; i++) {
H A Dhandler.c152 int cnt = 0; local
157 cnt++;
159 buf = vmalloc(cnt * sizeof(struct ph1dump));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dsymbol.c724 int i, cnt, size; local
727 cnt = size = 0;
739 if (cnt + 1 >= size) {
748 sym_arr[cnt++] = sym;
751 sym_arr[cnt] = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/bnx2x/
H A Dbnx2x_link.c493 /* set cnt max size */
2266 u16 val, fw_ver1, fw_ver2, cnt; local
2298 for (cnt = 0; cnt < 100; cnt++) {
2309 if (cnt == 100) {
2330 for (cnt = 0; cnt < 100; cnt++) {
2341 if (cnt
2450 u16 val, cnt, cnt1 ; local
3631 u16 cnt; local
6698 u16 val, cnt; local
[all...]
H A Dbnx2x_main.c188 int cnt = 200; local
242 if (!cnt) {
246 cnt--;
261 int cnt = 200; local
314 if (!cnt) {
318 cnt--;
964 int cnt; local
990 for (cnt = 0; cnt < 1000; cnt
1578 u32 cnt = 1; local
4851 int cnt = 5000; local
5044 int cnt = 500; local
5175 int i, cnt, rc; local
5440 u32 shmem, cnt, validity_offset, val; local
5551 int cnt = 1000; local
6633 int cnt, i, block_end, rodi; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/sbus/char/
H A Dopenprom.c309 static int cnt; local
359 if (cnt++ < 10)
364 if (cnt++ < 10)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ufs/
H A Dutil.h530 __fs32 * fraglist, int cnt)
543 fs32_add(sb, &fraglist[fragsize], cnt);
548 fs32_add(sb, &fraglist[fragsize], cnt);
529 ufs_fragacct(struct super_block * sb, unsigned blockmap, __fs32 * fraglist, int cnt) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/dream/camera/
H A Dmsm_v4l2.c272 static int cnt; local
307 if (cnt == PREVIEW_FRAMES_NUM - 1)
311 cnt++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dsnprintf.c473 int cnt = 0; local
499 while (*value && ((max < 0) || (cnt < max)))
502 ++cnt;
H A Dmswindows.c702 inet_ntop (int af, const void *src, char *dst, socklen_t cnt)
709 DWORD dstlen = cnt;
698 inet_ntop(int af, const void *src, char *dst, socklen_t cnt) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/tipc/
H A Dnode.c577 u32 cnt = 0; local
584 cnt++;
587 return cnt;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-agn-lib.c1431 int cnt; local
1436 for (cnt = 0; cnt < priv->hw_params.max_txq_num; cnt++) {
1437 if (cnt == IWL_CMD_QUEUE_NUM)
1439 txq = &priv->txq[cnt];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dtlb_uv.c1141 int cnt = 0; local
1159 cnt++;
1163 if (cnt != 9) {
1170 for (cnt = 0; *p; p = q + strspn(q, WHITESPACE), cnt++) {
1173 switch (cnt) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/power/
H A Dsnapshot.c811 unsigned int cnt = 0; local
815 cnt += zone_page_state(zone, NR_FREE_PAGES);
817 return cnt;
1842 unsigned int cnt = 0; local
1848 cnt++;
1852 return cnt;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-davinci/
H A Ddma.c358 unsigned int cnt = 0; local
395 cnt++;
396 if (cnt > 10)
412 unsigned int cnt = 0; local
483 cnt++;
484 if (cnt > 10)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/libnetfilter_cttimeout-1.0.0/src/
H A Dlibnetfilter_cttimeout.c606 struct _container_policy_cb cnt = { local
614 mnl_attr_parse_nested(nest, parse_timeout_attr_policy_cb, &cnt);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/scsi/
H A Dzfcp_qdio.c47 static void zfcp_qdio_zero_sbals(struct qdio_buffer *sbal[], int first, int cnt) argument
51 for (i = first; i < first + cnt; i++) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dperf.c198 static ssize_t perf_read(struct file *file, char __user *buf, size_t cnt, loff_t *ppos);
293 static ssize_t perf_read(struct file *file, char __user *buf, size_t cnt, loff_t *ppos) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/core/
H A Ddevices.c489 int ret, cnt = 0; local
590 level + 1, chix, ++cnt);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dscsi_transport_fc.c1071 unsigned int cnt=count; \
1074 if (buf[cnt-1] == '\n') \
1075 cnt--; \
1076 if (cnt > ((slen) - 1)) \
1078 memcpy(vport->field, buf, cnt); \
1335 unsigned int cnt=count; \
1338 if (buf[cnt-1] == '\n') \
1339 cnt--; \
1340 if (cnt > ((slen) - 1)) \
1342 memcpy(fc_host_##field(shost), buf, cnt); \
1766 unsigned int cnt=count; local
1815 unsigned int cnt=count; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/mm/
H A Dinit.c225 for (i = 0; i < memblock.reserved.cnt; i++)
239 for (i = 0; i < memblock.memory.cnt; i++) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/virt/kvm/
H A Deventfd.c76 u64 cnt; local
82 eventfd_ctx_remove_wait_queue(irqfd->eventfd, &irqfd->wait, &cnt);

Completed in 193 milliseconds

<<21222324252627282930>>