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:bo_base
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_dma_buf.c
372
struct amdgpu_vm_bo_base *
bo_base
;
in amdgpu_dma_buf_move_notify()
local
384
for (
bo_base
= bo->vm_bo;
bo_base
;
bo_base
=
bo_base
->next) {
in amdgpu_dma_buf_move_notify()
385
struct amdgpu_vm *vm =
bo_base
->vm;
in amdgpu_dma_buf_move_notify()
H
A
D
amdgpu_vm.c
446
struct amdgpu_vm_bo_base *
bo_base
;
in amdgpu_vm_validate_pt_bos()
local
462
bo_base
= list_first_entry(&vm->evicted,
in amdgpu_vm_validate_pt_bos()
467
bo =
bo_base
->bo;
in amdgpu_vm_validate_pt_bos()
480
amdgpu_vm_bo_moved(
bo_base
);
in amdgpu_vm_validate_pt_bos()
483
amdgpu_vm_bo_relocated(
bo_base
);
in amdgpu_vm_validate_pt_bos()
1921
struct amdgpu_vm_bo_base *
bo_base
= bo->vm_bo;
in amdgpu_vm_evictable()
local
1924
if (!
bo_base
|| !
bo_base
->vm)
in amdgpu_vm_evictable()
1932
if (!amdgpu_vm_eviction_trylock(
bo_base
->vm))
in amdgpu_vm_evictable()
1936
if (!dma_fence_is_signaled(
bo_base
in amdgpu_vm_evictable()
1958
struct amdgpu_vm_
bo_base
*
bo_base
;
amdgpu_vm_bo_invalidate()
local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_vm.c
607
struct amdgpu_vm_bo_base *
bo_base
;
in amdgpu_vm_del_from_lru_notify()
local
618
for (
bo_base
= abo->vm_bo;
bo_base
;
bo_base
=
bo_base
->next) {
in amdgpu_vm_del_from_lru_notify()
619
struct amdgpu_vm *vm =
bo_base
->vm;
in amdgpu_vm_del_from_lru_notify()
638
struct amdgpu_vm_bo_base *
bo_base
;
in amdgpu_vm_move_to_lru_tail()
local
650
list_for_each_entry(
bo_base
, &vm->idle, vm_status) {
in amdgpu_vm_move_to_lru_tail()
651
struct amdgpu_bo *bo =
bo_base
->bo;
in amdgpu_vm_move_to_lru_tail()
683
struct amdgpu_vm_bo_base *
bo_base
, *tm
in amdgpu_vm_validate_pt_bos()
local
2627
struct amdgpu_vm_
bo_base
*
bo_base
= bo->vm_bo;
amdgpu_vm_evictable()
local
2664
struct amdgpu_vm_
bo_base
*
bo_base
;
amdgpu_vm_bo_invalidate()
local
[all...]
H
A
D
amdgpu_dma_buf.c
522
struct amdgpu_vm_bo_base *
bo_base
;
in amdgpu_dma_buf_move_notify()
local
534
for (
bo_base
= bo->vm_bo;
bo_base
;
bo_base
=
bo_base
->next) {
in amdgpu_dma_buf_move_notify()
535
struct amdgpu_vm *vm =
bo_base
->vm;
in amdgpu_dma_buf_move_notify()
Completed in 7 milliseconds