Searched refs:RQUEUESIZE (Results 1 – 3 of 3) sorted by relevance
185 #define RQUEUESIZE (RQUEUEMASK + 1) macro186 #define EQUEUESIZE RQUEUESIZE
208 channel->ch_rqueue = kzalloc(RQUEUESIZE, GFP_KERNEL); in jsm_tty_open()594 s = ((head >= tail) ? head : RQUEUESIZE) - tail; in jsm_input()804 if (qleft > (RQUEUESIZE / 2)) { in jsm_check_queue_flow_control()
344 n = min(((u32) total), (RQUEUESIZE - (u32) head)); in neo_copy_data_from_uart_to_queue()