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:tod_to_ns
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-6.6/arch/s390/include/asm/
H
A
D
cputime.h
17
#define cputime_to_nsecs(cputime)
tod_to_ns
(cputime)
H
A
D
timex.h
230
*
tod_to_ns
- convert a TOD format value to nanoseconds
248
static __always_inline unsigned long
tod_to_ns
(unsigned long todval)
in tod_to_ns()
function
/kernel/linux/linux-5.10/arch/s390/include/asm/
H
A
D
cputime.h
32
#define cputime_to_nsecs(cputime)
tod_to_ns
(cputime)
H
A
D
timex.h
200
*
tod_to_ns
- convert a TOD format value to nanoseconds
218
static inline unsigned long long
tod_to_ns
(unsigned long long todval)
in tod_to_ns()
function
/kernel/linux/linux-6.6/arch/s390/kernel/
H
A
D
time.c
107
return
tod_to_ns
(__get_tod_clock_monotonic());
in sched_clock_noinstr()
115
return
tod_to_ns
(get_tod_clock_monotonic());
in sched_clock()
633
timediff =
tod_to_ns
(lsoib->nlsout - get_tod_clock()) / NSEC_PER_SEC;
in stp_check_leap()
807
tod_to_ns
(stzi.lsoib.nlsout - TOD_UNIX_EPOCH) / NSEC_PER_SEC,
in leap_seconds_scheduled_show()
/kernel/linux/linux-5.10/arch/s390/kernel/
H
A
D
time.c
112
return
tod_to_ns
(get_tod_clock_monotonic());
in sched_clock()
641
timediff =
tod_to_ns
(lsoib->nlsout - get_tod_clock()) / NSEC_PER_SEC;
in stp_check_leap()
815
tod_to_ns
(stzi.lsoib.nlsout - TOD_UNIX_EPOCH) / NSEC_PER_SEC,
in leap_seconds_scheduled_show()
/kernel/linux/linux-5.10/drivers/s390/cio/
H
A
D
cmf.c
589
elapsed_time =
tod_to_ns
(elapsed_time);
in __cmb_utilization()
675
data->elapsed_time =
tod_to_ns
(time);
in readall_cmb()
934
data->elapsed_time =
tod_to_ns
(time);
in readall_cmbe()
995
interval =
tod_to_ns
(interval);
in cmb_show_avg_sample_interval()
/kernel/linux/linux-6.6/drivers/s390/cio/
H
A
D
cmf.c
590
elapsed_time =
tod_to_ns
(elapsed_time);
in __cmb_utilization()
676
data->elapsed_time =
tod_to_ns
(time);
in readall_cmb()
935
data->elapsed_time =
tod_to_ns
(time);
in readall_cmbe()
996
interval =
tod_to_ns
(interval);
in cmb_show_avg_sample_interval()
/kernel/linux/linux-5.10/arch/s390/kvm/
H
A
D
interrupt.c
1282
sltime =
tod_to_ns
((s64)ckc - (s64)now);
in __calculate_sltime()
1284
sltime =
tod_to_ns
(ckc - now);
in __calculate_sltime()
1294
return min(sltime,
tod_to_ns
(cputm));
in __calculate_sltime()
/kernel/linux/linux-6.6/arch/s390/kvm/
H
A
D
interrupt.c
1274
sltime =
tod_to_ns
((s64)ckc - (s64)now);
in __calculate_sltime()
1276
sltime =
tod_to_ns
(ckc - now);
in __calculate_sltime()
1286
return min_t(u64, sltime,
tod_to_ns
(cputm));
in __calculate_sltime()
/kernel/linux/linux-5.10/drivers/s390/block/
H
A
D
dasd_3990_erp.c
2258
if ((
tod_to_ns
(clk - device->path[pos].errorclk) / NSEC_PER_SEC)
in dasd_3990_erp_account_error()
/kernel/linux/linux-6.6/drivers/s390/block/
H
A
D
dasd_3990_erp.c
2263
if ((
tod_to_ns
(clk - device->path[pos].errorclk) / NSEC_PER_SEC)
in dasd_3990_erp_account_error()
Completed in 25 milliseconds