Searched refs:kfifo_in_spinlocked (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/drivers/iio/imu/inv_mpu6050/ |
H A D | inv_mpu_ring.c | 111 kfifo_in_spinlocked(&st->timestamps, ×tamp, 1, inv_mpu6050_irq_handler()
|
/linux-4.1.27/include/linux/ |
H A D | kfifo.h | 35 * - Replace the use of kfifo_put into kfifo_in_spinlocked and kfifo_get 38 * must be passed now to the kfifo_in_spinlocked and kfifo_out_spinlocked 514 * kfifo_in_spinlocked - put data into the fifo using a spinlock for locking 523 #define kfifo_in_spinlocked(fifo, buf, n, lock) \ macro 533 /* alias for kfifo_in_spinlocked, will be removed in a future release */ 535 kfifo_in_spinlocked(fifo, buf, n, lock)
|
Completed in 38 milliseconds