Searched refs:DECLARE_KFIFO (Results 1 - 8 of 8) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/armada/ |
H A D | armada_drm.h | 75 DECLARE_KFIFO(fb_unref, struct drm_framebuffer *, 8);
|
/linux-4.1.27/samples/kfifo/ |
H A D | bytestream-example.c | 44 static DECLARE_KFIFO(test, unsigned char, FIFO_SIZE);
|
/linux-4.1.27/drivers/iio/imu/inv_mpu6050/ |
H A D | inv_mpu_iio.h | 127 DECLARE_KFIFO(timestamps, long long, TIMESTAMP_FIFO_SIZE);
|
/linux-4.1.27/drivers/memstick/host/ |
H A D | r592.h | 146 DECLARE_KFIFO(pio_fifo, u8, sizeof(u32));
|
/linux-4.1.27/include/linux/ |
H A D | kfifo.h | 126 * DECLARE_KFIFO - macro to declare a fifo object 131 #define DECLARE_KFIFO(fifo, type, size) STRUCT_KFIFO(type, size) fifo macro 134 * INIT_KFIFO - Initialize a fifo declared by DECLARE_KFIFO 157 DECLARE_KFIFO(fifo, type, size) = \
|
/linux-4.1.27/drivers/iio/ |
H A D | industrialio-event.c | 38 DECLARE_KFIFO(det_events, struct iio_event_data, 16);
|
/linux-4.1.27/drivers/thunderbolt/ |
H A D | ctl.c | 35 DECLARE_KFIFO(response_fifo, struct ctl_pkg*, 16);
|
/linux-4.1.27/mm/ |
H A D | memory-failure.c | 1332 DECLARE_KFIFO(fifo, struct memory_failure_entry,
|
Completed in 187 milliseconds