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_FANOUT
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
rcu_node_tree.h
32
#define
RCU_FANOUT
CONFIG_RCU_FANOUT
macro
35
# define
RCU_FANOUT
64
macro
37
# define
RCU_FANOUT
32
macro
48
#define RCU_FANOUT_2 (RCU_FANOUT_1 *
RCU_FANOUT
)
49
#define RCU_FANOUT_3 (RCU_FANOUT_2 *
RCU_FANOUT
)
50
#define RCU_FANOUT_4 (RCU_FANOUT_3 *
RCU_FANOUT
)
/kernel/linux/linux-6.6/include/linux/
H
A
D
rcu_node_tree.h
34
#define
RCU_FANOUT
CONFIG_RCU_FANOUT
macro
37
# define
RCU_FANOUT
64
macro
39
# define
RCU_FANOUT
32
macro
50
#define RCU_FANOUT_2 (RCU_FANOUT_1 *
RCU_FANOUT
)
51
#define RCU_FANOUT_3 (RCU_FANOUT_2 *
RCU_FANOUT
)
52
#define RCU_FANOUT_4 (RCU_FANOUT_3 *
RCU_FANOUT
)
/kernel/linux/linux-6.6/kernel/rcu/
H
A
D
tree_plugin.h
48
if ((IS_ENABLED(CONFIG_64BIT) &&
RCU_FANOUT
!= 64) ||
in rcu_bootup_announce_oddness()
49
(!IS_ENABLED(CONFIG_64BIT) &&
RCU_FANOUT
!= 32))
in rcu_bootup_announce_oddness()
51
RCU_FANOUT
);
in rcu_bootup_announce_oddness()
H
A
D
rcu.h
351
levelspread[i] =
RCU_FANOUT
;
in rcu_init_levelspread()
H
A
D
tree.c
4954
rcu_capacity[i] = rcu_capacity[i - 1] *
RCU_FANOUT
;
in rcu_init_geometry()
/kernel/linux/linux-5.10/kernel/rcu/
H
A
D
rcu.h
297
levelspread[i] =
RCU_FANOUT
;
in rcu_init_levelspread()
H
A
D
tree_plugin.h
29
if ((IS_ENABLED(CONFIG_64BIT) &&
RCU_FANOUT
!= 64) ||
in rcu_bootup_announce_oddness()
30
(!IS_ENABLED(CONFIG_64BIT) &&
RCU_FANOUT
!= 32))
in rcu_bootup_announce_oddness()
32
RCU_FANOUT
);
in rcu_bootup_announce_oddness()
H
A
D
tree.c
4506
rcu_capacity[i] = rcu_capacity[i - 1] *
RCU_FANOUT
;
in rcu_init_geometry()
Completed in 19 milliseconds