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:ADJ_SETOFFSET
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/timers/
H
A
D
valid-adjtimex.c
40
#define
ADJ_SETOFFSET
0x0100
macro
201
tmx.modes =
ADJ_SETOFFSET
;
in set_offset()
236
tmx.modes =
ADJ_SETOFFSET
;
in set_bad_offset()
253
printf("Testing
ADJ_SETOFFSET
... ");
in validate_set_offset()
H
A
D
freq-step.c
28
#ifndef
ADJ_SETOFFSET
29
#define
ADJ_SETOFFSET
0x0100
macro
84
txc.modes =
ADJ_SETOFFSET
;
in reset_ntp_error()
/kernel/linux/linux-6.6/tools/testing/selftests/timers/
H
A
D
freq-step.c
28
#ifndef
ADJ_SETOFFSET
29
#define
ADJ_SETOFFSET
0x0100
macro
84
txc.modes =
ADJ_SETOFFSET
;
in reset_ntp_error()
H
A
D
valid-adjtimex.c
40
#define
ADJ_SETOFFSET
0x0100
macro
201
tmx.modes =
ADJ_SETOFFSET
;
in set_offset()
236
tmx.modes =
ADJ_SETOFFSET
;
in set_bad_offset()
253
printf("Testing
ADJ_SETOFFSET
... ");
in validate_set_offset()
/kernel/linux/linux-5.10/tools/testing/selftests/ptp/
H
A
D
testptp.c
30
#ifndef
ADJ_SETOFFSET
31
#define
ADJ_SETOFFSET
0x0100
macro
310
tx.modes =
ADJ_SETOFFSET
;
in main()
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
timex.h
103
#define
ADJ_SETOFFSET
0x0100
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
timex.h
103
#define
ADJ_SETOFFSET
0x0100
macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
timex.h
42
#define
ADJ_SETOFFSET
0x0100
macro
/kernel/linux/linux-6.6/tools/testing/selftests/ptp/
H
A
D
testptp.c
30
#ifndef
ADJ_SETOFFSET
31
#define
ADJ_SETOFFSET
0x0100
macro
340
tx.modes =
ADJ_SETOFFSET
| ADJ_NANO;
in main()
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
timex.h
77
struct timeval time; /* (read only, except for
ADJ_SETOFFSET
) */
116
struct __kernel_timex_timeval time; /* (read only, except for
ADJ_SETOFFSET
) */
146
#define
ADJ_SETOFFSET
0x0100 /* add 'time' to current time */
macro
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
timex.h
77
struct timeval time; /* (read only, except for
ADJ_SETOFFSET
) */
116
struct __kernel_timex_timeval time; /* (read only, except for
ADJ_SETOFFSET
) */
146
#define
ADJ_SETOFFSET
0x0100 /* add 'time' to current time */
macro
/kernel/linux/linux-5.10/drivers/ptp/
H
A
D
ptp_clock.c
124
if (tx->modes &
ADJ_SETOFFSET
) {
in ptp_clock_adjtime()
/kernel/linux/linux-6.6/drivers/ptp/
H
A
D
ptp_clock.c
114
if (tx->modes &
ADJ_SETOFFSET
) {
in ptp_clock_adjtime()
/kernel/linux/linux-5.10/kernel/time/
H
A
D
timekeeping.c
2346
if (txc->modes &
ADJ_SETOFFSET
) {
in timekeeping_validate_timex()
2418
if (txc->modes &
ADJ_SETOFFSET
) {
in do_adjtimex()
/kernel/linux/linux-6.6/kernel/time/
H
A
D
timekeeping.c
2365
if (txc->modes &
ADJ_SETOFFSET
) {
in timekeeping_validate_timex()
2438
if (txc->modes &
ADJ_SETOFFSET
) {
in do_adjtimex()
Completed in 17 milliseconds