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:sendtime
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/common_modules/tzdriver/core/
H
A
D
cmdmonitor.c
282
get_time_spec(&monitor->
sendtime
);
in cmd_monitor_reset_context()
304
* get time value D (timedif=nowtime-
sendtime
),
in auto_report_memstat()
339
* only 5bytes, so timedif (timedif=nowtime-
sendtime
) will not overflow
in show_timeout_cmd_info()
341
timedif = S_TO_MS * (nowtime.ts.tv_sec - monitor->
sendtime
.ts.tv_sec) +
in show_timeout_cmd_info()
342
(nowtime.ts.tv_nsec - monitor->
sendtime
.ts.tv_nsec) / S_TO_US;
in show_timeout_cmd_info()
469
get_time_spec(&newitem->
sendtime
);
in init_monitor_locked()
470
newitem->lasttime = newitem->
sendtime
;
in init_monitor_locked()
508
get_time_spec(&monitor->
sendtime
);
in cmd_monitor_log()
509
monitor->lasttime = monitor->
sendtime
;
in cmd_monitor_log()
556
* get time value D (timedif=nowtime-
sendtime
),
in cmd_monitor_logend()
[all...]
H
A
D
cmdmonitor.h
50
struct time_spec
sendtime
;
member
/kernel/linux/linux-5.10/samples/bpf/
H
A
D
hbm_edt_kern.c
59
unsigned long long curtime,
sendtime
;
in _hbm_out_cg()
local
100
sendtime
= qdp->lasttime;
in _hbm_out_cg()
107
skb->tstamp =
sendtime
;
in _hbm_out_cg()
/kernel/linux/linux-6.6/samples/bpf/
H
A
D
hbm_edt_kern.c
59
unsigned long long curtime,
sendtime
;
in _hbm_out_cg()
local
100
sendtime
= qdp->lasttime;
in _hbm_out_cg()
107
skb->tstamp =
sendtime
;
in _hbm_out_cg()
Completed in 2 milliseconds