OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:account_size
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_simple_resource.c
40
* @
account_size
: How much memory was accounted for this object.
45
size_t
account_size
;
member in struct:vmw_user_simple_resource
107
size_t size = usimple->
account_size
;
162
size_t
account_size
;
local in function:vmw_simple_resource_create_ioctl
167
account_size
= ttm_round_pot(alloc_size) + VMW_IDA_ACC_SIZE +
174
ret = ttm_mem_global_alloc(vmw_mem_glob(dev_priv),
account_size
,
188
account_size
);
194
usimple->
account_size
=
account_size
;
vmwgfx_simple_resource.c
40
* @
account_size
: How much memory was accounted for this object.
45
size_t
account_size
;
member in struct:vmw_user_simple_resource
107
size_t size = usimple->
account_size
;
162
size_t
account_size
;
local in function:vmw_simple_resource_create_ioctl
167
account_size
= ttm_round_pot(alloc_size) + VMW_IDA_ACC_SIZE +
174
ret = ttm_mem_global_alloc(vmw_mem_glob(dev_priv),
account_size
,
188
account_size
);
194
usimple->
account_size
=
account_size
;
Completed in 23 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025