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:state_num
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/cpufreq/
H
A
D
cpufreq_stats.c
19
unsigned int
state_num
;
member
77
for (i = 0; i < stats->
state_num
; i++) {
in show_time_in_state()
133
for (i = 0; i < stats->
state_num
; i++) {
in show_trans_table()
144
for (i = 0; i < stats->
state_num
; i++) {
in show_trans_table()
151
for (j = 0; j < stats->
state_num
; j++) {
in show_trans_table()
251
stats->
state_num
= i;
in cpufreq_stats_create_table()
/kernel/linux/linux-6.6/drivers/cpufreq/
H
A
D
cpufreq_stats.c
19
unsigned int
state_num
;
member
77
for (i = 0; i < stats->
state_num
; i++) {
in show_time_in_state()
133
for (i = 0; i < stats->
state_num
; i++) {
in show_trans_table()
143
for (i = 0; i < stats->
state_num
; i++) {
in show_trans_table()
149
for (j = 0; j < stats->
state_num
; j++) {
in show_trans_table()
250
stats->
state_num
= i;
in cpufreq_stats_create_table()
/kernel/linux/linux-5.10/include/net/netns/
H
A
D
xfrm.h
46
unsigned int
state_num
;
member
/kernel/linux/linux-6.6/include/net/netns/
H
A
D
xfrm.h
47
unsigned int
state_num
;
member
/kernel/linux/linux-5.10/net/xfrm/
H
A
D
xfrm_state.c
669
net->xfrm.
state_num
--;
in __xfrm_state_delete()
846
si->sadcnt = net->xfrm.
state_num
;
in xfrm_sad_getinfo()
999
net->xfrm.
state_num
> net->xfrm.state_hmask)
in xfrm_hash_grow_check()
1155
net->xfrm.
state_num
++;
in xfrm_state_find()
1270
net->xfrm.
state_num
++;
in __xfrm_state_insert()
1381
net->xfrm.
state_num
++;
in __find_acq_core()
2691
net->xfrm.
state_num
= 0;
in xfrm_state_init()
/kernel/linux/linux-6.6/net/xfrm/
H
A
D
xfrm_state.c
717
net->xfrm.
state_num
--;
in __xfrm_state_delete()
894
si->sadcnt = net->xfrm.
state_num
;
in xfrm_sad_getinfo()
1090
net->xfrm.
state_num
> net->xfrm.state_hmask)
in xfrm_hash_grow_check()
1319
net->xfrm.
state_num
++;
in xfrm_state_find()
1452
net->xfrm.
state_num
++;
in __xfrm_state_insert()
1565
net->xfrm.
state_num
++;
in __find_acq_core()
2898
net->xfrm.
state_num
= 0;
in xfrm_state_init()
Completed in 10 milliseconds