Searched refs:ch_cpstime (Results 1 – 2 of 2) sorted by relevance
290 ulong ch_cpstime; member
1316 if (ch->ch_cpstime < current_time) { in dgnc_maxcps_room()1318 ch->ch_cpstime = current_time; /* reset ch_cpstime */ in dgnc_maxcps_room()1320 } else if (ch->ch_cpstime < buffer_time) { in dgnc_maxcps_room()1322 cps_limit = ((buffer_time - ch->ch_cpstime) * in dgnc_maxcps_room()1511 ch->ch_cpstime += (HZ * count) / ch->ch_digi.digi_maxcps; in dgnc_tty_write()