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

/drivers/staging/zcache/
H A Dtmem.h88 struct tmem_oid { struct
92 static inline void tmem_oid_set_invalid(struct tmem_oid *oidp)
97 static inline bool tmem_oid_valid(struct tmem_oid *oidp)
103 static inline int tmem_oid_compare(struct tmem_oid *left,
104 struct tmem_oid *right)
127 static inline unsigned tmem_oid_hash(struct tmem_oid *oidp)
143 struct tmem_oid oid;
171 struct tmem_pool *, struct tmem_oid *, uint32_t);
173 struct tmem_oid *, uint32_t);
175 struct tmem_pool *, struct tmem_oid *,
[all...]
/drivers/staging/ramster/
H A Dtmem.h87 struct tmem_oid { struct
96 struct tmem_oid oid;
103 struct tmem_oid *oidp,
116 static inline void tmem_oid_set_invalid(struct tmem_oid *oidp)
121 static inline bool tmem_oid_valid(struct tmem_oid *oidp)
127 static inline int tmem_oid_compare(struct tmem_oid *left,
128 struct tmem_oid *right)
151 static inline unsigned tmem_oid_hash(struct tmem_oid *oidp)
167 struct tmem_oid oid;
199 struct tmem_pool *, struct tmem_oid *, uint32_
[all...]
/drivers/xen/
H A Dtmem.c49 struct tmem_oid { struct
61 static inline int xen_tmem_op(u32 tmem_cmd, u32 tmem_pool, struct tmem_oid oid,
101 static int xen_tmem_put_page(u32 pool_id, struct tmem_oid oid,
110 static int xen_tmem_get_page(u32 pool_id, struct tmem_oid oid,
119 static int xen_tmem_flush_page(u32 pool_id, struct tmem_oid oid, u32 index)
125 static int xen_tmem_flush_object(u32 pool_id, struct tmem_oid oid)
142 struct tmem_oid oid = { { 0 } };
153 struct tmem_oid oid = *(struct tmem_oid *)&key;
168 struct tmem_oid oi
[all...]

Completed in 253 milliseconds