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:new_sample
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/macintosh/
H
A
D
windfarm_pid.c
33
s32 wf_pid_run(struct wf_pid_state *st, s32
new_sample
)
in wf_pid_run()
argument
40
error =
new_sample
- st->param.itarget;
in wf_pid_run()
45
st->samples[i] =
new_sample
;
in wf_pid_run()
52
st->samples[st->index] =
new_sample
;
in wf_pid_run()
/kernel/linux/linux-6.6/drivers/macintosh/
H
A
D
windfarm_pid.c
33
s32 wf_pid_run(struct wf_pid_state *st, s32
new_sample
)
in wf_pid_run()
argument
40
error =
new_sample
- st->param.itarget;
in wf_pid_run()
45
st->samples[i] =
new_sample
;
in wf_pid_run()
52
st->samples[st->index] =
new_sample
;
in wf_pid_run()
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
tcp_input.c
632
u32
new_sample
= tp->rcv_rtt_est.rtt_us;
in tcp_rcv_rtt_update()
local
635
if (
new_sample
!= 0) {
in tcp_rcv_rtt_update()
647
m -= (
new_sample
>> 3);
in tcp_rcv_rtt_update()
648
new_sample
+= m;
in tcp_rcv_rtt_update()
651
if (m <
new_sample
)
in tcp_rcv_rtt_update()
652
new_sample
= m;
in tcp_rcv_rtt_update()
656
new_sample
= m << 3;
in tcp_rcv_rtt_update()
659
tp->rcv_rtt_est.rtt_us =
new_sample
;
in tcp_rcv_rtt_update()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
tcp_input.c
648
u32
new_sample
= tp->rcv_rtt_est.rtt_us;
in tcp_rcv_rtt_update()
local
651
if (
new_sample
!= 0) {
in tcp_rcv_rtt_update()
663
m -= (
new_sample
>> 3);
in tcp_rcv_rtt_update()
664
new_sample
+= m;
in tcp_rcv_rtt_update()
667
if (m <
new_sample
)
in tcp_rcv_rtt_update()
668
new_sample
= m;
in tcp_rcv_rtt_update()
672
new_sample
= m << 3;
in tcp_rcv_rtt_update()
675
tp->rcv_rtt_est.rtt_us =
new_sample
;
in tcp_rcv_rtt_update()
Completed in 20 milliseconds