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:gates_lock
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/sunxi/
H
A
D
clk-sun8i-bus-gates.c
18
static DEFINE_SPINLOCK(
gates_lock
);
84
0, &
gates_lock
);
in sun8i_h3_bus_gates_init()
H
A
D
clk-simple-gates.c
16
static DEFINE_SPINLOCK(
gates_lock
);
61
0, &
gates_lock
);
in sunxi_simple_gates_setup()
/kernel/linux/linux-6.6/drivers/clk/sunxi/
H
A
D
clk-sun8i-bus-gates.c
18
static DEFINE_SPINLOCK(
gates_lock
);
84
0, &
gates_lock
);
in sun8i_h3_bus_gates_init()
H
A
D
clk-simple-gates.c
16
static DEFINE_SPINLOCK(
gates_lock
);
61
0, &
gates_lock
);
in sunxi_simple_gates_setup()
/kernel/linux/linux-5.10/net/mac80211/
H
A
D
mesh_pathtbl.c
55
spin_lock_init(&tbl->
gates_lock
);
in mesh_table_init()
315
spin_lock(&tbl->
gates_lock
);
in mesh_path_add_gate()
317
spin_unlock(&tbl->
gates_lock
);
in mesh_path_add_gate()
342
spin_lock_bh(&tbl->
gates_lock
);
in mesh_gate_del()
345
spin_unlock_bh(&tbl->
gates_lock
);
in mesh_gate_del()
H
A
D
ieee80211_i.h
652
* @
gates_lock
: protects updates to known_gates
660
spinlock_t
gates_lock
;
member
/kernel/linux/linux-6.6/net/mac80211/
H
A
D
mesh_pathtbl.c
91
spin_lock_init(&tbl->
gates_lock
);
in mesh_table_init()
351
spin_lock(&tbl->
gates_lock
);
in mesh_path_add_gate()
353
spin_unlock(&tbl->
gates_lock
);
in mesh_path_add_gate()
378
spin_lock_bh(&tbl->
gates_lock
);
in mesh_gate_del()
381
spin_unlock_bh(&tbl->
gates_lock
);
in mesh_gate_del()
H
A
D
ieee80211_i.h
645
* @
gates_lock
: protects updates to known_gates
653
spinlock_t
gates_lock
;
member
Completed in 12 milliseconds