Searched refs:in_count (Results 1 – 11 of 11) sorted by relevance
127 unsigned int in_count; /* uncompressed bytes, aged */ member180 db->in_count = 0; in bsd_clear()203 if (db->in_count >= db->checkpoint) in bsd_check()206 if (db->in_count >= RATIO_MAX || db->bytes_out >= RATIO_MAX) in bsd_check()208 db->in_count -= (db->in_count >> 2); in bsd_check()212 db->checkpoint = db->in_count + CHECK_GAP; in bsd_check()224 new_ratio = db->in_count << RATIO_SCALE_LOG; in bsd_check()255 stats->in_count = db->in_count; in bsd_stats()586 db->in_count += isize; in bsd_compress()714 db->in_count += (skb_out->len - 1); /* don't count the header */ in bsd_decompress()
148 unsigned int in_count; /* uncompressed bytes, aged */ member228 db->in_count = 0; in bsd_clear()251 if (db->in_count >= db->checkpoint) in bsd_check()254 if (db->in_count >= RATIO_MAX || db->bytes_out >= RATIO_MAX) in bsd_check()256 db->in_count -= (db->in_count >> 2); in bsd_check()260 db->checkpoint = db->in_count + CHECK_GAP; in bsd_check()272 new_ratio = db->in_count << RATIO_SCALE_LOG; in bsd_check()303 stats->in_count = db->in_count; in bsd_comp_stats()743 db->in_count += isize; in bsd_compress()910 db->in_count += (explen - 3); /* don't count the header */ in bsd_decompress()
184 for (i = 0; i < mbcp->in_count; i++) { in ql_exec_mb_cmd()623 mbcp->in_count = 1; in ql_mb_about_fw()655 mbcp->in_count = 1; in ql_mb_get_fw_state()694 mbcp->in_count = 5; in ql_mb_idc_ack()726 mbcp->in_count = 3; in ql_mb_set_port_cfg()758 mbcp->in_count = 9; in ql_mb_dump_ram()817 mbcp->in_count = 1; in ql_mb_get_port_cfg()847 mbcp->in_count = 2; in ql_mb_wol_mode()874 mbcp->in_count = 8; in ql_mb_wol_set_magic()962 mbcp->in_count = 2; in ql_mb_set_led_cfg()[all …]
984 int in_count; member
175 int in_count; member637 mdc800->in_count=0; in mdc800_device_open()828 mdc800->in_count=0; in mdc800_device_write()835 if (mdc800->in_count < 8) in mdc800_device_write()837 mdc800->in[mdc800->in_count] = c; in mdc800_device_write()838 mdc800->in_count++; in mdc800_device_write()847 if (mdc800->in_count == 8) in mdc800_device_write()
176 static int qce_import_common(struct ahash_request *req, u64 in_count, in qce_import_common() argument183 u64 count = in_count; in qce_import_common()186 rctx->count = in_count; in qce_import_common()189 if (in_count <= blocksize) { in qce_import_common()206 rctx->buflen = (unsigned int)(in_count & (blocksize - 1)); in qce_import_common()
125 __u32 in_count; /* Bytes received */ member
616 int nents, size_t in_count, in __send_to_port() argument636 in_count = 0; in __send_to_port()661 port->stats.bytes_sent += in_count; in __send_to_port()666 return in_count; in __send_to_port()
1072 int in_count = count; in spkup_write() local1132 if (in_count > 2 && rep_count > 2) { in spkup_write()
16 int in_count) in qla4xxx_queue_mbox_cmd() argument21 for (i = 1; i < in_count; i++) in qla4xxx_queue_mbox_cmd()
3922 int in_count) in qla4_82xx_queue_mbox_cmd() argument3927 for (i = 1; i < in_count; i++) in qla4_82xx_queue_mbox_cmd()