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:tt_cached
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/ttm/
H
A
D
ttm_tt.c
127
if (c_old !=
tt_cached
) {
in ttm_tt_set_page_caching()
165
if (ttm->caching_state ==
tt_cached
)
in ttm_tt_set_caching()
204
state =
tt_cached
;
in ttm_tt_set_placement_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
333
if (cstate ==
tt_cached
)
in ttm_to_type()
1034
ttm_to_type(ttm->page_flags,
tt_cached
)) == pool);
in ttm_dma_unpopulate()
H
A
D
ttm_page_alloc.c
226
if (cstate ==
tt_cached
)
in ttm_get_pool()
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
50
tt_cached
enumerator
/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 11 milliseconds