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:migrate_mutex
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H
A
D
kfd_migrate.c
663
* Context: Process context, caller hold mmap read lock, prange->
migrate_mutex
768
* Context: Process context, caller hold mmap read lock, prange->
migrate_mutex
939
mutex_lock(&parent->
migrate_mutex
);
in svm_migrate_to_ram()
941
mutex_lock_nested(&prange->
migrate_mutex
, 1);
in svm_migrate_to_ram()
975
mutex_unlock(&prange->
migrate_mutex
);
in svm_migrate_to_ram()
976
mutex_unlock(&parent->
migrate_mutex
);
in svm_migrate_to_ram()
H
A
D
kfd_svm.c
297
mutex_destroy(&prange->
migrate_mutex
);
in svm_range_free()
343
mutex_init(&prange->
migrate_mutex
);
in svm_range_new()
1573
* prange->
migrate_mutex
must be held.
1813
mutex_lock(&prange->
migrate_mutex
);
in svm_range_restore_work()
1821
mutex_unlock(&prange->
migrate_mutex
);
in svm_range_restore_work()
2329
mutex_lock(&prange->
migrate_mutex
);
in svm_range_deferred_list_work()
2340
mutex_unlock(&prange->
migrate_mutex
);
in svm_range_deferred_list_work()
2977
mutex_lock(&prange->
migrate_mutex
);
in svm_range_restore_pages()
3065
mutex_unlock(&prange->
migrate_mutex
);
in svm_range_restore_pages()
3386
* a. svm_range_validate_vram takes prange->
migrate_mutex
[all...]
H
A
D
kfd_svm.h
72
* @
migrate_mutex
: to serialize range migration, validation and mapping update
108
struct mutex
migrate_mutex
;
member
Completed in 7 milliseconds