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:queue_percent
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
H
A
D
kfd_queue.c
35
pr_debug("Queue percent: %u\n", q->
queue_percent
);
in print_queue_properties()
52
pr_debug("Queue percent: %u\n", q->properties.
queue_percent
);
in print_queue()
H
A
D
kfd_process_queue_manager.c
428
pqn->q->properties.
queue_percent
= p->
queue_percent
;
in pqm_update_queue()
H
A
D
kfd_priv.h
403
* @
queue_percent
: This field is partially implemented and currently a zero in
444
uint32_t
queue_percent
;
member
474
(q).
queue_percent
> 0 && \
H
A
D
kfd_kernel_queue.c
131
prop.
queue_percent
= 100;
in kq_initialize()
H
A
D
kfd_chardev.c
221
q_properties->
queue_percent
= args->queue_percentage;
in set_queue_properties_from_user()
249
q_properties->
queue_percent
, args->queue_percentage);
in set_queue_properties_from_user()
399
properties.
queue_percent
= args->queue_percentage;
in kfd_ioctl_update_queue()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H
A
D
kfd_queue.c
36
pr_debug("Queue percent: %u\n", q->
queue_percent
);
in print_queue_properties()
53
pr_debug("Queue percent: %u\n", q->properties.
queue_percent
);
in print_queue()
H
A
D
kfd_process_queue_manager.c
523
pqn->q->properties.
queue_percent
= p->
queue_percent
;
in pqm_update_queue_properties()
757
q_data->q_percent = q->properties.
queue_percent
;
in criu_checkpoint_queue()
884
qp->
queue_percent
= q_data->q_percent;
in set_queue_properties_from_criu()
H
A
D
kfd_priv.h
453
* @
queue_percent
: This field is partially implemented and currently a zero in
495
uint32_t
queue_percent
;
member
528
(q).
queue_percent
> 0 && \
H
A
D
kfd_kernel_queue.c
132
prop.
queue_percent
= 100;
in kq_initialize()
H
A
D
kfd_chardev.c
243
q_properties->
queue_percent
= args->queue_percentage & 0xFF;
in set_queue_properties_from_user()
273
q_properties->
queue_percent
, args->queue_percentage);
in set_queue_properties_from_user()
482
properties.
queue_percent
= args->queue_percentage & 0xFF;
in kfd_ioctl_update_queue()
Completed in 14 milliseconds