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

#include <tmem.h>

Data Fields

voidclient
 
struct list_head pool_list
 
uint32_t pool_id
 
bool persistent
 
bool shared
 
atomic_t obj_count
 
atomic_t refcount
 
struct tmem_hashbucket hashbucket [TMEM_HASH_BUCKETS]
 

Detailed Description

Definition at line 64 of file tmem.h.

Field Documentation

Definition at line 65 of file tmem.h.

struct tmem_hashbucket hashbucket

Definition at line 72 of file tmem.h.

atomic_t obj_count

Definition at line 70 of file tmem.h.

bool persistent

Definition at line 68 of file tmem.h.

uint32_t pool_id

Definition at line 67 of file tmem.h.

struct list_head pool_list

Definition at line 66 of file tmem.h.

atomic_t refcount

Definition at line 71 of file tmem.h.

bool shared

Definition at line 69 of file tmem.h.


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