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:exit_rcu
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/kernel/entry/
H
A
D
common.c
295
.
exit_rcu
= false,
in irqentry_enter()
338
ret.
exit_rcu
= true;
in irqentry_enter()
382
if (state.
exit_rcu
) {
in irqentry_exit()
404
if (state.
exit_rcu
)
in irqentry_exit()
/kernel/linux/linux-5.10/arch/arm64/kernel/
H
A
D
entry-common.c
26
regs->
exit_rcu
= false;
in enter_from_kernel_mode()
33
regs->
exit_rcu
= true;
in enter_from_kernel_mode()
51
if (regs->
exit_rcu
) {
in exit_to_kernel_mode()
61
if (regs->
exit_rcu
)
in exit_to_kernel_mode()
/kernel/linux/linux-6.6/kernel/entry/
H
A
D
common.c
317
.
exit_rcu
= false,
in irqentry_enter()
361
ret.
exit_rcu
= true;
in irqentry_enter()
419
if (state.
exit_rcu
) {
in irqentry_exit()
442
if (state.
exit_rcu
)
in irqentry_exit()
/kernel/linux/linux-5.10/include/linux/
H
A
D
rcutree.h
60
void
exit_rcu
(void);
H
A
D
rcutiny.h
92
static inline void
exit_rcu
(void) { }
in exit_rcu()
function
H
A
D
entry-common.h
347
* @
exit_rcu
: Used exclusively in the irqentry_*() calls; signals whether the
362
bool
exit_rcu
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
rcutree.h
100
void
exit_rcu
(void);
H
A
D
rcutiny.h
151
static inline void
exit_rcu
(void) { }
in exit_rcu()
function
H
A
D
entry-common.h
358
* @
exit_rcu
: Used exclusively in the irqentry_*() calls; signals whether the
373
bool
exit_rcu
;
member
/kernel/linux/linux-6.6/arch/arm64/kernel/
H
A
D
entry-common.c
40
regs->
exit_rcu
= false;
in __enter_from_kernel_mode()
47
regs->
exit_rcu
= true;
in __enter_from_kernel_mode()
76
if (regs->
exit_rcu
) {
in __exit_to_kernel_mode()
86
if (regs->
exit_rcu
)
in __exit_to_kernel_mode()
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H
A
D
ptrace.h
199
u64
exit_rcu
;
member
/kernel/linux/linux-5.10/arch/x86/entry/
H
A
D
common.c
279
if (inhcall && !WARN_ON_ONCE(state.
exit_rcu
)) {
in xen_pv_evtchn_do_upcall()
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H
A
D
ptrace.h
203
u64
exit_rcu
;
member
/kernel/linux/linux-6.6/arch/x86/entry/
H
A
D
common.c
406
if (inhcall && !WARN_ON_ONCE(state.
exit_rcu
)) {
in xen_pv_evtchn_do_upcall()
/kernel/linux/linux-6.6/kernel/rcu/
H
A
D
tree_plugin.h
756
void
exit_rcu
(void)
in exit_rcu()
function
987
void
exit_rcu
(void)
in exit_rcu()
function
/kernel/linux/linux-5.10/kernel/rcu/
H
A
D
tree_plugin.h
722
void
exit_rcu
(void)
in exit_rcu()
function
944
void
exit_rcu
(void)
in exit_rcu()
function
/kernel/linux/linux-5.10/kernel/
H
A
D
exit.c
921
exit_rcu
();
in do_exit()
/kernel/linux/linux-6.6/kernel/
H
A
D
exit.c
934
exit_rcu
();
in do_exit()
Completed in 18 milliseconds