OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cres
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_cmdbuf_res.c
208
struct vmw_cmdbuf_res *
cres
;
local in function:vmw_cmdbuf_res_add
211
cres
= kzalloc(sizeof(*
cres
), GFP_KERNEL);
212
if (unlikely(!
cres
))
215
cres
->hash.key = user_key | (res_type << 24);
216
ret = drm_ht_insert_item(&man->resources, &
cres
->hash);
218
kfree(
cres
);
222
cres
->state = VMW_CMDBUF_RES_ADD;
223
cres
->res = vmw_resource_reference(res);
224
cres
->man = man
[
all
...]
vmwgfx_cmdbuf_res.c
208
struct vmw_cmdbuf_res *
cres
;
local in function:vmw_cmdbuf_res_add
211
cres
= kzalloc(sizeof(*
cres
), GFP_KERNEL);
212
if (unlikely(!
cres
))
215
cres
->hash.key = user_key | (res_type << 24);
216
ret = drm_ht_insert_item(&man->resources, &
cres
->hash);
218
kfree(
cres
);
222
cres
->state = VMW_CMDBUF_RES_ADD;
223
cres
->res = vmw_resource_reference(res);
224
cres
->man = man
[
all
...]
Completed in 24 milliseconds
Indexes created Sat Oct 18 23:09:54 GMT 2025