Searched defs:tmem_pool (Results 1 - 3 of 3) sorted by relevance

/drivers/staging/zcache/
H A Dtmem.h68 struct tmem_pool { struct
144 struct tmem_pool *pool;
171 struct tmem_pool *, struct tmem_oid *, uint32_t);
172 int (*get_data)(char *, size_t *, bool, void *, struct tmem_pool *,
175 struct tmem_pool *, struct tmem_oid *,
177 void (*free)(void *, struct tmem_pool *, struct tmem_oid *, uint32_t);
178 void (*free_obj)(struct tmem_pool *, struct tmem_obj *);
187 struct tmem_obj *(*obj_alloc)(struct tmem_pool *);
188 void (*obj_free)(struct tmem_obj *, struct tmem_pool *);
189 struct tmem_objnode *(*objnode_alloc)(struct tmem_pool *);
[all...]
/drivers/staging/ramster/
H A Dtmem.h67 struct tmem_pool { struct
102 struct tmem_pool *pool,
168 struct tmem_pool *pool;
199 struct tmem_pool *, struct tmem_oid *, uint32_t);
200 int (*get_data)(char *, size_t *, bool, void *, struct tmem_pool *,
203 struct tmem_pool *, struct tmem_oid *,
205 void (*free)(void *, struct tmem_pool *,
207 void (*free_obj)(struct tmem_pool *, struct tmem_obj *);
209 void *(*repatriate_preload)(void *, struct tmem_pool *,
211 int (*repatriate)(void *, void *, struct tmem_pool *,
[all...]
/drivers/xen/
H A Dtmem.c61 static inline int xen_tmem_op(u32 tmem_cmd, u32 tmem_pool, struct tmem_oid oid, argument
68 op.pool_id = tmem_pool;

Completed in 66 milliseconds