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:HARDIRQ_SHIFT
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
preempt.h
39
#define
HARDIRQ_SHIFT
(SOFTIRQ_SHIFT + SOFTIRQ_BITS)
macro
40
#define NMI_SHIFT (
HARDIRQ_SHIFT
+ HARDIRQ_BITS)
46
#define HARDIRQ_MASK (__IRQ_MASK(HARDIRQ_BITS) <<
HARDIRQ_SHIFT
)
51
#define HARDIRQ_OFFSET (1UL <<
HARDIRQ_SHIFT
)
/kernel/linux/linux-6.6/include/linux/
H
A
D
preempt.h
40
#define
HARDIRQ_SHIFT
(SOFTIRQ_SHIFT + SOFTIRQ_BITS)
macro
41
#define NMI_SHIFT (
HARDIRQ_SHIFT
+ HARDIRQ_BITS)
47
#define HARDIRQ_MASK (__IRQ_MASK(HARDIRQ_BITS) <<
HARDIRQ_SHIFT
)
52
#define HARDIRQ_OFFSET (1UL <<
HARDIRQ_SHIFT
)
/kernel/linux/linux-5.10/tools/include/linux/
H
A
D
hardirq.h
8
#define
HARDIRQ_SHIFT
0UL
macro
/kernel/linux/linux-6.6/mm/kmsan/
H
A
D
kmsan.h
125
if ((hardirq_count() >>
HARDIRQ_SHIFT
) > 1)
in kmsan_in_runtime()
/kernel/linux/linux-5.10/kernel/debug/
H
A
D
debug_core.c
621
kgdb_info[cpu].irq_depth = hardirq_count() >>
HARDIRQ_SHIFT
;
in kgdb_cpu_enter()
/kernel/linux/linux-6.6/kernel/debug/
H
A
D
debug_core.c
605
kgdb_info[cpu].irq_depth = hardirq_count() >>
HARDIRQ_SHIFT
;
in kgdb_cpu_enter()
/kernel/linux/linux-5.10/kernel/kcsan/
H
A
D
core.c
245
if ((hardirq_count() >>
HARDIRQ_SHIFT
) < 2)
in is_atomic()
/kernel/linux/linux-6.6/kernel/kcsan/
H
A
D
core.c
259
if ((hardirq_count() >>
HARDIRQ_SHIFT
) < 2)
in is_atomic()
/kernel/linux/linux-5.10/kernel/locking/
H
A
D
lockdep.c
2514
lockdep_hardirq_context(), hardirq_count() >>
HARDIRQ_SHIFT
,
in print_bad_irq_dependency()
3845
lockdep_hardirq_context(), hardirq_count() >>
HARDIRQ_SHIFT
,
in print_usage_bug()
/kernel/linux/linux-6.6/kernel/locking/
H
A
D
lockdep.c
2581
lockdep_hardirq_context(), hardirq_count() >>
HARDIRQ_SHIFT
,
in print_bad_irq_dependency()
3985
lockdep_hardirq_context(), hardirq_count() >>
HARDIRQ_SHIFT
,
in print_usage_bug()
Completed in 31 milliseconds