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_index
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/drm/
H
A
D
nouveau_drm.h
88
__u32
bo_index
;
member
97
__u32
bo_index
;
member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/drm/
H
A
D
nouveau_drm.h
59
__u32
bo_index
;
member
67
__u32
bo_index
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/drm/
H
A
D
nouveau_drm.h
72
__u32
bo_index
;
member
80
__u32
bo_index
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/
H
A
D
nouveau_drm.h
72
__u32
bo_index
;
member
80
__u32
bo_index
;
member
/kernel/linux/linux-6.6/include/uapi/drm/
H
A
D
nouveau_drm.h
138
__u32
bo_index
;
member
147
__u32
bo_index
;
member
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
H
A
D
nouveau_gem.c
607
if (unlikely(r->
bo_index
>= req->nr_buffers)) {
in nouveau_gem_pushbuf_reloc_apply()
613
b = &bo[r->
bo_index
];
in nouveau_gem_pushbuf_reloc_apply()
738
if (push[i].
bo_index
>= req->nr_buffers) {
in nouveau_gem_ioctl_pushbuf()
784
bo[push[i].
bo_index
].user_priv;
in nouveau_gem_ioctl_pushbuf()
799
bo[push[i].
bo_index
].user_priv;
in nouveau_gem_ioctl_pushbuf()
813
bo[push[i].
bo_index
].user_priv;
in nouveau_gem_ioctl_pushbuf()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/
H
A
D
nouveau_gem.c
668
if (unlikely(r->
bo_index
>= req->nr_buffers)) {
in nouveau_gem_pushbuf_reloc_apply()
674
b = &bo[r->
bo_index
];
in nouveau_gem_pushbuf_reloc_apply()
812
if (push[i].
bo_index
>= req->nr_buffers) {
in nouveau_gem_ioctl_pushbuf()
858
bo[push[i].
bo_index
].user_priv;
in nouveau_gem_ioctl_pushbuf()
875
bo[push[i].
bo_index
].user_priv;
in nouveau_gem_ioctl_pushbuf()
889
bo[push[i].
bo_index
].user_priv;
in nouveau_gem_ioctl_pushbuf()
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
H
A
D
vc4_validate.c
131
return vc4_use_bo(exec, exec->
bo_index
[gem_handles_packet_index]);
in vc4_use_handle()
428
memcpy(exec->
bo_index
, untrusted, sizeof(exec->
bo_index
));
in validate_gem_handles()
H
A
D
vc4_drv.h
595
uint32_t
bo_index
[2];
member
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/
H
A
D
vc4_validate.c
135
return vc4_use_bo(exec, exec->
bo_index
[gem_handles_packet_index]);
in vc4_use_handle()
436
memcpy(exec->
bo_index
, untrusted, sizeof(exec->
bo_index
));
in validate_gem_handles()
H
A
D
vc4_drv.h
687
uint32_t
bo_index
[2];
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H
A
D
kfd_chardev.c
1888
int ret = 0, pdd_index,
bo_index
= 0, id;
in criu_checkpoint_bos()
local
1926
bo_bucket = &bo_buckets[
bo_index
];
in criu_checkpoint_bos()
1927
bo_priv = &bo_privs[
bo_index
];
in criu_checkpoint_bos()
1978
bo_index
++;
in criu_checkpoint_bos()
1999
while (ret &&
bo_index
--) {
in criu_checkpoint_bos()
2000
if (bo_buckets[
bo_index
].alloc_flags
in criu_checkpoint_bos()
2002
close_fd(bo_buckets[
bo_index
].dmabuf_fd);
in criu_checkpoint_bos()
Completed in 19 milliseconds