Searched defs:oidp (Results 1 – 4 of 4) sorted by relevance
/drivers/staging/zcache/ |
D | tmem.c | 94 struct tmem_oid *oidp, in __tmem_obj_find() 129 struct tmem_oid *oidp) in tmem_obj_find() 163 struct tmem_oid *oidp) in tmem_obj_init() 561 int tmem_put(struct tmem_pool *pool, struct tmem_oid *oidp, uint32_t index, in tmem_put() 627 void *tmem_localify_get_pampd(struct tmem_pool *pool, struct tmem_oid *oidp, in tmem_localify_get_pampd() 669 struct tmem_pool *pool, struct tmem_oid *oidp, in tmem_repatriate() 705 int tmem_replace(struct tmem_pool *pool, struct tmem_oid *oidp, in tmem_replace() 739 int tmem_get(struct tmem_pool *pool, struct tmem_oid *oidp, uint32_t index, in tmem_get() 808 struct tmem_oid *oidp, uint32_t index) in tmem_flush_page() 838 int tmem_flush_object(struct tmem_pool *pool, struct tmem_oid *oidp) in tmem_flush_object()
|
D | tmem.h | 88 static inline void tmem_oid_set_invalid(struct tmem_oid *oidp) in tmem_oid_set_invalid() 93 static inline bool tmem_oid_valid(struct tmem_oid *oidp) in tmem_oid_valid() 123 static inline unsigned tmem_oid_hash(struct tmem_oid *oidp) in tmem_oid_hash() 142 struct tmem_oid *oidp, in tmem_xhandle_fill()
|
D | zcache-main.c | 1224 int zcache_put_page(int cli_id, int pool_id, struct tmem_oid *oidp, in zcache_put_page() 1272 int zcache_get_page(int cli_id, int pool_id, struct tmem_oid *oidp, in zcache_get_page() 1303 struct tmem_oid *oidp, uint32_t index) in zcache_flush_page() 1326 struct tmem_oid *oidp) in zcache_flush_object()
|
/drivers/staging/zcache/ramster/ |
D | ramster.c | 135 int ramster_localify(int pool_id, struct tmem_oid *oidp, uint32_t index, in ramster_localify() 259 struct tmem_oid *oidp, uint32_t index, in ramster_pampd_repatriate_preload()
|