CIRC_SPACE_TO_END   34 drivers/acpi/acpi_dbg.c 	(CIRC_SPACE_TO_END((circ)->head, (circ)->tail, ACPI_AML_BUF_SIZE))
CIRC_SPACE_TO_END   78 drivers/gpu/drm/msm/msm_rd.c 	(CIRC_SPACE_TO_END((circ)->head, (circ)->tail, BUF_SZ))
CIRC_SPACE_TO_END   63 drivers/input/joystick/iforce/iforce-packets.c 	c = CIRC_SPACE_TO_END(head, tail, XMIT_SIZE);
CIRC_SPACE_TO_END  424 drivers/platform/mellanox/mlxbf-tmfifo.c 		seg = CIRC_SPACE_TO_END(cons->tx_buf.head, cons->tx_buf.tail,
CIRC_SPACE_TO_END  844 drivers/tty/amiserial.c 		c = CIRC_SPACE_TO_END(info->xmit.head,
CIRC_SPACE_TO_END  479 drivers/tty/ehv_bytechan.c 		len = CIRC_SPACE_TO_END(bc->head, bc->tail, BUF_SIZE);
CIRC_SPACE_TO_END  600 drivers/tty/serial/serial_core.c 		c = CIRC_SPACE_TO_END(circ->head, circ->tail, UART_XMIT_SIZE);
CIRC_SPACE_TO_END   48 tools/power/acpi/tools/acpidbg/acpidbg.c 	(CIRC_SPACE_TO_END((circ)->head, (circ)->tail, ACPI_AML_BUF_SIZE))