Searched refs:kfifo_get (Results 1 - 9 of 9) sorted by relevance

/linux-4.1.27/samples/kfifo/
H A Dinttype-example.c92 while (kfifo_get(&test, &i)) { testfunc()
H A Dbytestream-example.c99 while (kfifo_get(&test, &i)) { testfunc()
/linux-4.1.27/drivers/gpu/drm/armada/
H A Darmada_drv.c68 while (kfifo_get(&priv->fb_unref, &fb)) armada_drm_unref_work()
/linux-4.1.27/include/linux/
H A Dkfifo.h35 * - Replace the use of kfifo_put into kfifo_in_spinlocked and kfifo_get
413 * kfifo_get - get data from the fifo
424 #define kfifo_get(fifo, val) \ macro
/linux-4.1.27/drivers/net/wireless/rt2x00/
H A Drt2800mmio.c257 while (kfifo_get(&rt2x00dev->txstatus_fifo, &status)) { rt2800mmio_txdone()
H A Drt2800usb.c598 while (kfifo_get(&rt2x00dev->txstatus_fifo, &reg)) { rt2800usb_txdone()
/linux-4.1.27/drivers/pci/pcie/aer/
H A Daerdrv_core.c590 while (kfifo_get(&aer_recover_ring, &entry)) { aer_recover_work_func()
/linux-4.1.27/drivers/thunderbolt/
H A Dctl.c452 if (!kfifo_get(&ctl->response_fifo, &pkg)) { tb_ctl_rx()
/linux-4.1.27/mm/
H A Dmemory-failure.c1389 gotten = kfifo_get(&mf_cpu->fifo, &entry); memory_failure_work_func()

Completed in 247 milliseconds