cres              203 drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf_res.c 	struct vmw_cmdbuf_res *cres;
cres              206 drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf_res.c 	cres = kzalloc(sizeof(*cres), GFP_KERNEL);
cres              207 drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf_res.c 	if (unlikely(!cres))
cres              210 drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf_res.c 	cres->hash.key = user_key | (res_type << 24);
cres              211 drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf_res.c 	ret = drm_ht_insert_item(&man->resources, &cres->hash);
cres              213 drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf_res.c 		kfree(cres);
cres              217 drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf_res.c 	cres->state = VMW_CMDBUF_RES_ADD;
cres              218 drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf_res.c 	cres->res = vmw_resource_reference(res);
cres              219 drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf_res.c 	cres->man = man;
cres              220 drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf_res.c 	list_add_tail(&cres->head, list);
cres              199 fs/nfs/nfs42proc.c 	struct nfs_commitres cres;
cres              202 fs/nfs/nfs42proc.c 	cres.verf = kzalloc(sizeof(struct nfs_writeverf), GFP_NOFS);
cres              203 fs/nfs/nfs42proc.c 	if (!cres.verf)
cres              206 fs/nfs/nfs42proc.c 	status = nfs4_proc_commit(dst, pos_dst, res->write_res.count, &cres);
cres              210 fs/nfs/nfs42proc.c 				    &cres.verf->verifier)) {
cres              215 fs/nfs/nfs42proc.c 	kfree(cres.verf);