Searched defs:tmem_obj (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/zcache/
H A Dtmem.h134 * A tmem_obj contains an identifier (oid), pointers to the parent
142 struct tmem_obj { struct
162 struct tmem_obj *obj;
178 void (*free_obj)(struct tmem_pool *, struct tmem_obj *);
180 void (*new_obj)(struct tmem_obj *);
181 int (*replace_in_obj)(void *, struct tmem_obj *);
187 struct tmem_obj *(*obj_alloc)(struct tmem_pool *);
188 void (*obj_free)(struct tmem_obj *, struct tmem_pool *);
/drivers/staging/ramster/
H A Dtmem.h158 * A tmem_obj contains an identifier (oid), pointers to the parent
166 struct tmem_obj { struct
190 struct tmem_obj *obj;
207 void (*free_obj)(struct tmem_pool *, struct tmem_obj *);
213 void (*new_obj)(struct tmem_obj *);
214 int (*replace_in_obj)(void *, struct tmem_obj *);
220 struct tmem_obj *(*obj_alloc)(struct tmem_pool *);
221 void (*obj_free)(struct tmem_obj *, struct tmem_pool *);
235 uint32_t index, struct tmem_obj **,
237 extern void tmem_localify_finish(struct tmem_obj *, uint32_
[all...]

Completed in 57 milliseconds