Searched refs:kfifo_out_spinlocked (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/include/linux/
H A Dkfifo.h36 * 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 Dfsl_rmu.c489 while (kfifo_out_spinlocked(&pw->pw_fifo, (unsigned char *)msg_buffer, fsl_pw_dpc()
/linux-4.1.27/drivers/rapidio/devices/
H A Dtsi721.c292 while (kfifo_out_spinlocked(&priv->pw_fifo, (unsigned char *)msg_buffer, tsi721_pw_dpc()

Completed in 61 milliseconds