suse man page for declare_kfifo

Query: declare_kfifo

OS: suse

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

DECLARE_KFIFO(9)						    FIFO Buffer 						  DECLARE_KFIFO(9)

NAME
DECLARE_KFIFO - macro to declare a kfifo and the associated buffer
SYNOPSIS
DECLARE_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 inside struct or union declaration 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 DECLARE_KFIFO(9)
Related Man Pages
ll_rw_block(9) - suse
ost_buffer(3) - debian
struct_sk_buff(9) - suse
rounddown(9) - netbsd
roundup(9) - netbsd
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Getting command output to putty window title.
Cut command on RHEL 6.8 compatibility issues
Update kernel Linux without reboot?!
SOCKS proxy & PAM configuration exposure