kfifo_alloc(9) centos man page | unix.com

Man Page: kfifo_alloc

Operating Environment: centos

Section: 9

KFIFO_ALLOC(9)							    FIFO Buffer 						    KFIFO_ALLOC(9)

NAME
kfifo_alloc - dynamically allocates a new fifo buffer
SYNOPSIS
kfifo_alloc(fifo, size, gfp_mask);
ARGUMENTS
fifo pointer to the fifo size the number of elements in the fifo, this must be a power of 2 gfp_mask get_free_pages mask, passed to kmalloc
DESCRIPTION
This macro dynamically allocates a new fifo buffer. The numer of elements will be rounded-up to a power of 2. The fifo will be release with kfifo_free. Return 0 if no error, otherwise an error code.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 KFIFO_ALLOC(9)
Related Man Pages
fifo(n) - osx
fifo(3tcl) - php
fifo(3tcl) - xfree86
fifo(3tcl) - opensolaris
fifo(7) - mojave
Similar Topics in the Unix Linux Community
Best performance UNIX just for HOST Virtualization?
DB2 convert digits to binary format
Unsure why access time on a directory change isn't changing
[TIP] Processing YAML files with yq
Please Welcome Dave Munro to the Moderator Team!