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:steal_timer
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/kernel/
H
A
D
vtime.c
165
S390_lowcore.
steal_timer
+=
in do_account_vtime()
216
steal = S390_lowcore.
steal_timer
;
in vtime_flush()
219
S390_lowcore.
steal_timer
= 0;
in vtime_flush()
H
A
D
asm-offsets.c
126
OFFSET(__LC_STEAL_TIMER, lowcore,
steal_timer
);
in main()
H
A
D
setup.c
420
lc->
steal_timer
= S390_lowcore.
steal_timer
;
in setup_lowcore_dat_off()
H
A
D
smp.c
272
lc->
steal_timer
= lc->avg_steal_timer = 0;
in pcpu_prepare_secondary()
298
lc->
steal_timer
= 0;
in pcpu_attach_task()
/kernel/linux/linux-6.6/arch/s390/kernel/
H
A
D
vtime.c
161
S390_lowcore.
steal_timer
+=
in do_account_vtime()
212
steal = S390_lowcore.
steal_timer
;
in vtime_flush()
215
S390_lowcore.
steal_timer
= 0;
in vtime_flush()
H
A
D
idle.c
39
S390_lowcore.
steal_timer
+= idle->clock_idle_enter - S390_lowcore.last_update_clock;
in account_idle_time_irq()
H
A
D
setup.c
437
lc->
steal_timer
= S390_lowcore.
steal_timer
;
in setup_lowcore()
H
A
D
smp.c
270
lc->
steal_timer
= lc->avg_steal_timer = 0;
in pcpu_prepare_secondary()
296
lc->
steal_timer
= 0;
in pcpu_attach_task()
/kernel/linux/linux-5.10/arch/s390/include/asm/
H
A
D
lowcore.h
93
__u64
steal_timer
; /* 0x02f8 */
member
/kernel/linux/linux-6.6/arch/s390/include/asm/
H
A
D
lowcore.h
117
__u64
steal_timer
; /* 0x02f8 */
member
Completed in 9 milliseconds