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:early_srcu
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/kernel/rcu/
H
A
D
update.c
591
DEFINE_STATIC_SRCU(
early_srcu
);
variable
605
idx = srcu_down_read(&
early_srcu
);
in early_boot_test_call_rcu()
606
srcu_up_read(&
early_srcu
, idx);
in early_boot_test_call_rcu()
608
early_srcu_cookie = start_poll_synchronize_srcu(&
early_srcu
);
in early_boot_test_call_rcu()
609
call_srcu(&
early_srcu
, &shead, test_callback);
in early_boot_test_call_rcu()
633
srcu_barrier(&
early_srcu
);
in rcu_verify_early_boot_tests()
634
WARN_ON_ONCE(!poll_state_synchronize_srcu(&
early_srcu
, early_srcu_cookie));
in rcu_verify_early_boot_tests()
635
cleanup_srcu_struct(&
early_srcu
);
in rcu_verify_early_boot_tests()
/kernel/linux/linux-5.10/kernel/rcu/
H
A
D
update.c
524
DEFINE_STATIC_SRCU(
early_srcu
);
variable
538
call_srcu(&
early_srcu
, &shead, test_callback);
in early_boot_test_call_rcu()
563
srcu_barrier(&
early_srcu
);
in rcu_verify_early_boot_tests()
Completed in 2 milliseconds