Searched refs:in_count (Results 1 - 10 of 10) sorted by relevance

/drivers/isdn/i4l/
H A Disdn_bsdcomp.c127 unsigned int in_count; /* uncompressed bytes, aged */ member in struct:bsd_db
180 db->in_count = 0;
203 if (db->in_count >= db->checkpoint)
206 if (db->in_count >= RATIO_MAX || db->bytes_out >= RATIO_MAX)
208 db->in_count -= (db->in_count >> 2);
212 db->checkpoint = db->in_count + CHECK_GAP;
221 * db->in_count <= RATIO_MAX.
224 new_ratio = db->in_count << RATIO_SCALE_LOG;
255 stats->in_count
[all...]
/drivers/net/ppp/
H A Dbsd_comp.c148 unsigned int in_count; /* uncompressed bytes, aged */ member in struct:bsd_db
228 db->in_count = 0;
251 if (db->in_count >= db->checkpoint)
254 if (db->in_count >= RATIO_MAX || db->bytes_out >= RATIO_MAX)
256 db->in_count -= (db->in_count >> 2);
260 db->checkpoint = db->in_count + CHECK_GAP;
269 * db->in_count <= RATIO_MAX.
272 new_ratio = db->in_count << RATIO_SCALE_LOG;
303 stats->in_count
[all...]
/drivers/net/ethernet/qlogic/qlge/
H A Dqlge_mpi.c184 for (i = 0; i < mbcp->in_count; i++) {
623 mbcp->in_count = 1;
655 mbcp->in_count = 1;
694 mbcp->in_count = 5;
726 mbcp->in_count = 3;
758 mbcp->in_count = 9;
817 mbcp->in_count = 1;
847 mbcp->in_count = 2;
874 mbcp->in_count = 8;
962 mbcp->in_count
[all...]
H A Dqlge.h984 int in_count; member in struct:mbox_params
/drivers/usb/image/
H A Dmdc800.c175 int in_count; member in struct:mdc800_data
636 mdc800->in_count=0;
826 mdc800->in_count=0;
833 if (mdc800->in_count < 8)
835 mdc800->in[mdc800->in_count] = c;
836 mdc800->in_count++;
845 if (mdc800->in_count == 8)
/drivers/crypto/qce/
H A Dsha.c176 static int qce_import_common(struct ahash_request *req, u64 in_count, argument
183 u64 count = in_count;
186 rctx->count = in_count;
189 if (in_count <= blocksize) {
206 rctx->buflen = (unsigned int)(in_count & (blocksize - 1));
/drivers/char/
H A Dvirtio_console.c615 int nents, size_t in_count,
635 in_count = 0;
660 port->stats.bytes_sent += in_count;
665 return in_count;
614 __send_to_port(struct port *port, struct scatterlist *sg, int nents, size_t in_count, void *data, bool nonblock) argument
/drivers/scsi/qla4xxx/
H A Dql4_mbx.c16 int in_count)
21 for (i = 1; i < in_count; i++)
15 qla4xxx_queue_mbox_cmd(struct scsi_qla_host *ha, uint32_t *mbx_cmd, int in_count) argument
H A Dql4_nx.c3922 int in_count)
3927 for (i = 1; i < in_count; i++)
3921 qla4_82xx_queue_mbox_cmd(struct scsi_qla_host *ha, uint32_t *mbx_cmd, int in_count) argument
/drivers/staging/speakup/
H A Dmain.c1071 int in_count = count; local
1131 if (in_count > 2 && rep_count > 2) {

Completed in 167 milliseconds