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:NUM_RCU_NODES
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
rcu_node_tree.h
55
# define
NUM_RCU_NODES
NUM_RCU_LVL_0
macro
63
# define
NUM_RCU_NODES
(NUM_RCU_LVL_0 + NUM_RCU_LVL_1)
macro
72
# define
NUM_RCU_NODES
(NUM_RCU_LVL_0 + NUM_RCU_LVL_1 + NUM_RCU_LVL_2)
macro
82
# define
NUM_RCU_NODES
(NUM_RCU_LVL_0 + NUM_RCU_LVL_1 + NUM_RCU_LVL_2 + NUM_RCU_LVL_3)
macro
H
A
D
srcutree.h
65
struct srcu_node node[
NUM_RCU_NODES
]; /* Combining tree. */
/kernel/linux/linux-6.6/include/linux/
H
A
D
rcu_node_tree.h
57
# define
NUM_RCU_NODES
NUM_RCU_LVL_0
macro
65
# define
NUM_RCU_NODES
(NUM_RCU_LVL_0 + NUM_RCU_LVL_1)
macro
74
# define
NUM_RCU_NODES
(NUM_RCU_LVL_0 + NUM_RCU_LVL_1 + NUM_RCU_LVL_2)
macro
84
# define
NUM_RCU_NODES
(NUM_RCU_LVL_0 + NUM_RCU_LVL_1 + NUM_RCU_LVL_2 + NUM_RCU_LVL_3)
macro
/kernel/linux/linux-5.10/kernel/rcu/
H
A
D
tree.h
297
struct rcu_node node[
NUM_RCU_NODES
]; /* Hierarchy. */
H
A
D
tree.c
115
int rcu_num_nodes __read_mostly =
NUM_RCU_NODES
; /* Total # rcu_nodes in use. */
/kernel/linux/linux-6.6/kernel/rcu/
H
A
D
tree.h
330
struct rcu_node node[
NUM_RCU_NODES
]; /* Hierarchy. */
H
A
D
tree.c
115
int rcu_num_nodes __read_mostly =
NUM_RCU_NODES
; /* Total # rcu_nodes in use. */
Completed in 14 milliseconds