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:slb_flt
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/spufs/
H
A
D
sched.c
219
ctx->stats.slb_flt_base = spu->stats.
slb_flt
;
in spu_bind_context()
464
ctx->stats.
slb_flt
+=
in spu_unbind_context()
465
(spu->stats.
slb_flt
- ctx->stats.slb_flt_base);
in spu_unbind_context()
H
A
D
spufs.h
127
unsigned long long
slb_flt
;
member
H
A
D
file.c
2224
unsigned long long slb_flts = ctx->stats.
slb_flt
;
in spufs_slb_flts()
2227
slb_flts += (ctx->spu->stats.
slb_flt
-
in spufs_slb_flts()
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/spufs/
H
A
D
sched.c
216
ctx->stats.slb_flt_base = spu->stats.
slb_flt
;
in spu_bind_context()
458
ctx->stats.
slb_flt
+=
in spu_unbind_context()
459
(spu->stats.
slb_flt
- ctx->stats.slb_flt_base);
in spu_unbind_context()
H
A
D
spufs.h
127
unsigned long long
slb_flt
;
member
H
A
D
file.c
2224
unsigned long long slb_flts = ctx->stats.
slb_flt
;
in spufs_slb_flts()
2227
slb_flts += (ctx->spu->stats.
slb_flt
-
in spufs_slb_flts()
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/
H
A
D
spu_base.c
167
spu->stats.
slb_flt
++;
in __spu_trap_data_seg()
658
spu->stats.
slb_flt
,
in spu_stat_show()
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/
H
A
D
spu_base.c
166
spu->stats.
slb_flt
++;
in __spu_trap_data_seg()
651
spu->stats.
slb_flt
,
in spu_stat_show()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
spu.h
173
unsigned long long
slb_flt
;
member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
spu.h
173
unsigned long long
slb_flt
;
member
Completed in 18 milliseconds