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:freq_norm
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/kernel/time/
H
A
D
ntp.c
883
static long hardpps_update_freq(struct pps_normtime
freq_norm
)
in hardpps_update_freq()
argument
889
if (
freq_norm
.sec > (2 << pps_shift)) {
in hardpps_update_freq()
895
freq_norm
.sec);
in hardpps_update_freq()
903
ftemp = div_s64(((s64)(-
freq_norm
.nsec)) << NTP_SCALE_SHIFT,
in hardpps_update_freq()
904
freq_norm
.sec);
in hardpps_update_freq()
983
struct pps_normtime pts_norm,
freq_norm
;
in __hardpps()
local
1002
freq_norm
= pps_normalize_ts(timespec64_sub(*raw_ts, pps_fbase));
in __hardpps()
1006
if ((
freq_norm
.sec == 0) ||
in __hardpps()
1007
(
freq_norm
.nsec > MAXFREQ *
freq_norm
in __hardpps()
[all...]
/kernel/linux/linux-6.6/kernel/time/
H
A
D
ntp.c
932
static long hardpps_update_freq(struct pps_normtime
freq_norm
)
in hardpps_update_freq()
argument
938
if (
freq_norm
.sec > (2 << pps_shift)) {
in hardpps_update_freq()
944
freq_norm
.sec);
in hardpps_update_freq()
952
ftemp = div_s64(((s64)(-
freq_norm
.nsec)) << NTP_SCALE_SHIFT,
in hardpps_update_freq()
953
freq_norm
.sec);
in hardpps_update_freq()
1032
struct pps_normtime pts_norm,
freq_norm
;
in __hardpps()
local
1051
freq_norm
= pps_normalize_ts(timespec64_sub(*raw_ts, pps_fbase));
in __hardpps()
1055
if ((
freq_norm
.sec == 0) ||
in __hardpps()
1056
(
freq_norm
.nsec > MAXFREQ *
freq_norm
in __hardpps()
[all...]
Completed in 3 milliseconds