Lines Matching full:elements
113 * @type: type of the fifo elements
120 * @type: type of the fifo elements
121 * @size: the number of elements in the fifo, this must be a power of 2
143 * @type: type of the fifo elements
144 * @size: the number of elements in the fifo, this must be a power of 2
201 * kfifo_size - returns the size of the fifo in elements
235 * kfifo_len - returns the number of used elements in the fifo
296 * kfifo_avail - returns the number of unused elements in the fifo
352 * @size: the number of elements in the fifo, this must be a power of 2
357 * The number of elements will be rounded-up to a power of 2.
392 * The number of elements will be rounded-up to a power of 2.
411 * processed elements.
448 * processed elements.
487 * processed elements.
522 * @n: number of elements to be added
525 * number of copied elements.
546 * @n: number of elements to be added
550 * number of copied elements.
567 * @n: number of elements to be added
590 * @n: max. number of elements to get
592 * This macro gets some data from the fifo and returns the numbers of elements
616 * @n: max. number of elements to get
619 * This macro gets the data from the fifo and returns the numbers of elements
639 * @n: max. number of elements to get
721 * @len: number of elements to transfer
775 * @len: number of elements to transfer
823 * @n: max. number of elements to get
825 * This macro gets the data from the fifo and returns the numbers of elements
849 * @n: max. number of elements to point at
853 * numbers of elements available. It returns the available count till the end
879 * @n: max. number of elements to point at
882 * available data in the fifo buffer and returns the numbers of elements