Searched refs:RQUEUESIZE (Results 1 – 2 of 2) sorted by relevance
180 #define RQUEUESIZE (RQUEUEMASK + 1) macro181 #define EQUEUESIZE RQUEUESIZE
208 channel->ch_rqueue = kzalloc(RQUEUESIZE, GFP_KERNEL); in jsm_tty_open()595 s = ((head >= tail) ? head : RQUEUESIZE) - tail; in jsm_input()810 if (qleft > (RQUEUESIZE / 2)) { in jsm_check_queue_flow_control()