Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/jsm/
H A Djsm_tty.c750 int qleft; in jsm_check_queue_flow_control() local
753 qleft = ch->ch_r_tail - ch->ch_r_head - 1; in jsm_check_queue_flow_control()
754 if (qleft < 0) in jsm_check_queue_flow_control()
755 qleft += RQUEUEMASK + 1; in jsm_check_queue_flow_control()
772 if (qleft < 256) { in jsm_check_queue_flow_control()
780 qleft); in jsm_check_queue_flow_control()
810 if (qleft > (RQUEUESIZE / 2)) { in jsm_check_queue_flow_control()
818 qleft); in jsm_check_queue_flow_control()