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:tpi_lock
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb/
H
A
D
subr.c
101
spin_lock(&adapter->
tpi_lock
);
in t1_tpi_write()
103
spin_unlock(&adapter->
tpi_lock
);
in t1_tpi_write()
131
spin_lock(&adapter->
tpi_lock
);
in t1_tpi_read()
133
spin_unlock(&adapter->
tpi_lock
);
in t1_tpi_read()
290
spin_lock(&adapter->
tpi_lock
);
in mi1_mdio_read()
296
spin_unlock(&adapter->
tpi_lock
);
in mi1_mdio_read()
306
spin_lock(&adapter->
tpi_lock
);
in mi1_mdio_write()
312
spin_unlock(&adapter->
tpi_lock
);
in mi1_mdio_write()
332
spin_lock(&adapter->
tpi_lock
);
in mi1_mdio_ext_read()
348
spin_unlock(&adapter->
tpi_lock
);
in mi1_mdio_ext_read()
[all...]
H
A
D
common.h
254
spinlock_t
tpi_lock
;
member
H
A
D
cxgb2.c
1060
spin_lock_init(&adapter->
tpi_lock
);
in init_one()
1274
spin_lock(&adapter->
tpi_lock
);
in t1_clock()
1336
spin_unlock(&adapter->
tpi_lock
);
in t1_clock()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb/
H
A
D
subr.c
92
spin_lock(&adapter->
tpi_lock
);
in t1_tpi_write()
94
spin_unlock(&adapter->
tpi_lock
);
in t1_tpi_write()
122
spin_lock(&adapter->
tpi_lock
);
in t1_tpi_read()
124
spin_unlock(&adapter->
tpi_lock
);
in t1_tpi_read()
293
spin_lock(&adapter->
tpi_lock
);
in mi1_mdio_read()
299
spin_unlock(&adapter->
tpi_lock
);
in mi1_mdio_read()
309
spin_lock(&adapter->
tpi_lock
);
in mi1_mdio_write()
315
spin_unlock(&adapter->
tpi_lock
);
in mi1_mdio_write()
335
spin_lock(&adapter->
tpi_lock
);
in mi1_mdio_ext_read()
351
spin_unlock(&adapter->
tpi_lock
);
in mi1_mdio_ext_read()
[all...]
H
A
D
common.h
244
spinlock_t
tpi_lock
;
member
H
A
D
cxgb2.c
1015
spin_lock_init(&adapter->
tpi_lock
);
in init_one()
1225
spin_lock(&adapter->
tpi_lock
);
in t1_clock()
1287
spin_unlock(&adapter->
tpi_lock
);
in t1_clock()
Completed in 7 milliseconds