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:uptime
(Results
26 - 50
of
116
) sorted by relevance
1
2
3
4
5
/third_party/musl/porting/uniproton/kernel/include/sys/
H
A
D
sysinfo.h
11
unsigned long
uptime
;
member
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
sysinfo.h
9
unsigned long
uptime
;
member
/third_party/musl/porting/liteos_a_newlib/kernel/include/
H
A
D
sysinfo.h
9
unsigned long
uptime
;
member
/third_party/musl/porting/liteos_m/kernel/include/sys/
H
A
D
sysinfo.h
11
unsigned long
uptime
;
member
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
sysinfo.h
9
__kernel_long_t
uptime
; /* Seconds since boot */
member
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
sysinfo.h
9
__kernel_long_t
uptime
; /* Seconds since boot */
member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
sysinfo.h
11
__kernel_long_t
uptime
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
sysinfo.h
24
__kernel_long_t
uptime
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
sysinfo.h
24
__kernel_long_t
uptime
;
member
/third_party/musl/porting/linux/user/include/sys/
H
A
D
sysinfo.h
12
unsigned long
uptime
;
member
/third_party/musl/include/sys/
H
A
D
sysinfo.h
12
unsigned long
uptime
;
member
/third_party/rust/crates/nix/test/sys/
H
A
D
test_sysinfo.rs
12
info.
uptime
(); // just test Duration construction
in sysinfo_works()
/third_party/node/src/
H
A
D
node_report.cc
627
// Get process
uptime
in seconds
in PrintResourceUsage()
628
uint64_t
uptime
=
in PrintResourceUsage()
local
630
if (
uptime
== 0)
uptime
= 1; // avoid division by zero.
in PrintResourceUsage()
669
double cpu_percentage = (cpu_abs /
uptime
) * 100.0;
in PrintResourceUsage()
670
double user_cpu_percentage = (user_cpu /
uptime
) * 100.0;
in PrintResourceUsage()
671
double kernel_cpu_percentage = (kernel_cpu /
uptime
) * 100.0;
in PrintResourceUsage()
697
double cpu_percentage = (cpu_abs /
uptime
) * 100.0;
in PrintResourceUsage()
698
double user_cpu_percentage = (user_cpu /
uptime
) * 100.0;
in PrintResourceUsage()
699
double kernel_cpu_percentage = (kernel_cpu /
uptime
) * 100.
in PrintResourceUsage()
[all...]
/kernel/linux/linux-6.6/tools/thermal/lib/
H
A
D
uptimeofday.c
20
__offset = __tv.tv_sec - info.
uptime
;
in uptimeofday_init()
/third_party/libuv/src/unix/
H
A
D
darwin.c
173
int uv_uptime(double*
uptime
) {
in uv_uptime()
argument
183
*
uptime
= now - info.tv_sec;
in uv_uptime()
H
A
D
freebsd.c
165
int uv_uptime(double*
uptime
) {
in uv_uptime()
argument
172
*
uptime
= sp.tv_sec;
in uv_uptime()
H
A
D
netbsd.c
169
int uv_uptime(double*
uptime
) {
in uv_uptime()
argument
180
*
uptime
= (double)(now - info.tv_sec);
in uv_uptime()
H
A
D
openbsd.c
168
int uv_uptime(double*
uptime
) {
in uv_uptime()
argument
179
*
uptime
= (double)(now - info.tv_sec);
in uv_uptime()
/third_party/node/lib/internal/bootstrap/
H
A
D
node.js
186
process.
uptime
= rawMethods.
uptime
;
/third_party/node/test/sequential/
H
A
D
test-perf-hooks.js
24
// Use different ways to calculate process
uptime
to check that
30
const uptime3 = process.
uptime
() * 1000;
37
`process.
uptime
() * 1000 (${uptime3}) = ` +
/third_party/node/deps/uv/src/unix/
H
A
D
freebsd.c
160
int uv_uptime(double*
uptime
) {
in uv_uptime()
argument
167
*
uptime
= sp.tv_sec;
in uv_uptime()
H
A
D
netbsd.c
164
int uv_uptime(double*
uptime
) {
in uv_uptime()
argument
175
*
uptime
= (double)(now - info.tv_sec);
in uv_uptime()
H
A
D
openbsd.c
163
int uv_uptime(double*
uptime
) {
in uv_uptime()
argument
174
*
uptime
= (double)(now - info.tv_sec);
in uv_uptime()
/kernel/linux/linux-5.10/kernel/debug/kdb/
H
A
D
kdb_main.c
2553
u64
uptime
= ktime_get_mono_fast_ns();
in kdb_sysinfo()
local
2556
val->
uptime
= div_u64(
uptime
, NSEC_PER_SEC);
in kdb_sysinfo()
2594
kdb_printf("
uptime
");
in kdb_summary()
2595
if (val.
uptime
> (24*60*60)) {
in kdb_summary()
2596
int days = val.
uptime
/ (24*60*60);
in kdb_summary()
2597
val.
uptime
%= (24*60*60);
in kdb_summary()
2600
kdb_printf("%02ld:%02ld\n", val.
uptime
/(60*60), (val.
uptime
/60)%60);
in kdb_summary()
/kernel/linux/linux-6.6/kernel/debug/kdb/
H
A
D
kdb_main.c
2483
u64
uptime
= ktime_get_mono_fast_ns();
in kdb_sysinfo()
local
2486
val->
uptime
= div_u64(
uptime
, NSEC_PER_SEC);
in kdb_sysinfo()
2517
kdb_printf("
uptime
");
in kdb_summary()
2518
if (val.
uptime
> (24*60*60)) {
in kdb_summary()
2519
int days = val.
uptime
/ (24*60*60);
in kdb_summary()
2520
val.
uptime
%= (24*60*60);
in kdb_summary()
2523
kdb_printf("%02ld:%02ld\n", val.
uptime
/(60*60), (val.
uptime
/60)%60);
in kdb_summary()
Completed in 14 milliseconds
1
2
3
4
5