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:set_offset_nsec
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/rtc/
H
A
D
systohc.c
38
*
set_offset_nsec
).tv_nsec == 0.
in rtc_set_ntp_time()
40
set_normalized_timespec64(&to_set, 0, -rtc->
set_offset_nsec
);
in rtc_set_ntp_time()
47
ok = rtc_tv_nsec_ok(rtc->
set_offset_nsec
, &to_set, &now);
in rtc_set_ntp_time()
H
A
D
class.c
213
rtc->
set_offset_nsec
= NSEC_PER_SEC / 2;
in rtc_allocate_device()
/kernel/linux/linux-5.10/include/linux/
H
A
D
rtc.h
119
long
set_offset_nsec
;
member
209
* called to set a second aligned time value, and the field
set_offset_nsec
217
static inline bool rtc_tv_nsec_ok(s64
set_offset_nsec
,
in rtc_tv_nsec_ok()
argument
224
.tv_nsec =
set_offset_nsec
};
in rtc_tv_nsec_ok()
/kernel/linux/linux-6.6/kernel/time/
H
A
D
ntp.c
531
* tsched = t2 -
set_offset_nsec
534
* ==> neval = tsched +
set_offset_nsec
- NSEC_PER_SEC
543
static inline bool rtc_tv_nsec_ok(unsigned long
set_offset_nsec
,
in rtc_tv_nsec_ok()
argument
550
.tv_nsec =
set_offset_nsec
};
in rtc_tv_nsec_ok()
595
if (*offset_nsec == rtc->
set_offset_nsec
) {
in update_rtc()
600
*offset_nsec = rtc->
set_offset_nsec
;
in update_rtc()
/kernel/linux/linux-6.6/include/linux/
H
A
D
rtc.h
140
* newval = tsched +
set_offset_nsec
- NSEC_PER_SEC
141
* and (tsched +
set_offset_nsec
) % NSEC_PER_SEC == 0
143
unsigned long
set_offset_nsec
;
member
/kernel/linux/linux-6.6/drivers/rtc/
H
A
D
class.c
219
rtc->
set_offset_nsec
= NSEC_PER_SEC + 5 * NSEC_PER_MSEC;
in rtc_allocate_device()
H
A
D
rtc-cmos.c
1112
cmos_rtc.rtc->
set_offset_nsec
= NSEC_PER_SEC / 2;
in cmos_do_probe()
Completed in 7 milliseconds