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:rds_conn_up
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/net/rds/
H
A
D
ib_recv.c
399
while ((prefill ||
rds_conn_up
(conn)) &&
in rds_ib_recv_refill()
455
if (
rds_conn_up
(conn) &&
in rds_ib_recv_refill()
1008
if (
rds_conn_up
(conn) || rds_conn_connecting(conn))
in rds_ib_recv_cqe_handler()
1047
if (
rds_conn_up
(conn)) {
in rds_ib_recv_path()
H
A
D
ib_frmr.c
329
if (
rds_conn_up
(ic->conn))
in rds_ib_mr_cqe_handler()
H
A
D
ib_cm.c
331
if (
rds_conn_up
(conn) &&
in rds_ib_tasklet_fn_send()
384
if (
rds_conn_up
(conn))
in rds_ib_tasklet_fn_recv()
H
A
D
ib_send.c
304
if (wc->status != IB_WC_SUCCESS &&
rds_conn_up
(conn)) {
in rds_ib_send_cqe_handler()
H
A
D
rds.h
833
rds_conn_up
(struct rds_connection *conn)
in rds_conn_up()
function
/kernel/linux/linux-6.6/net/rds/
H
A
D
ib_recv.c
400
while ((prefill ||
rds_conn_up
(conn)) &&
in rds_ib_recv_refill()
456
if (
rds_conn_up
(conn) &&
in rds_ib_recv_refill()
1009
if (
rds_conn_up
(conn) || rds_conn_connecting(conn))
in rds_ib_recv_cqe_handler()
1048
if (
rds_conn_up
(conn)) {
in rds_ib_recv_path()
H
A
D
ib_frmr.c
329
if (
rds_conn_up
(ic->conn))
in rds_ib_mr_cqe_handler()
H
A
D
ib_cm.c
297
if (
rds_conn_up
(conn) &&
in rds_ib_tasklet_fn_send()
350
if (
rds_conn_up
(conn))
in rds_ib_tasklet_fn_recv()
H
A
D
ib_send.c
303
if (wc->status != IB_WC_SUCCESS &&
rds_conn_up
(conn)) {
in rds_ib_send_cqe_handler()
H
A
D
rds.h
833
rds_conn_up
(struct rds_connection *conn)
in rds_conn_up()
function
Completed in 14 milliseconds