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:NUM_SLOTS
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/backend/gpu/
H
A
D
mali_kbase_model_dummy.h
33
#define
NUM_SLOTS
4 /*number of job slots */
macro
128
u32 js_status[
NUM_SLOTS
];
H
A
D
mali_kbase_model_dummy.c
193
struct job_slot slots[
NUM_SLOTS
];
658
for (i = 0; i <
NUM_SLOTS
; i++) {
in init_register_statuses()
927
for (i = 0; i <
NUM_SLOTS
; i++) {
in update_job_irq_js_state()
1031
for (i = 0; i <
NUM_SLOTS
; i++) {
in midgard_model_update()
1077
for (i = 0; i <
NUM_SLOTS
; i++) {
in invalidate_active_jobs()
1094
KBASE_DEBUG_ASSERT(slot_idx <
NUM_SLOTS
);
1146
for (i = 0; i <
NUM_SLOTS
; i++) {
1161
for (i = 0; i <
NUM_SLOTS
; i++)
1468
for (i = 0; i <
NUM_SLOTS
; i++)
1604
KBASE_DEBUG_ASSERT(slot_idx <
NUM_SLOTS
);
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/mmc/host/
H
A
D
cqhci-core.c
24
#define
NUM_SLOTS
32
macro
756
for (tag = 0; tag <
NUM_SLOTS
; tag++) {
in cqhci_error_irq()
1168
cq_host->num_slots =
NUM_SLOTS
;
in cqhci_init()
1173
mmc->cqe_qdepth =
NUM_SLOTS
;
in cqhci_init()
Completed in 5 milliseconds