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:n_vms
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_amdkfd_gpuvm.c
603
unsigned int
n_vms
; /* Number of VMs reserved */
member
633
ctx->
n_vms
= 1;
in reserve_bo_and_vm()
639
ctx->vm_pd = kcalloc(ctx->
n_vms
, sizeof(*ctx->vm_pd), GFP_KERNEL);
in reserve_bo_and_vm()
683
ctx->
n_vms
= 0;
in reserve_bo_and_cond_vms()
696
ctx->
n_vms
++;
in reserve_bo_and_cond_vms()
699
if (ctx->
n_vms
!= 0) {
in reserve_bo_and_cond_vms()
700
ctx->vm_pd = kcalloc(ctx->
n_vms
, sizeof(*ctx->vm_pd),
in reserve_bo_and_cond_vms()
961
vm->process_info->
n_vms
++;
in init_kfd_vm()
1071
process_info->
n_vms
--;
in amdgpu_amdkfd_gpuvm_destroy_cb()
1078
if (!process_info->
n_vms
) {
in amdgpu_amdkfd_gpuvm_destroy_cb()
[all...]
H
A
D
amdgpu_amdkfd.h
110
unsigned int
n_vms
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_amdkfd_gpuvm.c
1071
unsigned int
n_vms
;
member
1097
ctx->
n_vms
= 1;
in reserve_bo_and_vm()
1140
ctx->
n_vms
= 0;
in reserve_bo_and_cond_vms()
1152
++ctx->
n_vms
;
in reserve_bo_and_cond_vms()
1377
vm->process_info->
n_vms
++;
in init_kfd_vm()
1509
process_info->
n_vms
--;
in amdgpu_amdkfd_gpuvm_destroy_cb()
1516
if (!process_info->
n_vms
) {
in amdgpu_amdkfd_gpuvm_destroy_cb()
2054
if (ctx.
n_vms
== 0) {
in amdgpu_amdkfd_gpuvm_unmap_memory_from_gpu()
H
A
D
amdgpu_amdkfd.h
135
unsigned int
n_vms
;
member
Completed in 11 milliseconds