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:qnode
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/lib/
H
A
D
qspinlock.c
15
struct
qnode
{
struct
16
struct
qnode
*next;
25
struct
qnode
nodes[MAX_NODES];
262
static struct
qnode
*get_tail_qnode(struct qspinlock *lock, u32 val)
in get_tail_qnode()
272
* last CPU, with subsequently looking at its
qnode
structures
in get_tail_qnode()
278
struct
qnode
*
qnode
= &qnodesp->nodes[idx];
in get_tail_qnode()
local
279
if (
qnode
->lock == lock)
in get_tail_qnode()
280
return
qnode
;
in get_tail_qnode()
356
static __always_inline void propagate_yield_cpu(struct
qnode
*nod
[all...]
/kernel/linux/linux-5.10/kernel/locking/
H
A
D
qspinlock.c
81
struct
qnode
{
struct
108
static DEFINE_PER_CPU_ALIGNED(struct
qnode
, qnodes[MAX_NODES]);
136
return &((struct
qnode
*)base + idx)->mcs;
in grab_mcs_node()
H
A
D
qspinlock_paravirt.h
282
BUILD_BUG_ON(sizeof(struct pv_node) > sizeof(struct
qnode
));
in pv_init_node()
/kernel/linux/linux-6.6/kernel/locking/
H
A
D
qspinlock.c
82
struct
qnode
{
struct
109
static DEFINE_PER_CPU_ALIGNED(struct
qnode
, qnodes[MAX_NODES]);
137
return &((struct
qnode
*)base + idx)->mcs;
in grab_mcs_node()
H
A
D
qspinlock_paravirt.h
282
BUILD_BUG_ON(sizeof(struct pv_node) > sizeof(struct
qnode
));
in pv_init_node()
Completed in 5 milliseconds