Lines Matching full:elements
108 * @type: type of the fifo elements
115 * @type: type of the fifo elements
116 * @size: the number of elements in the fifo, this must be a power of 2
138 * @type: type of the fifo elements
139 * @size: the number of elements in the fifo, this must be a power of 2
196 * kfifo_size - returns the size of the fifo in elements
230 * kfifo_len - returns the number of used elements in the fifo
291 * kfifo_avail - returns the number of unused elements in the fifo
341 * @size: the number of elements in the fifo, this must be a power of 2
346 * The number of elements will be rounded-up to a power of 2.
381 * The number of elements will be rounded-up to a power of 2.
400 * processed elements.
437 * processed elements.
476 * processed elements.
511 * @n: number of elements to be added
514 * number of copied elements.
535 * @n: number of elements to be added
539 * number of copied elements.
556 * @n: number of elements to be added
579 * @n: max. number of elements to get
581 * This macro get some data from the fifo and return the numbers of elements
605 * @n: max. number of elements to get
608 * This macro get the data from the fifo and return the numbers of elements
628 * @n: max. number of elements to get
710 * @len: number of elements to transfer
759 * @len: number of elements to transfer
809 * @n: max. number of elements to get
811 * This macro get the data from the fifo and return the numbers of elements