Searched refs:effective_count (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/block/
H A Ddasd_eer.c577 int tailcount,effective_count; local
595 effective_count = min(eerb->residual, (int) count);
596 eerb->residual -= effective_count;
619 effective_count = min(tailcount,(int)count);
620 eerb->residual = tailcount - effective_count;
623 tc = dasd_eer_read_buffer(eerb, readbuffer, effective_count);
624 WARN_ON(tc != effective_count);
628 if (copy_to_user(buf, readbuffer, effective_count)) {
634 return effective_count;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dnf_conntrack_h323_asn1.c601 unsigned count, effective_count = 0, i, len = 0; local
638 effective_count = count > f->ub ? f->ub : count;
639 *(unsigned *) base = effective_count;
662 effective_count ?
673 effective_count ?

Completed in 47 milliseconds