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

#include <mempool.h>

Data Fields

spinlock_t lock
 
int min_nr
 
int curr_nr
 
void ** elements
 
voidpool_data
 
mempool_alloc_talloc
 
mempool_free_tfree
 
wait_queue_head_t wait
 

Detailed Description

Definition at line 14 of file mempool.h.

Field Documentation

Definition at line 21 of file mempool.h.

int curr_nr

Definition at line 17 of file mempool.h.

void** elements

Definition at line 18 of file mempool.h.

Definition at line 22 of file mempool.h.

spinlock_t lock

Definition at line 15 of file mempool.h.

int min_nr

Definition at line 16 of file mempool.h.

void* pool_data

Definition at line 20 of file mempool.h.

Definition at line 23 of file mempool.h.


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