Searched refs:DEFINE_KFIFO (Results 1 - 4 of 4) sorted by relevance

/linux-master/samples/kfifo/
H A Dinttype-example.c42 static DEFINE_KFIFO(test, int, FIFO_SIZE);
/linux-master/drivers/tty/hvc/
H A Dhvc_dcc.c29 static DEFINE_KFIFO(inbuf, u8, DCC_INBUF_SIZE);
30 static DEFINE_KFIFO(outbuf, u8, DCC_OUTBUF_SIZE);
/linux-master/include/linux/
H A Dkfifo.h136 * DEFINE_KFIFO - macro to define and initialize a fifo
143 #define DEFINE_KFIFO(fifo, type, size) \ macro
/linux-master/drivers/pci/pcie/
H A Daer.c1133 static DEFINE_KFIFO(aer_recover_ring, struct aer_recover_entry,

Completed in 172 milliseconds