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:hardirq_time
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/ia64/kernel/
H
A
D
time.c
86
if (ti->
hardirq_time
) {
in vtime_flush()
87
delta = cycle_to_nsec(ti->
hardirq_time
);
in vtime_flush()
100
ti->
hardirq_time
= 0;
in vtime_flush()
144
ti->
hardirq_time
+= stime;
in vtime_account_kernel()
/kernel/linux/linux-6.6/arch/ia64/kernel/
H
A
D
time.c
88
if (ti->
hardirq_time
) {
in vtime_flush()
89
delta = cycle_to_nsec(ti->
hardirq_time
);
in vtime_flush()
102
ti->
hardirq_time
= 0;
in vtime_flush()
168
ti->
hardirq_time
+= vtime_delta(tsk);
in vtime_account_hardirq()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
accounting.h
19
unsigned long
hardirq_time
;
member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
accounting.h
19
unsigned long
hardirq_time
;
member
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
time.c
294
vtime_account_irq_field(acct, &acct->
hardirq_time
);
in vtime_account_hardirq()
341
if (acct->
hardirq_time
)
in vtime_flush()
342
account_system_index_time(tsk, cputime_to_nsecs(acct->
hardirq_time
),
in vtime_flush()
354
acct->
hardirq_time
= 0;
in vtime_flush()
/kernel/linux/linux-5.10/arch/ia64/include/asm/
H
A
D
thread_info.h
36
__u64
hardirq_time
;
member
/kernel/linux/linux-6.6/arch/ia64/include/asm/
H
A
D
thread_info.h
35
__u64
hardirq_time
;
member
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
time.c
352
acct->
hardirq_time
+= stime;
in vtime_account_kernel()
418
if (acct->
hardirq_time
)
in vtime_flush()
419
account_system_index_time(tsk, cputime_to_nsecs(acct->
hardirq_time
),
in vtime_flush()
431
acct->
hardirq_time
= 0;
in vtime_flush()
Completed in 6 milliseconds