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:count_list
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/
H
A
D
spu_base.c
448
},
count_list
[] = {
in spu_init_channels()
local
468
for (i = 0; i < ARRAY_SIZE(
count_list
); i++) {
in spu_init_channels()
469
out_be64(&priv2->spu_chnlcntptr_RW,
count_list
[i].channel);
in spu_init_channels()
470
out_be64(&priv2->spu_chnlcnt_RW,
count_list
[i].count);
in spu_init_channels()
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/
H
A
D
spu_base.c
441
},
count_list
[] = {
in spu_init_channels()
local
461
for (i = 0; i < ARRAY_SIZE(
count_list
); i++) {
in spu_init_channels()
462
out_be64(&priv2->spu_chnlcntptr_RW,
count_list
[i].channel);
in spu_init_channels()
463
out_be64(&priv2->spu_chnlcnt_RW,
count_list
[i].count);
in spu_init_channels()
/kernel/linux/linux-5.10/fs/jffs2/
H
A
D
scan.c
1120
static int
count_list
(struct list_head *l)
in count_list()
function
1149
x =
count_list
(&c->clean_list);
in jffs2_rotate_lists()
1155
x =
count_list
(&c->very_dirty_list);
in jffs2_rotate_lists()
1161
x =
count_list
(&c->dirty_list);
in jffs2_rotate_lists()
1167
x =
count_list
(&c->erasable_list);
in jffs2_rotate_lists()
/kernel/linux/linux-6.6/fs/jffs2/
H
A
D
scan.c
1120
static int
count_list
(struct list_head *l)
in count_list()
function
1149
x =
count_list
(&c->clean_list);
in jffs2_rotate_lists()
1155
x =
count_list
(&c->very_dirty_list);
in jffs2_rotate_lists()
1161
x =
count_list
(&c->dirty_list);
in jffs2_rotate_lists()
1167
x =
count_list
(&c->erasable_list);
in jffs2_rotate_lists()
/third_party/alsa-lib/src/alisp/
H
A
D
alisp.c
1079
static int
count_list
(struct alisp_object * p)
in count_list()
function
2309
if ((i =
count_list
(p2)) !=
count_list
(p3)) {
in eval_func()
Completed in 9 milliseconds