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.c749 int qleft; in jsm_check_queue_flow_control() local
752 qleft = ch->ch_r_tail - ch->ch_r_head - 1; in jsm_check_queue_flow_control()
753 if (qleft < 0) in jsm_check_queue_flow_control()
754 qleft += RQUEUEMASK + 1; in jsm_check_queue_flow_control()
771 if (qleft < 256) { in jsm_check_queue_flow_control()
779 qleft); in jsm_check_queue_flow_control()
809 if (qleft > (RQUEUESIZE / 2)) { in jsm_check_queue_flow_control()
817 qleft); in jsm_check_queue_flow_control()