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:tick_nsec
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H
A
D
bpf_iter_tcp4.c
30
u64
tick_nsec
= (NSEC_PER_SEC + CONFIG_HZ/2) / CONFIG_HZ;
in jiffies_to_clock_t()
local
33
if ((
tick_nsec
% user_hz_nsec) == 0) {
in jiffies_to_clock_t()
39
return x *
tick_nsec
/user_hz_nsec;
in jiffies_to_clock_t()
H
A
D
bpf_iter_tcp6.c
30
u64
tick_nsec
= (NSEC_PER_SEC + CONFIG_HZ/2) / CONFIG_HZ;
in jiffies_to_clock_t()
local
33
if ((
tick_nsec
% user_hz_nsec) == 0) {
in jiffies_to_clock_t()
39
return x *
tick_nsec
/user_hz_nsec;
in jiffies_to_clock_t()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H
A
D
bpf_iter_tcp4.c
29
u64
tick_nsec
= (NSEC_PER_SEC + CONFIG_HZ/2) / CONFIG_HZ;
in jiffies_to_clock_t()
local
32
if ((
tick_nsec
% user_hz_nsec) == 0) {
in jiffies_to_clock_t()
38
return x *
tick_nsec
/user_hz_nsec;
in jiffies_to_clock_t()
H
A
D
bpf_iter_tcp6.c
29
u64
tick_nsec
= (NSEC_PER_SEC + CONFIG_HZ/2) / CONFIG_HZ;
in jiffies_to_clock_t()
local
32
if ((
tick_nsec
% user_hz_nsec) == 0) {
in jiffies_to_clock_t()
38
return x *
tick_nsec
/user_hz_nsec;
in jiffies_to_clock_t()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
timer.h
9
#define TICK_SIZE (
tick_nsec
/ 1000)
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
timer.h
9
#define TICK_SIZE (
tick_nsec
/ 1000)
/kernel/linux/linux-5.10/include/linux/
H
A
D
timex.h
148
extern unsigned long
tick_nsec
; /* SHIFTED_HZ period (nsec) */
/kernel/linux/linux-6.6/include/linux/
H
A
D
timex.h
148
extern unsigned long
tick_nsec
; /* SHIFTED_HZ period (nsec) */
/kernel/linux/linux-5.10/kernel/time/
H
A
D
ntp.c
37
unsigned long
tick_nsec
;
variable
256
* Update (tick_length, tick_length_base,
tick_nsec
), based
270
tick_nsec
= div_u64(second_length, HZ) >> NTP_SCALE_SHIFT;
in ntp_update_frequency()
/kernel/linux/linux-6.6/kernel/time/
H
A
D
ntp.c
37
unsigned long
tick_nsec
;
variable
256
* Update (tick_length, tick_length_base,
tick_nsec
), based
270
tick_nsec
= div_u64(second_length, HZ) >> NTP_SCALE_SHIFT;
in ntp_update_frequency()
Completed in 5 milliseconds