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:caching_state
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/ttm/
H
A
D
ttm_tt.c
156
if (ttm->
caching_state
== c_state)
in ttm_tt_set_caching()
161
ttm->
caching_state
= c_state;
in ttm_tt_set_caching()
165
if (ttm->
caching_state
== tt_cached)
in ttm_tt_set_caching()
172
ttm->
caching_state
,
in ttm_tt_set_caching()
179
ttm->
caching_state
= c_state;
in ttm_tt_set_caching()
188
ttm->
caching_state
);
in ttm_tt_set_caching()
232
ttm->
caching_state
= tt_cached;
in ttm_tt_init_fields()
361
BUG_ON(ttm->
caching_state
!= tt_cached);
in ttm_tt_swapout()
H
A
D
ttm_page_alloc_dma.c
906
type = ttm_to_type(ttm->page_flags, ttm->
caching_state
);
in ttm_dma_populate()
1002
type = ttm_to_type(ttm->page_flags, ttm->
caching_state
);
in ttm_dma_unpopulate()
H
A
D
ttm_page_alloc.c
1046
ttm->
caching_state
);
in ttm_pool_unpopulate_helper()
1063
ttm->
caching_state
);
in ttm_pool_populate()
H
A
D
ttm_bo.c
1567
bo->ttm->
caching_state
!= tt_cached) {
in ttm_bo_swapout()
/kernel/linux/linux-5.10/include/drm/ttm/
H
A
D
ttm_tt.h
61
* @
caching_state
: The current caching state of the pages.
74
enum ttm_caching_state
caching_state
;
member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_gmc.c
127
if (bo->num_pages != 1 || bo->ttm->
caching_state
== tt_cached)
in amdgpu_gmc_agp_addr()
H
A
D
amdgpu_ttm.c
1533
if (ttm->
caching_state
== tt_cached)
in amdgpu_ttm_tt_pde_flags()
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H
A
D
radeon_ttm.c
551
if (ttm->
caching_state
== tt_cached)
in radeon_ttm_backend_bind()
Completed in 13 milliseconds