table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
| KFIFO_OUT_SPINLOCKED(9) | FIFO Buffer | KFIFO_OUT_SPINLOCKED(9) |
NAME¶
kfifo_out_spinlocked - get data from the fifo using a spinlock for lockingSYNOPSIS¶
kfifo_out_spinlocked(fifo,
buf, n, lock);
ARGUMENTS¶
fifoaddress of the fifo to be used
buf
pointer to the storage buffer
n
max. number of elements to get
lock
pointer to the spinlock to use for
locking
DESCRIPTION¶
This macro get the data from the fifo and return the numbers of elements copied.COPYRIGHT¶
| February 2017 | Kernel Hackers Manual 3.16 |