Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:dirty_alloc
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H
A
D
vmwgfx_resource_priv.h
74
* @
dirty_alloc
: Allocate a dirty tracker. NULL if dirty-tracking is not
100
int (*
dirty_alloc
)(struct vmw_resource *res);
member
H
A
D
vmwgfx_resource.c
423
if (func->
dirty_alloc
&& vmw_resource_mob_attached(res) &&
in vmw_resource_do_validate()
426
ret = func->
dirty_alloc
(res);
in vmw_resource_do_validate()
H
A
D
vmwgfx_surface.c
158
.
dirty_alloc
= vmw_surface_dirty_alloc,
1583
if (!res->func->
dirty_alloc
)
in vmw_gb_surface_define_internal()
1589
ret = res->func->
dirty_alloc
(res);
in vmw_gb_surface_define_internal()
1957
* vmw_surface_dirty_alloc - The surface's
dirty_alloc
callback.
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H
A
D
vmwgfx_resource_priv.h
75
* @
dirty_alloc
: Allocate a dirty tracker. NULL if dirty-tracking is not
102
int (*
dirty_alloc
)(struct vmw_resource *res);
member
H
A
D
vmwgfx_resource.c
391
if (func->
dirty_alloc
&& vmw_resource_mob_attached(res) &&
in vmw_resource_do_validate()
394
ret = func->
dirty_alloc
(res);
in vmw_resource_do_validate()
H
A
D
vmwgfx_surface.c
155
.
dirty_alloc
= vmw_surface_dirty_alloc,
1535
if (!res->func->
dirty_alloc
)
in vmw_gb_surface_define_internal()
1541
ret = res->func->
dirty_alloc
(res);
in vmw_gb_surface_define_internal()
1903
* vmw_surface_dirty_alloc - The surface's
dirty_alloc
callback.
Completed in 12 milliseconds