Home
last modified time | relevance | path

Searched defs:oidp (Results 1 – 3 of 3) sorted by relevance

/linux-3.3/drivers/staging/zcache/
Dtmem.c77 struct tmem_oid *oidp) in tmem_obj_find()
131 struct tmem_oid *oidp) in tmem_obj_init()
531 int tmem_put(struct tmem_pool *pool, struct tmem_oid *oidp, uint32_t index, in tmem_put()
601 int tmem_get(struct tmem_pool *pool, struct tmem_oid *oidp, uint32_t index, in tmem_get()
656 struct tmem_oid *oidp, uint32_t index) in tmem_flush_page()
688 int tmem_replace(struct tmem_pool *pool, struct tmem_oid *oidp, in tmem_replace()
710 int tmem_flush_object(struct tmem_pool *pool, struct tmem_oid *oidp) in tmem_flush_object()
Dtmem.h92 static inline void tmem_oid_set_invalid(struct tmem_oid *oidp) in tmem_oid_set_invalid()
97 static inline bool tmem_oid_valid(struct tmem_oid *oidp) in tmem_oid_valid()
127 static inline unsigned tmem_oid_hash(struct tmem_oid *oidp) in tmem_oid_hash()
Dzcache-main.c1512 static int zcache_put_page(int cli_id, int pool_id, struct tmem_oid *oidp, in zcache_put_page()
1545 static int zcache_get_page(int cli_id, int pool_id, struct tmem_oid *oidp, in zcache_get_page()
1566 struct tmem_oid *oidp, uint32_t index) in zcache_flush_page()
1587 struct tmem_oid *oidp) in zcache_flush_object()