Searched refs:kfifo_in_spinlocked (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/hwmon/ |
D | xgene-hwmon.c | 478 kfifo_in_spinlocked(&ctx->async_msg_fifo, msg, in xgene_hwmon_rx_ready() 531 kfifo_in_spinlocked(&ctx->async_msg_fifo, msg, in xgene_hwmon_rx_cb() 600 kfifo_in_spinlocked(&ctx->async_msg_fifo, &amsg, in xgene_hwmon_pcc_rx_cb()
|
/Linux-v4.19/include/linux/ |
D | kfifo.h | 524 #define kfifo_in_spinlocked(fifo, buf, n, lock) \ macro 536 kfifo_in_spinlocked(fifo, buf, n, lock)
|
/Linux-v4.19/drivers/staging/greybus/ |
D | uart.c | 446 count = kfifo_in_spinlocked(&gb_tty->write_fifo, buf, count, in gb_tty_write()
|