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:UM_TIMETRAVEL_GET
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
um_timetravel.h
88
* @
UM_TIMETRAVEL_GET
: return the current time from the calendar in the
92
UM_TIMETRAVEL_GET
= 4,
enumerator
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
um_timetravel.h
88
* @
UM_TIMETRAVEL_GET
: return the current time from the calendar in the
92
UM_TIMETRAVEL_GET
= 4,
enumerator
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
um_timetravel.h
32
UM_TIMETRAVEL_GET
= 4,
enumerator
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
um_timetravel.h
32
UM_TIMETRAVEL_GET
= 4,
enumerator
/kernel/linux/linux-5.10/arch/um/kernel/
H
A
D
time.c
133
* current time (for
UM_TIMETRAVEL_GET
) and getting another
in time_travel_ext_req()
149
if (op ==
UM_TIMETRAVEL_GET
)
in time_travel_ext_req()
239
time_travel_ext_req(
UM_TIMETRAVEL_GET
, -1);
in time_travel_ext_get_time()
/kernel/linux/linux-6.6/arch/um/kernel/
H
A
D
time.c
129
* current time (for
UM_TIMETRAVEL_GET
) and getting another
in time_travel_ext_req()
145
if (op ==
UM_TIMETRAVEL_GET
)
in time_travel_ext_req()
250
time_travel_ext_req(
UM_TIMETRAVEL_GET
, -1);
in time_travel_ext_get_time()
Completed in 3 milliseconds