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:is_gws
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
H
A
D
kfd_device_queue_manager.c
149
if (q->properties.
is_gws
) {
in increment_queue_count()
164
if (q->properties.
is_gws
) {
in decrement_queue_count()
614
} else if (q->gws && !q->properties.
is_gws
) {
in update_queue()
619
q->properties.
is_gws
= true;
in update_queue()
620
} else if (!q->gws && q->properties.
is_gws
) {
in update_queue()
625
q->properties.
is_gws
= false;
in update_queue()
H
A
D
kfd_kernel_queue.c
129
prop.
is_gws
= false;
in kq_initialize()
H
A
D
kfd_priv.h
426
* @
is_gws
: Defines if the queue has been updated to be GWS-capable or not.
427
* @
is_gws
should be protected by the DQM lock, since changing it can yield the
452
bool
is_gws
;
member
H
A
D
kfd_chardev.c
220
q_properties->
is_gws
= false;
in set_queue_properties_from_user()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H
A
D
kfd_device_queue_manager.c
241
queue_input.exclusively_scheduled = q->properties.
is_gws
;
in add_queue_mes()
319
if (q->properties.
is_gws
) {
in increment_queue_count()
334
if (q->properties.
is_gws
) {
in decrement_queue_count()
915
} else if (q->gws && !q->properties.
is_gws
) {
in update_queue()
920
q->properties.
is_gws
= true;
in update_queue()
921
} else if (!q->gws && q->properties.
is_gws
) {
in update_queue()
926
q->properties.
is_gws
= false;
in update_queue()
H
A
D
kfd_kernel_queue.c
130
prop.
is_gws
= false;
in kq_initialize()
H
A
D
kfd_priv.h
476
* @
is_gws
: Defines if the queue has been updated to be GWS-capable or not.
477
* @
is_gws
should be protected by the DQM lock, since changing it can yield the
505
bool
is_gws
;
member
H
A
D
kfd_chardev.c
242
q_properties->
is_gws
= false;
in set_queue_properties_from_user()
Completed in 17 milliseconds