Searched refs:zv_hdr (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/ramster/
H A Dzcache-main.c85 struct zv_hdr { struct
101 struct zv_hdr zv;
843 static void zcache_remote_pers_put(struct zv_hdr *zv)
938 zcache_remote_pers_put((struct zv_hdr *)rem_op);
1093 static struct zv_hdr *zv_create(struct zcache_client *cli, uint32_t pool_id,
1098 struct zv_hdr *zv = NULL;
1100 int alloc_size = clen + sizeof(struct zv_hdr);
1106 ret = xv_malloc(cli->xvpool, clen + sizeof(struct zv_hdr),
1125 memcpy((char *)zv + sizeof(struct zv_hdr), cdata, clen);
1132 static struct zv_hdr *zv_allo
[all...]
/drivers/staging/zcache/
H A Dzcache-main.c670 struct zv_hdr { struct
696 static struct zv_hdr *zv_create(struct zs_pool *pool, uint32_t pool_id,
700 struct zv_hdr *zv;
701 u32 size = clen + sizeof(struct zv_hdr);
718 memcpy((char *)zv + sizeof(struct zv_hdr), cdata, clen);
727 struct zv_hdr *zv;
733 size = zv->size + sizeof(struct zv_hdr);
751 struct zv_hdr *zv;

Completed in 207 milliseconds