Home
Sort by
last modified time
|
relevance
|
path
Project(s)
1.7.0
1.7.1
1.7.2
1.8.0
1.8.1
2.0.0
2.1.0
2.1.1
2.2.0
2.5.0
2.5.1
2.5.1-MP1-A
2.5.1.1
3.0.0
3.0.0-beta1
3.0.0-beta2
3.0.0-beta3
3.0.1
3.0.2
3.0.2-MP2
3.0.2-MP3
3.0.3
3.0.3-GA
3.0.3-MP1
3.0.4
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.4-MP1
3.1.5
3.1.6
3.1.6-MP1
4.0.0
4.1.0
4.1.1
4.1.1-MP1
4.1.2
4.5.0
4.5.0-MP1
4.5.1
4.5.1-MP1
4.5.1-MP2
4.5.1-MP3
4.5.1-MP4
4.5.1-MP5
4.6.0
4.6.1
4.6.2
4.6.3
4.6.4
4.6.5
5.0.0
5.0.1
5.1.0
5.1.0-MP1
5.1.0-MP2
5.1.0-MP3
5.1.1
5.5.0
5.5.1
5.5.2
5.5.3
5.5.4
5.5.5
5.5.6
6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.5.0
6.5.1
6.5.2
6.6.0
6.6.1
6.6.2
6.6.2-MP1
6.6.2-MP2
6.6.3
6.6.4
6.6.5
7.0.0
7.0.1
7.0.2
7.0.3
alice
cheshire-cat
Couchbase_C_Client_v3.0
Couchbase_Java_Client_v2.4
Couchbase_Java_Client_v2.5
Couchbase_Java_Client_v2.7
Couchbase_Java_Client_v3.0
Couchbase_NET_Client_v3.0
Couchbase_Node.JS_Client_v2.6
Couchbase_Node.JS_Client_v3.0
Couchbase_Python_Client_v3.0
mad-hatter
morpheus
neo
sherlock
spock
trunk
vulcan
watson
select all
invert selection
clear
Full Search
Definition
Symbol
File Path
History
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
Help
Searched
refs:soft_irq
(Results
1 - 7
of
7
) sorted by relevance
/5.5.2/sigar/include/
H
A
D
sigar_format.h
28
double
soft_irq
;
member
H
A
D
sigar.h
131
soft_irq
,
member
/5.5.2/sigar/src/
H
A
D
sigar_format.c
666
diff_soft_irq = curr->
soft_irq
- prev->
soft_irq
;
in sigar_cpu_perc_calculate()
689
perc->
soft_irq
= diff_soft_irq / diff_total;
in sigar_cpu_perc_calculate()
/5.5.2/sigar/src/os/linux/
H
A
D
linux_sigar.c
407
cpu->
soft_irq
+= SIGAR_TICK2MSEC(sigar_strtoull(ptr));
in get_cpu_metrics()
415
cpu->wait + cpu->irq + cpu->
soft_irq
+ cpu->stolen;
in get_cpu_metrics()
/5.5.2/sigar/src/os/hpux/
H
A
D
hpux_sigar.c
149
cpu->
soft_irq
= 0; /*N/A*/
in get_cpu_metrics()
/5.5.2/sigar/src/os/aix/
H
A
D
aix_sigar.c
485
cpu->
soft_irq
= 0; /*N/A*/
in sigar_cpu_get()
/5.5.2/sigar/src/os/darwin/
H
A
D
darwin_sigar.c
749
cpu->
soft_irq
= 0; /*N/A*/
in sigar_cpu_get()
784
cpu->
soft_irq
= 0; /*N/A*/
in sigar_cpu_get()
Completed in 29 milliseconds