Searched refs:tmem_hostops (Results 1 - 6 of 6) sorted by relevance

/drivers/staging/zcache/
H A Dtmem.c42 static struct tmem_hostops tmem_hostops; variable in typeref:struct:tmem_hostops
46 void tmem_register_hostops(struct tmem_hostops *m)
49 tmem_hostops = *m;
192 (*tmem_hostops.obj_free)(obj, pool);
243 objnode = (*tmem_hostops.objnode_alloc)(obj->pool);
272 (*tmem_hostops.objnode_free)(objnode, pool);
556 obj = objnew = (*tmem_hostops.obj_alloc)(pool);
582 (*tmem_hostops.obj_free)(objnew, pool);
627 (*tmem_hostops
[all...]
H A Dtmem.h186 struct tmem_hostops { struct
192 extern void tmem_register_hostops(struct tmem_hostops *m);
H A Dzcache-main.c1154 static struct tmem_hostops zcache_hostops = {
/drivers/staging/ramster/
H A Dtmem.c43 static struct tmem_hostops tmem_hostops; variable in typeref:struct:tmem_hostops
47 void tmem_register_hostops(struct tmem_hostops *m)
50 tmem_hostops = *m;
193 (*tmem_hostops.obj_free)(obj, pool);
244 objnode = (*tmem_hostops.objnode_alloc)(obj->pool);
273 (*tmem_hostops.objnode_free)(objnode, pool);
560 obj = objnew = (*tmem_hostops.obj_alloc)(pool);
586 (*tmem_hostops.obj_free)(objnew, pool);
712 (*tmem_hostops
[all...]
H A Dtmem.h219 struct tmem_hostops { struct
225 extern void tmem_register_hostops(struct tmem_hostops *m);
H A Dzcache-main.c1679 static struct tmem_hostops zcache_hostops = {

Completed in 49 milliseconds