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:CIF_NOHZ_DELAY
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/include/asm/
H
A
D
processor.h
19
#define
CIF_NOHZ_DELAY
2 /* delay HZ disable for a tick */
macro
28
#define _CIF_NOHZ_DELAY BIT(
CIF_NOHZ_DELAY
)
73
#define arch_needs_cpu() test_cpu_flag(
CIF_NOHZ_DELAY
)
/kernel/linux/linux-6.6/arch/s390/include/asm/
H
A
D
processor.h
17
#define
CIF_NOHZ_DELAY
2 /* delay HZ disable for a tick */
macro
23
#define _CIF_NOHZ_DELAY BIT(
CIF_NOHZ_DELAY
)
89
#define arch_needs_cpu() test_cpu_flag(
CIF_NOHZ_DELAY
)
/kernel/linux/linux-5.10/arch/s390/kernel/
H
A
D
idle.c
34
clear_cpu_flag(
CIF_NOHZ_DELAY
);
in enabled_wait()
H
A
D
irq.c
276
set_cpu_flag(
CIF_NOHZ_DELAY
);
in do_ext_interrupt()
H
A
D
smp.c
945
clear_cpu_flag(
CIF_NOHZ_DELAY
);
in __cpu_disable()
/kernel/linux/linux-6.6/arch/s390/kernel/
H
A
D
idle.c
59
clear_cpu_flag(
CIF_NOHZ_DELAY
);
in arch_cpu_idle()
H
A
D
irq.c
347
set_cpu_flag(
CIF_NOHZ_DELAY
);
in do_ext_interrupt()
H
A
D
smp.c
977
clear_cpu_flag(
CIF_NOHZ_DELAY
);
in __cpu_disable()
/kernel/linux/linux-5.10/drivers/s390/cio/
H
A
D
airq.c
95
set_cpu_flag(
CIF_NOHZ_DELAY
);
in do_airq_interrupt()
H
A
D
cio.c
538
set_cpu_flag(
CIF_NOHZ_DELAY
);
in do_cio_interrupt()
/kernel/linux/linux-6.6/drivers/s390/cio/
H
A
D
airq.c
93
set_cpu_flag(
CIF_NOHZ_DELAY
);
in do_airq_interrupt()
H
A
D
cio.c
538
set_cpu_flag(
CIF_NOHZ_DELAY
);
in do_cio_interrupt()
Completed in 11 milliseconds