Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
__kfifo Struct Reference

#include <kfifo.h>

Data Fields

unsigned int in
 
unsigned int out
 
unsigned int mask
 
unsigned int esize
 
voiddata
 

Detailed Description

Definition at line 58 of file kfifo.h.

Field Documentation

Definition at line 63 of file kfifo.h.

unsigned int esize

Definition at line 62 of file kfifo.h.

unsigned int in

Definition at line 59 of file kfifo.h.

unsigned int mask

Definition at line 61 of file kfifo.h.

unsigned int out

Definition at line 60 of file kfifo.h.


The documentation for this struct was generated from the following file: