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:sbp_lock
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/net/
H
A
D
qeth_l2_sys.c
24
mutex_lock(&card->
sbp_lock
);
in qeth_bridge_port_role_state_show()
58
mutex_unlock(&card->
sbp_lock
);
in qeth_bridge_port_role_state_show()
91
mutex_lock(&card->
sbp_lock
);
in qeth_bridge_port_role_store()
105
mutex_unlock(&card->
sbp_lock
);
in qeth_bridge_port_role_store()
154
mutex_lock(&card->
sbp_lock
);
in qeth_bridgeport_hostnotification_store()
160
/*
sbp_lock
ensures ordering vs notifications-stopped events */
in qeth_bridgeport_hostnotification_store()
166
mutex_unlock(&card->
sbp_lock
);
in qeth_bridgeport_hostnotification_store()
216
mutex_lock(&card->
sbp_lock
);
in qeth_bridgeport_reflect_store()
228
mutex_unlock(&card->
sbp_lock
);
in qeth_bridgeport_reflect_store()
H
A
D
qeth_l2_main.c
422
mutex_lock(&card->
sbp_lock
);
in qeth_l2_set_promisc_mode()
425
mutex_unlock(&card->
sbp_lock
);
in qeth_l2_set_promisc_mode()
842
mutex_lock(&card->
sbp_lock
);
in qeth_l2_bridge_setlink()
862
mutex_unlock(&card->
sbp_lock
);
in qeth_l2_bridge_setlink()
1353
if (!mutex_trylock(&card->
sbp_lock
)) {
in qeth_addr_change_event_worker()
1370
mutex_unlock(&data->card->
sbp_lock
);
in qeth_addr_change_event_worker()
2189
mutex_init(&card->
sbp_lock
);
in qeth_l2_probe_device()
2225
mutex_lock(&card->
sbp_lock
);
in qeth_l2_set_online()
2232
mutex_unlock(&card->
sbp_lock
);
in qeth_l2_set_online()
H
A
D
qeth_core.h
867
struct mutex
sbp_lock
;
member
/kernel/linux/linux-6.6/drivers/s390/net/
H
A
D
qeth_l2_sys.c
24
mutex_lock(&card->
sbp_lock
);
in qeth_bridge_port_role_state_show()
58
mutex_unlock(&card->
sbp_lock
);
in qeth_bridge_port_role_state_show()
91
mutex_lock(&card->
sbp_lock
);
in qeth_bridge_port_role_store()
105
mutex_unlock(&card->
sbp_lock
);
in qeth_bridge_port_role_store()
154
mutex_lock(&card->
sbp_lock
);
in qeth_bridgeport_hostnotification_store()
160
/*
sbp_lock
ensures ordering vs notifications-stopped events */
in qeth_bridgeport_hostnotification_store()
166
mutex_unlock(&card->
sbp_lock
);
in qeth_bridgeport_hostnotification_store()
216
mutex_lock(&card->
sbp_lock
);
in qeth_bridgeport_reflect_store()
228
mutex_unlock(&card->
sbp_lock
);
in qeth_bridgeport_reflect_store()
H
A
D
qeth_l2_main.c
421
mutex_lock(&card->
sbp_lock
);
in qeth_l2_set_promisc_mode()
424
mutex_unlock(&card->
sbp_lock
);
in qeth_l2_set_promisc_mode()
1020
mutex_lock(&card->
sbp_lock
);
in qeth_l2_bridge_setlink()
1043
mutex_unlock(&card->
sbp_lock
);
in qeth_l2_bridge_setlink()
1464
if (!mutex_trylock(&card->
sbp_lock
)) {
in qeth_addr_change_event_worker()
1481
mutex_unlock(&data->card->
sbp_lock
);
in qeth_addr_change_event_worker()
2297
mutex_init(&card->
sbp_lock
);
in qeth_l2_probe_device()
2343
mutex_lock(&card->
sbp_lock
);
in qeth_l2_set_online()
2350
mutex_unlock(&card->
sbp_lock
);
in qeth_l2_set_online()
H
A
D
qeth_core.h
849
struct mutex
sbp_lock
;
member
Completed in 16 milliseconds