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:iw_cm_disconnect
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/include/rdma/
H
A
D
iw_cm.h
196
*
iw_cm_disconnect
- Close the specified connection.
205
int
iw_cm_disconnect
(struct iw_cm_id *cm_id, int abrupt);
/kernel/linux/linux-6.6/include/rdma/
H
A
D
iw_cm.h
176
*
iw_cm_disconnect
- Close the specified connection.
185
int
iw_cm_disconnect
(struct iw_cm_id *cm_id, int abrupt);
/kernel/linux/linux-5.10/drivers/infiniband/core/
H
A
D
iwcm.c
307
int
iw_cm_disconnect
(struct iw_cm_id *cm_id, int abrupt)
in iw_cm_disconnect()
function
366
EXPORT_SYMBOL(
iw_cm_disconnect
);
variable
639
* event. Callers of
iw_cm_disconnect
and iw_destroy_cm_id will block
695
* event.
iw_cm_disconnect
and iw_cm_destroy will block until the
862
* function to call
iw_cm_disconnect
. Calling iw_destroy_cm_id
in cm_conn_est_handler()
880
* blocked in
iw_cm_disconnect
or iw_destroy_id.
892
*
iw_cm_disconnect
will not wait and deadlock this thread
in cm_conn_rep_handler()
H
A
D
cma.c
4526
ret =
iw_cm_disconnect
(id_priv->cm_id.iw, 0);
in rdma_disconnect()
/kernel/linux/linux-6.6/drivers/infiniband/core/
H
A
D
iwcm.c
306
int
iw_cm_disconnect
(struct iw_cm_id *cm_id, int abrupt)
in iw_cm_disconnect()
function
365
EXPORT_SYMBOL(
iw_cm_disconnect
);
variable
638
* event. Callers of
iw_cm_disconnect
and iw_destroy_cm_id will block
694
* event.
iw_cm_disconnect
and iw_cm_destroy will block until the
861
* function to call
iw_cm_disconnect
. Calling iw_destroy_cm_id
in cm_conn_est_handler()
879
* blocked in
iw_cm_disconnect
or iw_destroy_id.
891
*
iw_cm_disconnect
will not wait and deadlock this thread
in cm_conn_rep_handler()
H
A
D
cma.c
4783
ret =
iw_cm_disconnect
(id_priv->cm_id.iw, 0);
in rdma_disconnect()
Completed in 18 milliseconds