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_LEAF
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
rcu_node_tree.h
42
#define
RCU_FANOUT_LEAF
CONFIG_RCU_FANOUT_LEAF
macro
44
#define
RCU_FANOUT_LEAF
16
macro
47
#define RCU_FANOUT_1 (
RCU_FANOUT_LEAF
)
/kernel/linux/linux-6.6/include/linux/
H
A
D
rcu_node_tree.h
44
#define
RCU_FANOUT_LEAF
CONFIG_RCU_FANOUT_LEAF
macro
46
#define
RCU_FANOUT_LEAF
16
macro
49
#define RCU_FANOUT_1 (
RCU_FANOUT_LEAF
)
/kernel/linux/linux-6.6/kernel/rcu/
H
A
D
tree_plugin.h
60
if (
RCU_FANOUT_LEAF
!= 16)
in rcu_bootup_announce_oddness()
62
RCU_FANOUT_LEAF
);
in rcu_bootup_announce_oddness()
63
if (rcu_fanout_leaf !=
RCU_FANOUT_LEAF
)
in rcu_bootup_announce_oddness()
H
A
D
tree.c
109
/* Increase (but not decrease) the
RCU_FANOUT_LEAF
at boot time. */
110
static int rcu_fanout_leaf =
RCU_FANOUT_LEAF
;
4929
if (rcu_fanout_leaf ==
RCU_FANOUT_LEAF
&&
in rcu_init_geometry()
4943
rcu_fanout_leaf =
RCU_FANOUT_LEAF
;
in rcu_init_geometry()
4961
rcu_fanout_leaf =
RCU_FANOUT_LEAF
;
in rcu_init_geometry()
/kernel/linux/linux-5.10/kernel/rcu/
H
A
D
tree_plugin.h
43
if (
RCU_FANOUT_LEAF
!= 16)
in rcu_bootup_announce_oddness()
45
RCU_FANOUT_LEAF
);
in rcu_bootup_announce_oddness()
46
if (rcu_fanout_leaf !=
RCU_FANOUT_LEAF
)
in rcu_bootup_announce_oddness()
H
A
D
tree.c
109
/* Increase (but not decrease) the
RCU_FANOUT_LEAF
at boot time. */
110
static int rcu_fanout_leaf =
RCU_FANOUT_LEAF
;
4481
if (rcu_fanout_leaf ==
RCU_FANOUT_LEAF
&&
in rcu_init_geometry()
4495
rcu_fanout_leaf =
RCU_FANOUT_LEAF
;
in rcu_init_geometry()
4513
rcu_fanout_leaf =
RCU_FANOUT_LEAF
;
in rcu_init_geometry()
Completed in 17 milliseconds