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:atom_prio
(Results
1 - 6
of
6
) sorted by relevance
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/jm/
H
A
D
mali_kbase_jm_js.h
946
* @
atom_prio
: Priority ID to translate.
966
static inline int kbasep_js_atom_prio_to_sched_prio(base_jd_prio
atom_prio
)
in kbasep_js_atom_prio_to_sched_prio()
argument
968
if (
atom_prio
>= BASE_JD_NR_PRIO_LEVELS)
in kbasep_js_atom_prio_to_sched_prio()
971
return kbasep_js_atom_priority_to_relative[
atom_prio
];
in kbasep_js_atom_prio_to_sched_prio()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/jm/
H
A
D
mali_kbase_jm_js.h
815
* @
atom_prio
: Priority ID to translate.
835
static inline int kbasep_js_atom_prio_to_sched_prio(base_jd_prio
atom_prio
)
in kbasep_js_atom_prio_to_sched_prio()
argument
837
if (
atom_prio
>= BASE_JD_NR_PRIO_LEVELS) {
in kbasep_js_atom_prio_to_sched_prio()
841
return kbasep_js_atom_priority_to_relative[
atom_prio
];
in kbasep_js_atom_prio_to_sched_prio()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H
A
D
mali_kbase_js.h
868
* @
atom_prio
: Priority ID to translate.
888
static inline int kbasep_js_atom_prio_to_sched_prio(base_jd_prio
atom_prio
)
in kbasep_js_atom_prio_to_sched_prio()
argument
890
if (
atom_prio
>= BASE_JD_NR_PRIO_LEVELS) {
in kbasep_js_atom_prio_to_sched_prio()
894
return kbasep_js_atom_priority_to_relative[
atom_prio
];
in kbasep_js_atom_prio_to_sched_prio()
H
A
D
mali_kbase_replay.c
855
base_jd_prio
atom_prio
;
in kbase_replay_process_worker()
local
863
atom_prio
= kbasep_js_sched_prio_to_atom_prio(katom->sched_priority);
in kbase_replay_process_worker()
864
if (kbasep_replay_create_atoms(kctx, &t_atom, &f_atom,
atom_prio
) != 0) {
in kbase_replay_process_worker()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H
A
D
mali_kbase_js.h
881
* @
atom_prio
: Priority ID to translate.
901
static inline int kbasep_js_atom_prio_to_sched_prio(base_jd_prio
atom_prio
)
in kbasep_js_atom_prio_to_sched_prio()
argument
903
if (
atom_prio
>= BASE_JD_NR_PRIO_LEVELS)
in kbasep_js_atom_prio_to_sched_prio()
906
return kbasep_js_atom_priority_to_relative[
atom_prio
];
in kbasep_js_atom_prio_to_sched_prio()
H
A
D
mali_kbase_replay.c
926
base_jd_prio
atom_prio
;
in kbase_replay_process_worker()
local
934
atom_prio
= kbasep_js_sched_prio_to_atom_prio(katom->sched_priority);
in kbase_replay_process_worker()
937
kctx, &t_atom, &f_atom,
atom_prio
) != 0) {
in kbase_replay_process_worker()
Completed in 10 milliseconds