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:user_timer
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-6.6/arch/s390/include/asm/
H
A
D
vtime.h
10
S390_lowcore.
user_timer
+= S390_lowcore.exit_timer - S390_lowcore.sys_enter_timer;
in update_timer_sys()
17
S390_lowcore.
user_timer
+= S390_lowcore.exit_timer - S390_lowcore.mcck_enter_timer;
in update_timer_mcck()
H
A
D
lowcore.h
112
__u64
user_timer
; /* 0x02d0 */
member
H
A
D
processor.h
162
unsigned long
user_timer
; /* task cputime in user space */
member
/kernel/linux/linux-5.10/arch/s390/kernel/
H
A
D
vtime.c
123
* to the lowcore fields
user_timer
, system_timer & steal_clock.
155
user = update_tsk_timer(&tsk->thread.
user_timer
,
in do_account_vtime()
156
READ_ONCE(S390_lowcore.
user_timer
));
in do_account_vtime()
192
prev->thread.
user_timer
= S390_lowcore.
user_timer
;
in vtime_task_switch()
197
S390_lowcore.
user_timer
= current->thread.
user_timer
;
in vtime_task_switch()
228
* to the lowcore fields
user_timer
, system_timer & steal_clock.
H
A
D
process.c
116
p->thread.
user_timer
= 0;
in copy_thread()
H
A
D
asm-offsets.c
124
OFFSET(__LC_USER_TIMER, lowcore,
user_timer
);
in main()
H
A
D
smp.c
271
lc->
user_timer
= lc->system_timer =
in pcpu_prepare_secondary()
293
lc->
user_timer
= tsk->thread.
user_timer
;
in pcpu_attach_task()
H
A
D
setup.c
418
lc->
user_timer
= S390_lowcore.
user_timer
;
in setup_lowcore_dat_off()
/kernel/linux/linux-6.6/arch/s390/kernel/
H
A
D
vtime.c
123
* to the lowcore fields
user_timer
, system_timer & steal_clock.
151
user = update_tsk_timer(&tsk->thread.
user_timer
,
in do_account_vtime()
152
READ_ONCE(S390_lowcore.
user_timer
));
in do_account_vtime()
188
prev->thread.
user_timer
= S390_lowcore.
user_timer
;
in vtime_task_switch()
193
S390_lowcore.
user_timer
= current->thread.
user_timer
;
in vtime_task_switch()
233
* to the lowcore fields
user_timer
, system_timer & steal_clock.
H
A
D
process.c
131
p->thread.
user_timer
= 0;
in copy_thread()
H
A
D
smp.c
269
lc->
user_timer
= lc->system_timer =
in pcpu_prepare_secondary()
291
lc->
user_timer
= tsk->thread.
user_timer
;
in pcpu_attach_task()
H
A
D
setup.c
435
lc->
user_timer
= S390_lowcore.
user_timer
;
in setup_lowcore()
/kernel/linux/linux-5.10/arch/s390/include/asm/
H
A
D
lowcore.h
88
__u64
user_timer
; /* 0x02d0 */
member
H
A
D
processor.h
113
unsigned long
user_timer
; /* task cputime in user space */
member
Completed in 12 milliseconds