Searched refs:CIRC_SPACE_TO_END (Results 1 - 8 of 8) sorted by relevance
/linux-4.1.27/include/linux/ |
H A D | circ_buf.h | 31 #define CIRC_SPACE_TO_END(head,tail,size) \ macro
|
/linux-4.1.27/drivers/input/joystick/iforce/ |
H A D | iforce-packets.c | 85 c = CIRC_SPACE_TO_END(head, tail, XMIT_SIZE); iforce_send_packet()
|
/linux-4.1.27/drivers/gpu/drm/msm/ |
H A D | msm_rd.c | 71 (CIRC_SPACE_TO_END((circ)->head, (circ)->tail, BUF_SZ))
|
/linux-4.1.27/arch/ia64/hp/sim/ |
H A D | simserial.c | 201 c = CIRC_SPACE_TO_END(info->xmit.head, info->xmit.tail, SERIAL_XMIT_SIZE); rs_write()
|
/linux-4.1.27/drivers/tty/ |
H A D | ehv_bytechan.c | 468 len = CIRC_SPACE_TO_END(bc->head, bc->tail, BUF_SIZE); ehv_bc_tty_write()
|
H A D | amiserial.c | 861 c = CIRC_SPACE_TO_END(info->xmit.head, rs_write()
|
/linux-4.1.27/drivers/tty/serial/ |
H A D | serial_core.c | 534 c = CIRC_SPACE_TO_END(circ->head, circ->tail, UART_XMIT_SIZE); uart_write()
|
H A D | crisv10.c | 3038 c = CIRC_SPACE_TO_END(info->xmit.head, rs_raw_write()
|
Completed in 254 milliseconds