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:t_type
(Results
1 - 19
of
19
) sorted by relevance
/kernel/linux/linux-5.10/net/rds/
H
A
D
transport.c
56
if (transports[trans->
t_type
])
in rds_trans_register()
58
trans->
t_type
);
in rds_trans_register()
60
transports[trans->
t_type
] = trans;
in rds_trans_register()
72
transports[trans->
t_type
] = NULL;
in rds_trans_unregister()
115
struct rds_transport *rds_trans_get(int
t_type
)
in rds_trans_get()
argument
121
trans = transports[
t_type
];
in rds_trans_get()
124
if (rds_trans_modules[
t_type
])
in rds_trans_get()
125
request_module(rds_trans_modules[
t_type
]);
in rds_trans_get()
127
trans = transports[
t_type
];
in rds_trans_get()
129
if (trans && trans->
t_type
in rds_trans_get()
[all...]
H
A
D
af_rds.c
362
int
t_type
;
in rds_set_transport()
local
370
if (copy_from_sockptr(&
t_type
, optval, sizeof(
t_type
)))
in rds_set_transport()
373
if (
t_type
< 0 ||
t_type
>= RDS_TRANS_COUNT)
in rds_set_transport()
376
rs->rs_transport = rds_trans_get(
t_type
);
in rds_set_transport()
519
trans = (rs->rs_transport ? rs->rs_transport->
t_type
:
in rds_getsockopt()
H
A
D
loop.c
252
.
t_type
= RDS_TRANS_LOOP,
H
A
D
threads.c
134
if (conn->c_trans->
t_type
== RDS_TRANS_TCP &&
in rds_queue_reconnect()
H
A
D
rds.h
541
unsigned int
t_type
;
member
1015
struct rds_transport *rds_trans_get(int
t_type
);
H
A
D
recv.c
103
if (rs->rs_transport->
t_type
== RDS_TRANS_LOOP)
in rds_recv_rcvbuf_delta()
139
WARN_ON(conn->c_trans->
t_type
!= RDS_TRANS_TCP);
in rds_conn_peer_gen_update()
H
A
D
ib.c
563
.
t_type
= RDS_TRANS_IB
H
A
D
tcp.c
469
.
t_type
= RDS_TRANS_TCP,
H
A
D
send.c
1258
if (rs->rs_transport->
t_type
!= RDS_TRANS_TCP) {
in rds_sendmsg()
/kernel/linux/linux-6.6/net/rds/
H
A
D
transport.c
56
if (transports[trans->
t_type
])
in rds_trans_register()
58
trans->
t_type
);
in rds_trans_register()
60
transports[trans->
t_type
] = trans;
in rds_trans_register()
72
transports[trans->
t_type
] = NULL;
in rds_trans_unregister()
115
struct rds_transport *rds_trans_get(int
t_type
)
in rds_trans_get()
argument
121
trans = transports[
t_type
];
in rds_trans_get()
124
if (rds_trans_modules[
t_type
])
in rds_trans_get()
125
request_module(rds_trans_modules[
t_type
]);
in rds_trans_get()
127
trans = transports[
t_type
];
in rds_trans_get()
129
if (trans && trans->
t_type
in rds_trans_get()
[all...]
H
A
D
af_rds.c
362
int
t_type
;
in rds_set_transport()
local
370
if (copy_from_sockptr(&
t_type
, optval, sizeof(
t_type
)))
in rds_set_transport()
373
if (
t_type
< 0 ||
t_type
>= RDS_TRANS_COUNT)
in rds_set_transport()
376
rs->rs_transport = rds_trans_get(
t_type
);
in rds_set_transport()
519
trans = (rs->rs_transport ? rs->rs_transport->
t_type
:
in rds_getsockopt()
H
A
D
loop.c
252
.
t_type
= RDS_TRANS_LOOP,
H
A
D
threads.c
134
if (conn->c_trans->
t_type
== RDS_TRANS_TCP &&
in rds_queue_reconnect()
H
A
D
rds.h
541
unsigned int
t_type
;
member
1014
struct rds_transport *rds_trans_get(int
t_type
);
H
A
D
recv.c
104
if (rs->rs_transport->
t_type
== RDS_TRANS_LOOP)
in rds_recv_rcvbuf_delta()
140
WARN_ON(conn->c_trans->
t_type
!= RDS_TRANS_TCP);
in rds_conn_peer_gen_update()
H
A
D
ib.c
563
.
t_type
= RDS_TRANS_IB
H
A
D
tcp.c
469
.
t_type
= RDS_TRANS_TCP,
H
A
D
send.c
1256
if (rs->rs_transport->
t_type
!= RDS_TRANS_TCP) {
in rds_sendmsg()
/kernel/linux/linux-6.6/fs/dlm/
H
A
D
dlm_internal.h
465
__le16
t_type
;
member
Completed in 19 milliseconds