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()587 db->in_count += isize; in bsd_compress()716 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()
185 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
162 int in_count; member624 mdc800->in_count=0; in mdc800_device_open()815 mdc800->in_count=0; in mdc800_device_write()822 if (mdc800->in_count < 8) in mdc800_device_write()824 mdc800->in[mdc800->in_count] = c; in mdc800_device_write()825 mdc800->in_count++; in mdc800_device_write()834 if (mdc800->in_count == 8) in mdc800_device_write()
177 static int qce_import_common(struct ahash_request *req, u64 in_count, in qce_import_common() argument184 u64 count = in_count; in qce_import_common()187 rctx->count = in_count; in qce_import_common()190 if (in_count <= blocksize) { in qce_import_common()207 rctx->buflen = (unsigned int)(in_count & (blocksize - 1)); in qce_import_common()
126 __u32 in_count; /* Bytes received */ member
618 int nents, size_t in_count, in __send_to_port() argument638 in_count = 0; in __send_to_port()663 port->stats.bytes_sent += in_count; in __send_to_port()668 return in_count; in __send_to_port()
1084 int in_count = count; in spkup_write() local1148 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()
3924 int in_count) in qla4_82xx_queue_mbox_cmd() argument3929 for (i = 1; i < in_count; i++) in qla4_82xx_queue_mbox_cmd()