Home
last modified time | relevance | path

Searched refs:CIRC_CNT (Results 1 – 2 of 2) sorted by relevance

/include/linux/
Dcirc_buf.h16 #define CIRC_CNT(head,tail,size) (((head) - (tail)) & ((size)-1)) macro
21 #define CIRC_SPACE(head,tail,size) CIRC_CNT((tail),((head)+1),(size))
Dserial_core.h457 (CIRC_CNT((circ)->head, (circ)->tail, UART_XMIT_SIZE))