Searched refs:total (Results 176 - 200 of 336) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hwmon/
H A Dapplesmc.c356 int total, ret = -ENXIO; local
364 for (total = INIT_TIMEOUT_MSECS; total > 0; total -= INIT_WAIT_MSECS) {
366 printk(KERN_DEBUG "applesmc try %d\n", total);
369 if (total == INIT_TIMEOUT_MSECS) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dgeneric_serial.c108 int c, total = 0; local
152 total += c;
167 return total;
181 int c, total = 0; local
238 total += c;
249 return total;
H A Dhvsi.c1018 int total = 0; local
1043 total += chunksize;
1060 if (total != origcount)
1062 total);
1064 return total;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dfsck_minix.c128 int directory, regular, blockdev, chardev, links, symlinks, total; member in struct:globals
177 #define total (G.total ) macro
694 total++;
740 total++;
1380 total - 2 * directory + 1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/lpfc/
H A Dlpfc_scsi.c1258 uint32_t total = 0, i; local
1274 total = phba->total_scsi_bufs;
1276 if (total >= phba->cfg_hba_queue_depth) {
1279 "command buffers\n", phba->brd_no, total);
1281 } else if (total + num_to_alloc > phba->cfg_hba_queue_depth) {
1287 (phba->cfg_hba_queue_depth - total));
1288 num_to_alloc = phba->cfg_hba_queue_depth - total;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dst.c1480 ssize_t total;
1573 total = count;
1729 if (count < total)
1730 retval = total - count;
1739 retval = total - count;
1942 ssize_t total;
2014 for (total = 0, special = 0; total < count && !special;) {
2018 special = read_tape(STp, count - total, &SRpnt);
2032 (int)(count - total));
1473 ssize_t total; local
1933 ssize_t total; local
3750 int count, total; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Dlops.c119 unsigned int total = sdp->sd_log_num_buf; local
132 while(total) {
133 num = total;
134 if (total > limit)
170 total -= num;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/platforms/
H A Dpplus.c794 unsigned long total; local
803 total = hawk_get_mem_size(PPLUS_HAWK_SMC_BASE);
804 return (total);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dvgastate.c371 int total; local
381 total = state->num_attr + state->num_crtc +
384 saved->attr = vmalloc(total);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/proc/
H A Darray.c340 total = utime + cputime_to_clock_t(p->stime); local
348 if (total) {
350 do_div(temp, total);
364 * the total, to make sure the total observed by userspace
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dunix_io.c162 int total = 0, actual; local
193 total += actual;
197 memset((char *) buf+total, 0, size-actual);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/
H A Druntests.pl2619 my ($testnum, $count, $total)=@_;
3583 my $esttotal = $sofar/$count * $total;
3588 printf "OK (%-3d out of %-3d, %s)\n", $count, $total, $left;
4044 logmsg "\nTest suite total running time breakdown per task...\n\n";
4590 my $total=0;
4608 $total++; # number of tests we've run
4639 my $all = $total + $skipped;
4643 if($total) {
4644 logmsg sprintf("TESTDONE: $ok tests out of $total reported OK: %d%%\n",
4645 $ok/$total*10
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dioc4_serial.c1403 int prod_ptr, cons_ptr, total = 0; local
1435 total++;
1458 if (total > 0 && !(port->ip_sscr & IOC4_SSCR_DMA_EN)) {
1472 if (total > 0)
1476 return total;
2065 int prod_ptr, cons_ptr, total; local
2155 total = 0;
2203 if (total > 0) {
2273 if (total > 0) {
2301 total
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/xfrm/
H A Dxfrm_policy.c534 static void xfrm_byidx_resize(int total) argument
559 static inline int xfrm_bydst_should_resize(int dir, int *total) argument
564 if (total)
565 *total += cnt;
574 static inline int xfrm_byidx_should_resize(int total) argument
579 total > hmask)
603 int dir, total; local
607 total = 0;
609 if (xfrm_bydst_should_resize(dir, &total))
612 if (xfrm_byidx_should_resize(total))
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/pascal/
H A Dzlibpas.pas30 total_in: LongInt; (* total nb of input bytes read so far *)
34 total_out: LongInt; (* total nb of bytes output so far *)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Ddm-table.c763 unsigned int total = 0; local
769 total += t->counts[i];
772 indexes = (sector_t *) dm_vcalloc(total, (unsigned long) NODE_SIZE);
777 for (i = t->depth - 2, total = 0; i >= 0; i--) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Dsavage_state.c342 if (start + n > dmabuf->total / 32) {
344 start, start + n - 1, dmabuf->total / 32);
618 if (idx[i] > dmabuf->total / 32) {
620 i, idx[i], dmabuf->total / 32);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/pascal/
H A Dzlibpas.pas30 total_in: LongInt; (* total nb of input bytes read so far *)
34 total_out: LongInt; (* total nb of bytes output so far *)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/mm/
H A Dinit.c549 int i,free = 0,total = 0,reserved = 0; local
559 total++;
580 total++;
593 printk(KERN_INFO "%d pages of RAM\n", total);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dtun.c317 ssize_t total = 0; local
330 total += sizeof(pi);
336 total += len;
341 return total;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_da_btree.h116 xfs_extlen_t total; /* total blocks needed, for 1st bmap */ member in struct:xfs_da_args
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Darp_tables.c653 struct xt_counters total[],
656 ADD_COUNTER(total[*i], e->counters.bcnt, e->counters.pcnt);
663 struct xt_counters total[],
666 SET_COUNTER(total[*i], e->counters.bcnt, e->counters.pcnt);
652 add_entry_to_counter(const struct arpt_entry *e, struct xt_counters total[], unsigned int *i) argument
662 set_entry_to_counter(const struct arpt_entry *e, struct xt_counters total[], unsigned int *i) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospfd/
H A Dospf_te.c1335 u_int16_t subtotal, u_int16_t total)
1340 for (tlvh = tlvh0; sum < total; tlvh = (next ? next : TLV_HDR_NEXT (tlvh)))
1385 u_int16_t sum, total; local
1387 u_int16_t subtotal, u_int16_t total) = NULL;
1390 total = ntohs (lsah->length) - OSPF_LSA_HEADER_SIZE;
1392 for (tlvh = TLV_HDR_TOP (lsah); sum < total;
1397 sum = (* subfunc)(vty, tlvh, sum, total);
1334 ospf_mpls_te_show_link_subtlv(struct vty *vty, struct te_tlv_header *tlvh0, u_int16_t subtotal, u_int16_t total) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/gadget/
H A Ddummy_hcd.c1238 int limit, total; local
1244 total = 8/*bytes*/ * 12/*packets*/;
1247 total = 64/*bytes*/ * 19/*packets*/;
1250 total = 512/*bytes*/ * 13/*packets*/ * 8/*uframes*/;
1290 if (total <= 0 && type == PIPE_BULK)
1501 limit = total;
1516 total = transfer (dum, urb, ep, limit);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/
H A Dupnphttp.c1587 off_t total, offset, size; local
1709 total = h->req_RangeEnd - h->req_RangeStart + 1;
1712 total, h->req_RangeStart, h->req_RangeEnd, size);
1717 total = size - h->req_RangeStart;
1720 total, h->req_RangeStart, size-1, size);
1726 total = size;
1727 sprintf(hdr_buf, "Content-Length: %jd\r\n", total);

Completed in 422 milliseconds

1234567891011>>