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:evict_res
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H
A
D
vmwgfx_resource.c
705
struct vmw_resource *
evict_res
;
in vmw_resource_validate()
local
732
evict_res
= vmw_resource_reference
in vmw_resource_validate()
735
list_del_init(&
evict_res
->lru_head);
in vmw_resource_validate()
740
ret = vmw_resource_do_evict(NULL,
evict_res
, intr);
in vmw_resource_validate()
743
list_add_tail(&
evict_res
->lru_head, lru_list);
in vmw_resource_validate()
747
vmw_resource_unreference(&
evict_res
);
in vmw_resource_validate()
752
vmw_resource_unreference(&
evict_res
);
in vmw_resource_validate()
918
struct vmw_resource *
evict_res
;
in vmw_resource_evict_type()
local
929
evict_res
= vmw_resource_reference(
in vmw_resource_evict_type()
932
list_del_init(&
evict_res
in vmw_resource_evict_type()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H
A
D
vmwgfx_resource.c
676
struct vmw_resource *
evict_res
;
in vmw_resource_validate()
local
703
evict_res
= vmw_resource_reference
in vmw_resource_validate()
706
list_del_init(&
evict_res
->lru_head);
in vmw_resource_validate()
711
ret = vmw_resource_do_evict(NULL,
evict_res
, intr);
in vmw_resource_validate()
714
list_add_tail(&
evict_res
->lru_head, lru_list);
in vmw_resource_validate()
718
vmw_resource_unreference(&
evict_res
);
in vmw_resource_validate()
723
vmw_resource_unreference(&
evict_res
);
in vmw_resource_validate()
889
struct vmw_resource *
evict_res
;
in vmw_resource_evict_type()
local
900
evict_res
= vmw_resource_reference(
in vmw_resource_evict_type()
903
list_del_init(&
evict_res
in vmw_resource_evict_type()
[all...]
Completed in 4 milliseconds