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:scrubbed
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H
A
D
vmwgfx_cotable.c
47
* @
scrubbed
: Whether the cotable has been
scrubbed
.
56
bool
scrubbed
;
member
90
* Cotables with bindings that we remove must be
scrubbed
first,
192
vcotbl->
scrubbed
= false;
in vmw_cotable_unscrub()
255
if (vcotbl->
scrubbed
)
in vmw_cotable_scrub()
287
vcotbl->
scrubbed
= true;
in vmw_cotable_scrub()
321
if (!vcotbl->
scrubbed
)
in vmw_cotable_unbind()
351
if (!vcotbl->
scrubbed
) {
in vmw_cotable_readback()
503
* 1) Unscrub the cotable if it is
scrubbed
an
[all...]
H
A
D
vmwgfx_binding.c
349
loc->
scrubbed
= false;
in vmw_binding_add()
382
WARN_ON(bi->
scrubbed
);
in vmw_binding_transfer()
426
if (!entry->
scrubbed
) {
in vmw_binding_state_scrub()
429
entry->
scrubbed
= true;
in vmw_binding_state_scrub()
468
if (!entry->
scrubbed
) {
in vmw_binding_res_list_scrub()
471
entry->
scrubbed
= true;
in vmw_binding_res_list_scrub()
489
* @
scrubbed
: Transfer only
scrubbed
bindings.
512
* vmw_binding_rebind_all - Rebind all
scrubbed
bindings of a context
516
* Walks through the context binding list and rebinds all
scrubbed
[all...]
H
A
D
vmwgfx_binding.h
72
* @
scrubbed
: Whether the binding has been
scrubbed
from the context.
80
bool
scrubbed
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H
A
D
vmwgfx_cotable.c
49
* @
scrubbed
: Whether the cotable has been
scrubbed
.
58
bool
scrubbed
;
member
105
* Cotables with bindings that we remove must be
scrubbed
first,
208
vcotbl->
scrubbed
= false;
in vmw_cotable_unscrub()
271
if (vcotbl->
scrubbed
)
in vmw_cotable_scrub()
303
vcotbl->
scrubbed
= true;
in vmw_cotable_scrub()
337
if (!vcotbl->
scrubbed
)
in vmw_cotable_unbind()
367
if (!vcotbl->
scrubbed
) {
in vmw_cotable_readback()
540
* 1) Unscrub the cotable if it is
scrubbed
an
[all...]
H
A
D
vmwgfx_binding.c
351
loc->
scrubbed
= false;
in vmw_binding_add()
406
WARN_ON(bi->
scrubbed
);
in vmw_binding_transfer()
450
if (!entry->
scrubbed
) {
in vmw_binding_state_scrub()
453
entry->
scrubbed
= true;
in vmw_binding_state_scrub()
492
if (!entry->
scrubbed
) {
in vmw_binding_res_list_scrub()
495
entry->
scrubbed
= true;
in vmw_binding_res_list_scrub()
535
* vmw_binding_rebind_all - Rebind all
scrubbed
bindings of a context
539
* Walks through the context binding list and rebinds all
scrubbed
548
if (likely(!entry->
scrubbed
))
in vmw_binding_rebind_all()
559
entry->
scrubbed
in vmw_binding_rebind_all()
[all...]
H
A
D
vmwgfx_binding.h
72
* @
scrubbed
: Whether the binding has been
scrubbed
from the context.
80
bool
scrubbed
;
member
Completed in 7 milliseconds