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:mcg_lock
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/drivers/infiniband/sw/rxe/
H
A
D
rxe_mcast.c
60
* Context: caller must hold a reference to mcg and rxe->
mcg_lock
and
90
* Context: caller must hold a reference to mcg and rxe->
mcg_lock
102
* Context: caller must hold rxe->
mcg_lock
147
spin_lock_bh(&rxe->
mcg_lock
);
in rxe_lookup_mcg()
149
spin_unlock_bh(&rxe->
mcg_lock
);
in rxe_lookup_mcg()
214
spin_lock_bh(&rxe->
mcg_lock
);
in rxe_get_mcg()
218
spin_unlock_bh(&rxe->
mcg_lock
);
in rxe_get_mcg()
225
spin_unlock_bh(&rxe->
mcg_lock
);
in rxe_get_mcg()
250
* __rxe_destroy_mcg - destroy mcg object holding rxe->
mcg_lock
253
* Context: caller is holding rxe->
mcg_lock
[all...]
H
A
D
rxe_recv.c
210
spin_lock_bh(&rxe->
mcg_lock
);
in rxe_rcv_mcast_pkt()
258
spin_unlock_bh(&rxe->
mcg_lock
);
in rxe_rcv_mcast_pkt()
H
A
D
rxe.c
145
spin_lock_init(&rxe->
mcg_lock
);
in rxe_init()
H
A
D
rxe_verbs.h
391
spinlock_t
mcg_lock
;
member
/kernel/linux/linux-5.10/drivers/infiniband/sw/rxe/
H
A
D
rxe_mcast.c
32
spin_lock_init(&grp->
mcg_lock
);
in rxe_mcast_get_grp()
59
spin_lock_bh(&grp->
mcg_lock
);
in rxe_mcast_add_grp_elem()
90
spin_unlock_bh(&grp->
mcg_lock
);
in rxe_mcast_add_grp_elem()
106
spin_lock_bh(&grp->
mcg_lock
);
in rxe_mcast_drop_grp_elem()
114
spin_unlock_bh(&grp->
mcg_lock
);
in rxe_mcast_drop_grp_elem()
123
spin_unlock_bh(&grp->
mcg_lock
);
in rxe_mcast_drop_grp_elem()
147
spin_lock_bh(&grp->
mcg_lock
);
in rxe_drop_all_mcast_groups()
150
spin_unlock_bh(&grp->
mcg_lock
);
in rxe_drop_all_mcast_groups()
H
A
D
rxe_recv.c
256
spin_lock_bh(&mcg->
mcg_lock
);
in rxe_rcv_mcast_pkt()
293
spin_unlock_bh(&mcg->
mcg_lock
);
in rxe_rcv_mcast_pkt()
H
A
D
rxe_verbs.h
324
spinlock_t
mcg_lock
; /* guard group */
member
Completed in 5 milliseconds