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:shared_lock
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/phy/
H
A
D
micrel.c
299
struct mutex
shared_lock
;
member
2449
mutex_lock(&shared->
shared_lock
);
in lan8814_hwtstamp()
2461
mutex_unlock(&shared->
shared_lock
);
in lan8814_hwtstamp()
2610
mutex_lock(&shared->
shared_lock
);
in lan8814_ptpci_gettime64()
2612
mutex_unlock(&shared->
shared_lock
);
in lan8814_ptpci_gettime64()
2626
mutex_lock(&shared->
shared_lock
);
in lan8814_ptpci_settime64()
2628
mutex_unlock(&shared->
shared_lock
);
in lan8814_ptpci_settime64()
2764
mutex_lock(&shared->
shared_lock
);
in lan8814_ptpci_adjtime()
2766
mutex_unlock(&shared->
shared_lock
);
in lan8814_ptpci_adjtime()
2794
mutex_lock(&shared->
shared_lock
);
in lan8814_ptpci_adjfine()
[all...]
H
A
D
phy_device.c
1685
mutex_lock(&bus->
shared_lock
);
in phy_package_join()
1707
mutex_unlock(&bus->
shared_lock
);
in phy_package_join()
1716
mutex_unlock(&bus->
shared_lock
);
in phy_package_join()
1737
if (refcount_dec_and_mutex_lock(&shared->refcnt, &bus->
shared_lock
)) {
in phy_package_leave()
1739
mutex_unlock(&bus->
shared_lock
);
in phy_package_leave()
H
A
D
mdio_bus.c
701
mutex_init(&bus->
shared_lock
);
in __mdiobus_register()
/kernel/linux/linux-5.10/drivers/net/phy/
H
A
D
phy_device.c
1539
mutex_lock(&bus->
shared_lock
);
in phy_package_join()
1561
mutex_unlock(&bus->
shared_lock
);
in phy_package_join()
1570
mutex_unlock(&bus->
shared_lock
);
in phy_package_join()
1591
if (refcount_dec_and_mutex_lock(&shared->refcnt, &bus->
shared_lock
)) {
in phy_package_leave()
1593
mutex_unlock(&bus->
shared_lock
);
in phy_package_leave()
H
A
D
mdio_bus.c
556
mutex_init(&bus->
shared_lock
);
in __mdiobus_register()
/kernel/linux/linux-5.10/include/linux/
H
A
D
phy.h
365
/** @
shared_lock
: protect access to the shared element */
366
struct mutex
shared_lock
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
phy.h
431
/** @
shared_lock
: protect access to the shared element */
432
struct mutex
shared_lock
;
member
Completed in 22 milliseconds