define_kfifo(9) suse man page | unix.com

Man Page: define_kfifo

Operating Environment: suse

Section: 9

DEFINE_KFIFO(9) 						    FIFO Buffer 						   DEFINE_KFIFO(9)

NAME
DEFINE_KFIFO - macro to define and initialize a kfifo
SYNOPSIS
DEFINE_KFIFO(name, size);
ARGUMENTS
name name of the declared kfifo datatype size size of the fifo buffer. Must be a power of two. NOTE1 the macro can be used for global and local kfifo data type variables NOTE2 the macro creates two objects: A kfifo object with the given name and a buffer for the kfifo object named name##kfifo_buffer
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 DEFINE_KFIFO(9)
Related Man Pages
kmem_cache_create(9) - suse
assert.h(3head) - opensolaris
glgetbuffersubdata(3g) - mojave
howmany(9) - netbsd
roundup2(9) - netbsd
Similar Topics in the Unix Linux Community
Migrating to UNIX
SOCKS proxy & PAM configuration exposure
Docker learning Phase-I
The Future of the PM (Private Message) System at UNIX.com
32 bit process addressing more than 4GB