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:fwd_domain_lock
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/mscc/
H
A
D
ocelot_mm.c
58
lockdep_assert_held(&ocelot->
fwd_domain_lock
);
in ocelot_port_update_active_preemptible_tcs()
95
lockdep_assert_held(&ocelot->
fwd_domain_lock
);
in ocelot_port_change_fp()
159
mutex_lock(&ocelot->
fwd_domain_lock
);
in ocelot_mm_irq()
164
mutex_unlock(&ocelot->
fwd_domain_lock
);
in ocelot_mm_irq()
196
mutex_lock(&ocelot->
fwd_domain_lock
);
in ocelot_port_set_mm()
228
mutex_unlock(&ocelot->
fwd_domain_lock
);
in ocelot_port_set_mm()
246
mutex_lock(&ocelot->
fwd_domain_lock
);
in ocelot_port_get_mm()
266
mutex_unlock(&ocelot->
fwd_domain_lock
);
in ocelot_port_get_mm()
H
A
D
ocelot.c
893
mutex_lock(&ocelot->
fwd_domain_lock
);
in ocelot_phylink_mac_link_down()
895
mutex_unlock(&ocelot->
fwd_domain_lock
);
in ocelot_phylink_mac_link_down()
1008
mutex_lock(&ocelot->
fwd_domain_lock
);
in ocelot_phylink_mac_link_up()
1015
mutex_unlock(&ocelot->
fwd_domain_lock
);
in ocelot_phylink_mac_link_up()
1479
lockdep_assert_held(&ocelot->
fwd_domain_lock
);
in ocelot_get_bond_mask()
1591
lockdep_assert_held(&ocelot->
fwd_domain_lock
);
in ocelot_apply_bridge_fwd_mask()
1682
mutex_lock(&ocelot->
fwd_domain_lock
);
in ocelot_port_setup_dsa_8021q_cpu()
1691
mutex_unlock(&ocelot->
fwd_domain_lock
);
in ocelot_port_setup_dsa_8021q_cpu()
1700
mutex_lock(&ocelot->
fwd_domain_lock
);
in ocelot_port_teardown_dsa_8021q_cpu()
1709
mutex_unlock(&ocelot->
fwd_domain_lock
);
in ocelot_port_teardown_dsa_8021q_cpu()
[all...]
/kernel/linux/linux-6.6/drivers/net/dsa/ocelot/
H
A
D
felix_vsc9959.c
1226
lockdep_assert_held(&ocelot->
fwd_domain_lock
);
in vsc9959_tas_guard_bands_update()
1367
mutex_lock(&ocelot->
fwd_domain_lock
);
in vsc9959_sched_speed_set()
1377
mutex_unlock(&ocelot->
fwd_domain_lock
);
in vsc9959_sched_speed_set()
1425
mutex_lock(&ocelot->
fwd_domain_lock
);
in vsc9959_qos_port_tas_set()
1437
mutex_unlock(&ocelot->
fwd_domain_lock
);
in vsc9959_qos_port_tas_set()
1520
mutex_unlock(&ocelot->
fwd_domain_lock
);
in vsc9959_qos_port_tas_set()
1528
mutex_unlock(&ocelot->
fwd_domain_lock
);
in vsc9959_qos_port_tas_set()
1541
mutex_lock(&ocelot->
fwd_domain_lock
);
in vsc9959_tas_clock_adjust()
1579
mutex_unlock(&ocelot->
fwd_domain_lock
);
in vsc9959_tas_clock_adjust()
1655
mutex_lock(&ocelot->
fwd_domain_lock
);
in vsc9959_qos_port_mqprio()
[all...]
H
A
D
felix.c
53
mutex_lock(&ocelot->
fwd_domain_lock
);
in felix_cpu_port_for_master()
55
mutex_unlock(&ocelot->
fwd_domain_lock
);
in felix_cpu_port_for_master()
1787
mutex_lock(&ocelot->
fwd_domain_lock
);
in felix_change_mtu()
1792
mutex_unlock(&ocelot->
fwd_domain_lock
);
in felix_change_mtu()
/kernel/linux/linux-6.6/include/soc/mscc/
H
A
D
ocelot.h
871
struct mutex
fwd_domain_lock
;
member
Completed in 12 milliseconds