|
Linux Kernel
3.7.1
|
#include <mempool.h>
Data Fields | |
| spinlock_t | lock |
| int | min_nr |
| int | curr_nr |
| void ** | elements |
| void * | pool_data |
| mempool_alloc_t * | alloc |
| mempool_free_t * | free |
| wait_queue_head_t | wait |
| mempool_alloc_t* alloc |
| mempool_free_t* free |
| spinlock_t lock |
| wait_queue_head_t wait |
1.8.2