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:bs_grus
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/sgi-gru/
H
A
D
grufile.c
272
gru_base[bid]->bs_lru_gru = &gru_base[bid]->
bs_grus
[0];
in gru_init_tables()
278
for (gru = gru_base[bid]->
bs_grus
, chip = 0;
in gru_init_tables()
431
gru_base[blade]->
bs_grus
[chiplet].gs_irq[core] = irq;
in gru_chiplet_setup_tlb_irq()
442
irq = gru_base[blade]->
bs_grus
[chiplet].gs_irq[core];
in gru_chiplet_teardown_tlb_irq()
H
A
D
grutables.h
465
struct gru_state
bs_grus
[GRU_CHIPLETS_PER_BLADE];
member
486
#define get_gru(b, c) (&gru_base[b]->
bs_grus
[c])
500
bs_grus
[(gid) % GRU_CHIPLETS_PER_BLADE]) : \
509
for ((gru) = gru_base[nid]->
bs_grus
, (i) = 0; \
H
A
D
grumain.c
755
#define next_gru(b, g) (((g) < &(b)->
bs_grus
[GRU_CHIPLETS_PER_BLADE - 1]) ? \
756
((g)+1) : &(b)->
bs_grus
[0])
H
A
D
grufault.c
530
gru = &gru_base[blade]->
bs_grus
[chiplet];
in gru_intr()
/kernel/linux/linux-6.6/drivers/misc/sgi-gru/
H
A
D
grufile.c
272
gru_base[bid]->bs_lru_gru = &gru_base[bid]->
bs_grus
[0];
in gru_init_tables()
278
for (gru = gru_base[bid]->
bs_grus
, chip = 0;
in gru_init_tables()
431
gru_base[blade]->
bs_grus
[chiplet].gs_irq[core] = irq;
in gru_chiplet_setup_tlb_irq()
442
irq = gru_base[blade]->
bs_grus
[chiplet].gs_irq[core];
in gru_chiplet_teardown_tlb_irq()
H
A
D
grutables.h
466
struct gru_state
bs_grus
[GRU_CHIPLETS_PER_BLADE];
member
487
#define get_gru(b, c) (&gru_base[b]->
bs_grus
[c])
501
bs_grus
[(gid) % GRU_CHIPLETS_PER_BLADE]) : \
510
for ((gru) = gru_base[nid]->
bs_grus
, (i) = 0; \
H
A
D
grumain.c
755
#define next_gru(b, g) (((g) < &(b)->
bs_grus
[GRU_CHIPLETS_PER_BLADE - 1]) ? \
756
((g)+1) : &(b)->
bs_grus
[0])
H
A
D
grufault.c
530
gru = &gru_base[blade]->
bs_grus
[chiplet];
in gru_intr()
Completed in 9 milliseconds