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:LOW_RES_NSEC
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/include/vdso/
H
A
D
ktime.h
13
#define
LOW_RES_NSEC
TICK_NSEC
macro
14
#define KTIME_LOW_RES (
LOW_RES_NSEC
)
/kernel/linux/linux-6.6/include/vdso/
H
A
D
ktime.h
13
#define
LOW_RES_NSEC
TICK_NSEC
macro
14
#define KTIME_LOW_RES (
LOW_RES_NSEC
)
/kernel/linux/linux-5.10/include/linux/
H
A
D
hrtimer_defs.h
22
# define MONOTONIC_RES_NSEC
LOW_RES_NSEC
H
A
D
hrtimer.h
330
#define hrtimer_resolution (unsigned int)
LOW_RES_NSEC
/kernel/linux/linux-6.6/include/linux/
H
A
D
hrtimer_defs.h
22
# define MONOTONIC_RES_NSEC
LOW_RES_NSEC
H
A
D
hrtimer.h
327
#define hrtimer_resolution (unsigned int)
LOW_RES_NSEC
/kernel/linux/linux-5.10/arch/nds32/kernel/
H
A
D
asm-offsets.c
26
DEFINE(CLOCK_COARSE_RES,
LOW_RES_NSEC
);
in main()
/kernel/linux/linux-5.10/lib/vdso/
H
A
D
gettimeofday.c
382
ns =
LOW_RES_NSEC
;
in __cvdso_clock_getres_common()
/kernel/linux/linux-6.6/lib/vdso/
H
A
D
gettimeofday.c
385
ns =
LOW_RES_NSEC
;
in __cvdso_clock_getres_common()
/kernel/linux/linux-6.6/kernel/time/
H
A
D
hrtimer.c
711
unsigned int hrtimer_resolution __read_mostly =
LOW_RES_NSEC
;
/kernel/linux/linux-5.10/drivers/iio/
H
A
D
industrialio-core.c
282
return
LOW_RES_NSEC
;
in iio_get_time_res()
/kernel/linux/linux-5.10/kernel/time/
H
A
D
hrtimer.c
702
unsigned int hrtimer_resolution __read_mostly =
LOW_RES_NSEC
;
Completed in 19 milliseconds