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:tmx
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/timers/
H
A
D
valid-adjtimex.c
198
struct timex
tmx
= {};
in set_offset()
local
201
tmx
.modes = ADJ_SETOFFSET;
in set_offset()
203
tmx
.modes |= ADJ_NANO;
in set_offset()
205
tmx
.time.tv_sec = offset / NSEC_PER_SEC;
in set_offset()
206
tmx
.time.tv_usec = offset % NSEC_PER_SEC;
in set_offset()
208
if (offset < 0 &&
tmx
.time.tv_usec) {
in set_offset()
209
tmx
.time.tv_sec -= 1;
in set_offset()
210
tmx
.time.tv_usec += NSEC_PER_SEC;
in set_offset()
213
tmx
.time.tv_sec = offset / USEC_PER_SEC;
in set_offset()
214
tmx
in set_offset()
233
struct timex
tmx
= {};
set_bad_offset()
local
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/timers/
H
A
D
valid-adjtimex.c
198
struct timex
tmx
= {};
in set_offset()
local
201
tmx
.modes = ADJ_SETOFFSET;
in set_offset()
203
tmx
.modes |= ADJ_NANO;
in set_offset()
205
tmx
.time.tv_sec = offset / NSEC_PER_SEC;
in set_offset()
206
tmx
.time.tv_usec = offset % NSEC_PER_SEC;
in set_offset()
208
if (offset < 0 &&
tmx
.time.tv_usec) {
in set_offset()
209
tmx
.time.tv_sec -= 1;
in set_offset()
210
tmx
.time.tv_usec += NSEC_PER_SEC;
in set_offset()
213
tmx
.time.tv_sec = offset / USEC_PER_SEC;
in set_offset()
214
tmx
in set_offset()
233
struct timex
tmx
= {};
set_bad_offset()
local
[all...]
Completed in 1 milliseconds