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_ptr_size
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_object.c
270
bp.
bo_ptr_size
= sizeof(struct amdgpu_bo);
in amdgpu_bo_create_reserved()
578
BUG_ON(bp->
bo_ptr_size
< sizeof(struct amdgpu_bo));
in amdgpu_bo_create()
581
bo = kvzalloc(bp->
bo_ptr_size
, GFP_KERNEL);
in amdgpu_bo_create()
685
bp->
bo_ptr_size
= sizeof(struct amdgpu_bo_user);
in amdgpu_bo_create_user()
714
/*
bo_ptr_size
will be determined by the caller and it depends on
in amdgpu_bo_create_vm()
717
BUG_ON(bp->
bo_ptr_size
< sizeof(struct amdgpu_bo_vm));
in amdgpu_bo_create_vm()
H
A
D
amdgpu_amdkfd.c
282
bp.
bo_ptr_size
= sizeof(struct amdgpu_bo);
in amdgpu_amdkfd_alloc_gtt_mem()
364
bp.
bo_ptr_size
= sizeof(struct amdgpu_bo);
in amdgpu_amdkfd_alloc_gws()
H
A
D
amdgpu_gart.c
169
bp.
bo_ptr_size
= sizeof(struct amdgpu_bo);
in amdgpu_gart_table_ram_alloc()
H
A
D
amdgpu_object.h
51
u32
bo_ptr_size
;
member
H
A
D
amdgpu_vm_pt.c
532
bp.
bo_ptr_size
= struct_size((*vmbo), entries, num_entries);
in amdgpu_vm_pt_create()
564
bp.
bo_ptr_size
= sizeof(struct amdgpu_bo);
in amdgpu_vm_pt_create()
H
A
D
amdgpu_gmc.c
64
bp.
bo_ptr_size
= sizeof(struct amdgpu_bo);
in amdgpu_gmc_pdb0_alloc()
H
A
D
amdgpu_gem.c
119
bp.
bo_ptr_size
= sizeof(struct amdgpu_bo);
in amdgpu_gem_object_create()
Completed in 8 milliseconds