Searched refs:DEFINE_KFIFO (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/tty/hvc/ |
H A D | hvc_dcc.c | 29 static DEFINE_KFIFO(inbuf, u8, DCC_INBUF_SIZE); 30 static DEFINE_KFIFO(outbuf, u8, DCC_OUTBUF_SIZE);
|
/linux/samples/kfifo/ |
H A D | inttype-example.c | 42 static DEFINE_KFIFO(test, int, FIFO_SIZE);
|
/linux/include/linux/ |
H A D | kfifo.h | 148 #define DEFINE_KFIFO(fifo, type, size) \ macro
|
/linux/drivers/acpi/apei/ |
H A D | ghes.c | 679 DEFINE_KFIFO(cxl_cper_fifo, struct cxl_cper_work_data, CXL_CPER_FIFO_DEPTH);
|
/linux/drivers/pci/pcie/ |
H A D | aer.c | 1128 static DEFINE_KFIFO(aer_recover_ring, struct aer_recover_entry,
|