Home
last modified time | relevance | path

Searched refs:in_count (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/drivers/isdn/i4l/
Disdn_bsdcomp.c127 unsigned int in_count; /* uncompressed bytes, aged */ member
180 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()
/linux-4.19.296/include/uapi/linux/
Dppp_defs.h126 __u32 in_count; /* Bytes received */ member
/linux-4.19.296/drivers/char/
Dvirtio_console.c618 int nents, size_t in_count, in __send_to_port() argument
638 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()