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:STA_INS
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/timers/
H
A
D
leap-a-day.c
104
* and wouldn't clear the
STA_INS
/DEL flag directly.
in clear_time_state()
264
tx.status =
STA_INS
;
in main()
269
printf("Error: Problem setting
STA_INS
/STA_DEL!: %s\n",
in main()
274
/* Validate
STA_INS
was set */
in main()
277
if (tx.status !=
STA_INS
&& tx.status != STA_DEL) {
in main()
278
printf("Error:
STA_INS
/STA_DEL not set!: %s\n",
in main()
314
/* Validate
STA_INS
is still set */
in main()
317
if (tx.status !=
STA_INS
&& tx.status != STA_DEL) {
in main()
318
printf("Something cleared
STA_INS
/STA_DEL, setting it again.\n");
in main()
321
tx.status =
STA_INS
;
in main()
[all...]
H
A
D
leapcrash.c
37
* and wouldn't clear the
STA_INS
/DEL flag directly.
in clear_time_state()
95
/* hammer on adjtime w/
STA_INS
*/
in main()
99
tx.status =
STA_INS
;
in main()
/kernel/linux/linux-6.6/tools/testing/selftests/timers/
H
A
D
leap-a-day.c
104
* and wouldn't clear the
STA_INS
/DEL flag directly.
in clear_time_state()
264
tx.status =
STA_INS
;
in main()
269
printf("Error: Problem setting
STA_INS
/STA_DEL!: %s\n",
in main()
274
/* Validate
STA_INS
was set */
in main()
277
if (tx.status !=
STA_INS
&& tx.status != STA_DEL) {
in main()
278
printf("Error:
STA_INS
/STA_DEL not set!: %s\n",
in main()
314
/* Validate
STA_INS
is still set */
in main()
317
if (tx.status !=
STA_INS
&& tx.status != STA_DEL) {
in main()
318
printf("Something cleared
STA_INS
/STA_DEL, setting it again.\n");
in main()
321
tx.status =
STA_INS
;
in main()
[all...]
H
A
D
leapcrash.c
37
* and wouldn't clear the
STA_INS
/DEL flag directly.
in clear_time_state()
95
/* hammer on adjtime w/
STA_INS
*/
in main()
99
tx.status =
STA_INS
;
in main()
/kernel/linux/linux-5.10/kernel/time/
H
A
D
ntp.c
384
if ((time_state == TIME_INS) && (time_status &
STA_INS
))
in ntp_get_next_leap()
413
if (time_status &
STA_INS
) {
in second_overflow()
424
if (!(time_status &
STA_INS
)) {
in second_overflow()
451
if (!(time_status & (
STA_INS
| STA_DEL)))
in second_overflow()
780
if ((time_state == TIME_INS) && (time_status &
STA_INS
)) {
in __do_adjtimex()
/kernel/linux/linux-6.6/kernel/time/
H
A
D
ntp.c
384
if ((time_state == TIME_INS) && (time_status &
STA_INS
))
in ntp_get_next_leap()
413
if (time_status &
STA_INS
) {
in second_overflow()
424
if (!(time_status &
STA_INS
)) {
in second_overflow()
451
if (!(time_status & (
STA_INS
| STA_DEL)))
in second_overflow()
829
if ((time_state == TIME_INS) && (time_status &
STA_INS
)) {
in __do_adjtimex()
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
timex.h
122
#define
STA_INS
0x0010
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
timex.h
122
#define
STA_INS
0x0010
macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
timex.h
63
#define
STA_INS
0x0010
macro
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
timex.h
176
#define
STA_INS
0x0010 /* insert leap (rw) */
macro
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
timex.h
176
#define
STA_INS
0x0010 /* insert leap (rw) */
macro
/kernel/linux/linux-5.10/arch/s390/kernel/
H
A
D
time.c
613
txc.status &= ~(
STA_INS
|STA_DEL);
in stp_clear_leap()
660
txc.status |=
STA_INS
;
in stp_check_leap()
/kernel/linux/linux-6.6/arch/s390/kernel/
H
A
D
time.c
605
txc.status &= ~(
STA_INS
|STA_DEL);
in stp_clear_leap()
652
txc.status |=
STA_INS
;
in stp_check_leap()
Completed in 19 milliseconds