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

#include <tmem.h>

Data Fields

struct tmem_obj *(* obj_alloc )(struct tmem_pool *)
 
void(* obj_free )(struct tmem_obj *, struct tmem_pool *)
 
struct tmem_objnode *(* objnode_alloc )(struct tmem_pool *)
 
void(* objnode_free )(struct tmem_objnode *, struct tmem_pool *)
 

Detailed Description

Definition at line 232 of file tmem.h.

Field Documentation

struct tmem_obj *(* obj_alloc)(struct tmem_pool *)
read

Definition at line 233 of file tmem.h.

void(* obj_free)(struct tmem_obj *, struct tmem_pool *)

Definition at line 234 of file tmem.h.

struct tmem_objnode *(* objnode_alloc)(struct tmem_pool *)
read

Definition at line 235 of file tmem.h.

void(* objnode_free)(struct tmem_objnode *, struct tmem_pool *)

Definition at line 236 of file tmem.h.


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