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:alu_mutex
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/dsa/microchip/
H
A
D
ksz8795.c
131
mutex_lock(&dev->
alu_mutex
);
in ksz8795_r_mib_cnt()
148
mutex_unlock(&dev->
alu_mutex
);
in ksz8795_r_mib_cnt()
164
mutex_lock(&dev->
alu_mutex
);
in ksz8795_r_mib_pkt()
195
mutex_unlock(&dev->
alu_mutex
);
in ksz8795_r_mib_pkt()
245
mutex_lock(&dev->
alu_mutex
);
in ksz8795_r_table()
248
mutex_unlock(&dev->
alu_mutex
);
in ksz8795_r_table()
258
mutex_lock(&dev->
alu_mutex
);
in ksz8795_w_table()
261
mutex_unlock(&dev->
alu_mutex
);
in ksz8795_w_table()
298
mutex_lock(&dev->
alu_mutex
);
in ksz8795_r_dyn_mac_table()
339
mutex_unlock(&dev->
alu_mutex
);
in ksz8795_r_dyn_mac_table()
[all...]
H
A
D
ksz9477.c
596
mutex_lock(&dev->
alu_mutex
);
in ksz9477_port_fdb_add()
640
mutex_unlock(&dev->
alu_mutex
);
in ksz9477_port_fdb_add()
653
mutex_lock(&dev->
alu_mutex
);
in ksz9477_port_fdb_del()
707
mutex_unlock(&dev->
alu_mutex
);
in ksz9477_port_fdb_del()
745
mutex_lock(&dev->
alu_mutex
);
in ksz9477_port_fdb_dump()
785
mutex_unlock(&dev->
alu_mutex
);
in ksz9477_port_fdb_dump()
803
mutex_lock(&dev->
alu_mutex
);
in ksz9477_port_mdb_add()
857
mutex_unlock(&dev->
alu_mutex
);
in ksz9477_port_mdb_add()
874
mutex_lock(&dev->
alu_mutex
);
in ksz9477_port_mdb_del()
930
mutex_unlock(&dev->
alu_mutex
);
in ksz9477_port_mdb_del()
[all...]
H
A
D
ksz_common.h
53
struct mutex
alu_mutex
; /* ALU access */
member
H
A
D
ksz_common.c
408
mutex_init(&dev->
alu_mutex
);
in ksz_switch_register()
/kernel/linux/linux-6.6/drivers/net/dsa/microchip/
H
A
D
ksz9477.c
475
mutex_lock(&dev->
alu_mutex
);
in ksz9477_fdb_add()
519
mutex_unlock(&dev->
alu_mutex
);
in ksz9477_fdb_add()
531
mutex_lock(&dev->
alu_mutex
);
in ksz9477_fdb_del()
585
mutex_unlock(&dev->
alu_mutex
);
in ksz9477_fdb_del()
622
mutex_lock(&dev->
alu_mutex
);
in ksz9477_fdb_dump()
662
mutex_unlock(&dev->
alu_mutex
);
in ksz9477_fdb_dump()
685
mutex_lock(&dev->
alu_mutex
);
in ksz9477_mdb_add()
742
mutex_unlock(&dev->
alu_mutex
);
in ksz9477_mdb_add()
764
mutex_lock(&dev->
alu_mutex
);
in ksz9477_mdb_del()
820
mutex_unlock(&dev->
alu_mutex
);
in ksz9477_mdb_del()
[all...]
H
A
D
ksz8795.c
49
mutex_lock(&dev->
alu_mutex
);
in ksz8_ind_write8()
56
mutex_unlock(&dev->
alu_mutex
);
in ksz8_ind_write8()
178
mutex_lock(&dev->
alu_mutex
);
in ksz8_r_mib_cnt()
195
mutex_unlock(&dev->
alu_mutex
);
in ksz8_r_mib_cnt()
216
mutex_lock(&dev->
alu_mutex
);
in ksz8795_r_mib_pkt()
247
mutex_unlock(&dev->
alu_mutex
);
in ksz8795_r_mib_pkt()
267
mutex_lock(&dev->
alu_mutex
);
in ksz8863_r_mib_pkt()
270
mutex_unlock(&dev->
alu_mutex
);
in ksz8863_r_mib_pkt()
349
mutex_lock(&dev->
alu_mutex
);
in ksz8_r_table()
356
mutex_unlock(&dev->
alu_mutex
);
in ksz8_r_table()
[all...]
H
A
D
ksz_common.h
140
struct mutex
alu_mutex
; /* ALU access */
member
H
A
D
ksz_common.c
3567
mutex_init(&dev->
alu_mutex
);
in ksz_switch_register()
Completed in 13 milliseconds