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:start_ts
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H
A
D
stress_reuseport_listen.c
71
struct timespec
start_ts
, end_ts;
in main()
local
85
clock_gettime(CLOCK_MONOTONIC, &
start_ts
);
in main()
93
start_ns =
start_ts
.tv_sec * NSEC_PER_SEC +
start_ts
.tv_nsec;
in main()
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
tcp_timer.c
29
u32 elapsed,
start_ts
;
in tcp_clamp_rto_to_user_timeout()
local
32
start_ts
= tcp_sk(sk)->retrans_stamp;
in tcp_clamp_rto_to_user_timeout()
35
elapsed = tcp_time_stamp(tcp_sk(sk)) -
start_ts
;
in tcp_clamp_rto_to_user_timeout()
213
unsigned int
start_ts
;
in retransmits_timed_out()
local
218
start_ts
= tcp_sk(sk)->retrans_stamp;
in retransmits_timed_out()
227
return (s32)(tcp_time_stamp(tcp_sk(sk)) -
start_ts
- timeout) >= 0;
in retransmits_timed_out()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
tcp_timer.c
29
u32 elapsed,
start_ts
, user_timeout;
in tcp_clamp_rto_to_user_timeout()
local
32
start_ts
= tcp_sk(sk)->retrans_stamp;
in tcp_clamp_rto_to_user_timeout()
36
elapsed = tcp_time_stamp(tcp_sk(sk)) -
start_ts
;
in tcp_clamp_rto_to_user_timeout()
215
unsigned int
start_ts
;
in retransmits_timed_out()
local
220
start_ts
= tcp_sk(sk)->retrans_stamp;
in retransmits_timed_out()
229
return (s32)(tcp_time_stamp(tcp_sk(sk)) -
start_ts
- timeout) >= 0;
in retransmits_timed_out()
/kernel/linux/linux-6.6/drivers/media/usb/uvc/
H
A
D
uvcvideo.h
362
ktime_t
start_ts
; /* Stream start timestamp */
member
H
A
D
uvc_video.c
822
stream->stats.stream.
start_ts
= ktime_get();
in uvc_video_stats_decode()
969
stream->stats.stream.
start_ts
);
in uvc_video_stats_dump()
/kernel/linux/linux-5.10/drivers/media/usb/uvc/
H
A
D
uvcvideo.h
480
ktime_t
start_ts
; /* Stream start timestamp */
member
H
A
D
uvc_video.c
806
stream->stats.stream.
start_ts
= ktime_get();
in uvc_video_stats_decode()
952
stream->stats.stream.
start_ts
);
in uvc_video_stats_dump()
Completed in 12 milliseconds