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:intvl_log
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/net/core/
H
A
D
gen_estimator.c
48
u8
intvl_log
; /* period : (250ms <<
intvl_log
) */
member
83
brate = (b.bytes - est->last_bytes) << (10 - est->
intvl_log
);
in est_timer()
86
rate = (b.packets - est->last_packets) << (10 - est->
intvl_log
);
in est_timer()
97
est->next_jiffies += ((HZ/4) << est->
intvl_log
);
in est_timer()
134
int
intvl_log
;
in gen_new_estimator()
local
154
intvl_log
= parm->interval + 2;
in gen_new_estimator()
159
est->
intvl_log
=
intvl_log
;
in gen_new_estimator()
179
est->next_jiffies = jiffies + ((HZ/4) <<
intvl_log
);
in gen_new_estimator()
[all...]
/kernel/linux/linux-6.6/net/core/
H
A
D
gen_estimator.c
48
u8
intvl_log
; /* period : (250ms <<
intvl_log
) */
member
87
brate = (b_bytes - est->last_bytes) << (10 - est->
intvl_log
);
in est_timer()
90
rate = (b_packets - est->last_packets) << (10 - est->
intvl_log
);
in est_timer()
101
est->next_jiffies += ((HZ/4) << est->
intvl_log
);
in est_timer()
140
int
intvl_log
;
in gen_new_estimator()
local
160
intvl_log
= parm->interval + 2;
in gen_new_estimator()
165
est->
intvl_log
=
intvl_log
;
in gen_new_estimator()
185
est->next_jiffies = jiffies + ((HZ/4) <<
intvl_log
);
in gen_new_estimator()
[all...]
Completed in 1 milliseconds