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:svm_bo_list
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H
A
D
kfd_svm.c
99
list_del(&prange->
svm_bo_list
);
in svm_range_unlink()
338
INIT_LIST_HEAD(&prange->
svm_bo_list
);
in svm_range_new()
378
struct svm_range,
svm_bo_list
);
in svm_range_bo_release()
380
* it's safe to reuse the svm_bo pointer and
svm_bo_list
head.
in svm_range_bo_release()
382
list_del_init(&prange->
svm_bo_list
);
in svm_range_bo_release()
454
list_del_init(&prange->
svm_bo_list
);
in svm_range_validate_svm_bo()
494
* it is safe to reuse the svm_bo pointer and
svm_bo_list
head.
in svm_range_validate_svm_bo()
496
while (!list_empty_careful(&prange->
svm_bo_list
) || prange->svm_bo)
in svm_range_validate_svm_bo()
609
list_add(&prange->
svm_bo_list
, &svm_bo->range_list);
in svm_range_vram_node_new()
965
list_add(&new->
svm_bo_list
,
in svm_range_split_nodes()
[all...]
H
A
D
kfd_svm.h
85
* @
svm_bo_list
:link list node, to scan all ranges which share same svm_bo
86
* @lock: protect prange start, last, child_list,
svm_bo_list
119
struct list_head
svm_bo_list
;
member
Completed in 6 milliseconds