Searched refs:kfifo_out_spinlocked (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/include/linux/ |
H A D | kfifo.h | 36 * into kfifo_out_spinlocked 38 * must be passed now to the kfifo_in_spinlocked and kfifo_out_spinlocked 564 * kfifo_out_spinlocked - get data from the fifo using a spinlock for locking 573 #define kfifo_out_spinlocked(fifo, buf, n, lock) \ macro 585 /* alias for kfifo_out_spinlocked, will be removed in a future release */ 587 kfifo_out_spinlocked(fifo, buf, n, lock)
|
/linux-4.1.27/arch/powerpc/sysdev/ |
H A D | fsl_rmu.c | 489 while (kfifo_out_spinlocked(&pw->pw_fifo, (unsigned char *)msg_buffer, fsl_pw_dpc()
|
/linux-4.1.27/drivers/rapidio/devices/ |
H A D | tsi721.c | 292 while (kfifo_out_spinlocked(&priv->pw_fifo, (unsigned char *)msg_buffer, tsi721_pw_dpc()
|
Completed in 61 milliseconds