Searched refs:CIRC_SIZE (Results 1 – 1 of 1) sorted by relevance
56 #define CIRC_SIZE 2048 /* see comment in tty_io.c:do_tty_write() */ macro57 #define CIRC_MASK (CIRC_SIZE - 1)59 #define circ_free(circ) CIRC_SPACE((circ)->head, (circ)->tail, CIRC_SIZE)60 #define circ_cnt(circ) CIRC_CNT((circ)->head, (circ)->tail, CIRC_SIZE)234 bfin_jc_write_buf.buf = kmalloc(CIRC_SIZE, GFP_KERNEL); in bfin_jc_init()