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:RCU_NUM_LVLS
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
rcu_node_tree.h
53
# define
RCU_NUM_LVLS
1
macro
60
# define
RCU_NUM_LVLS
2
macro
68
# define
RCU_NUM_LVLS
3
macro
77
# define
RCU_NUM_LVLS
4
macro
H
A
D
srcutree.h
66
struct srcu_node *level[
RCU_NUM_LVLS
+ 1];
/kernel/linux/linux-6.6/include/linux/
H
A
D
rcu_node_tree.h
55
# define
RCU_NUM_LVLS
1
macro
62
# define
RCU_NUM_LVLS
2
macro
70
# define
RCU_NUM_LVLS
3
macro
79
# define
RCU_NUM_LVLS
4
macro
H
A
D
srcutree.h
65
struct srcu_node *level[
RCU_NUM_LVLS
+ 1];
/kernel/linux/linux-5.10/kernel/rcu/
H
A
D
tree.h
298
struct rcu_node *level[
RCU_NUM_LVLS
+ 1];
H
A
D
tree.c
112
int rcu_num_lvls __read_mostly =
RCU_NUM_LVLS
;
4366
static struct lock_class_key rcu_node_class[
RCU_NUM_LVLS
];
in rcu_init_one()
4367
static struct lock_class_key rcu_fqs_class[
RCU_NUM_LVLS
];
in rcu_init_one()
4369
int levelspread[
RCU_NUM_LVLS
]; /* kids/node in each level. */
in rcu_init_one()
4375
BUILD_BUG_ON(
RCU_NUM_LVLS
> ARRAY_SIZE(buf)); /* Fix buf[] init! */
in rcu_init_one()
4378
if (rcu_num_lvls <= 0 || rcu_num_lvls >
RCU_NUM_LVLS
)
in rcu_init_one()
4451
int rcu_capacity[
RCU_NUM_LVLS
];
in rcu_init_geometry()
4505
for (i = 1; i <
RCU_NUM_LVLS
; i++)
in rcu_init_geometry()
4512
if (nr_cpu_ids > rcu_capacity[
RCU_NUM_LVLS
- 1]) {
in rcu_init_geometry()
H
A
D
rcu.h
292
for (i = 0; i <
RCU_NUM_LVLS
; i++)
in rcu_init_levelspread()
H
A
D
srcutree.c
88
int levelspread[
RCU_NUM_LVLS
];
in init_srcu_struct_nodes()
H
A
D
tree_plugin.h
41
if (
RCU_NUM_LVLS
>= 4)
in rcu_bootup_announce_oddness()
/kernel/linux/linux-6.6/kernel/rcu/
H
A
D
tree.c
112
int rcu_num_lvls __read_mostly =
RCU_NUM_LVLS
;
4788
static struct lock_class_key rcu_node_class[
RCU_NUM_LVLS
];
in rcu_init_one()
4789
static struct lock_class_key rcu_fqs_class[
RCU_NUM_LVLS
];
in rcu_init_one()
4791
int levelspread[
RCU_NUM_LVLS
]; /* kids/node in each level. */
in rcu_init_one()
4797
BUILD_BUG_ON(
RCU_NUM_LVLS
> ARRAY_SIZE(buf)); /* Fix buf[] init! */
in rcu_init_one()
4800
if (rcu_num_lvls <= 0 || rcu_num_lvls >
RCU_NUM_LVLS
)
in rcu_init_one()
4899
int rcu_capacity[
RCU_NUM_LVLS
];
in rcu_init_geometry()
4953
for (i = 1; i <
RCU_NUM_LVLS
; i++)
in rcu_init_geometry()
4960
if (nr_cpu_ids > rcu_capacity[
RCU_NUM_LVLS
- 1]) {
in rcu_init_geometry()
H
A
D
tree.h
331
struct rcu_node *level[
RCU_NUM_LVLS
+ 1];
H
A
D
rcu.h
346
for (i = 0; i <
RCU_NUM_LVLS
; i++)
in rcu_init_levelspread()
H
A
D
tree_plugin.h
58
if (
RCU_NUM_LVLS
>= 4)
in rcu_bootup_announce_oddness()
H
A
D
srcutree.c
169
int levelspread[
RCU_NUM_LVLS
];
in init_srcu_struct_nodes()
Completed in 27 milliseconds