OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:co_info
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_cotable.c
79
static const struct vmw_cotable_info
co_info
[] = {
variable in typeref:typename:const struct vmw_cotable_info[]
261
if (
co_info
[vcotbl->type].unbind_func)
262
co_info
[vcotbl->type].unbind_func(dev_priv,
518
needed_size = (vcotbl->seen_entries + 1) *
co_info
[vcotbl->type].size;
604
num_entries = PAGE_SIZE /
co_info
[type].size;
605
if (num_entries <
co_info
[type].min_initial_entries) {
606
vcotbl->res.backup_size =
co_info
[type].min_initial_entries *
607
co_info
[type].size;
Completed in 11 milliseconds
Indexes created Sun Oct 26 21:10:03 GMT 2025