KFIFO_INITIALIZED

Section: FIFO Buffer (9)
Updated: February 2011
Index Return to Main Contents
 

NAME

kfifo_initialized - Check if the fifo is initialized  

SYNOPSIS

kfifo_initialized(fifo);
 

ARGUMENTS

fifo

address of the fifo to check
 

DESCRIPTION

Return true if fifo is initialized, otherwise false. Assumes the fifo was 0 before.  

COPYRIGHT