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:r_tid_alloc
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
trace_tid.h
70
"r_tid_ack %u
r_tid_alloc
%u alloc_w_segs %u " \
1366
__field(u32,
r_tid_alloc
)
1387
__entry->
r_tid_alloc
= priv->
r_tid_alloc
;
1407
__entry->
r_tid_alloc
,
H
A
D
verbs.h
195
u32
r_tid_alloc
; /* Request for which we are allocating resources */
member
H
A
D
tid_rdma.c
360
qpriv->
r_tid_alloc
= HFI1_QP_WQE_INVALID;
in hfi1_qp_priv_init()
2306
* queue, qpriv->
r_tid_alloc
follows qp->r_head_ack_queue. It is ok to
in hfi1_rc_rcv_tid_rdma_read_req()
2310
qpriv->
r_tid_alloc
= qp->r_head_ack_queue;
in hfi1_rc_rcv_tid_rdma_read_req()
3448
* [request: qpriv->
r_tid_alloc
, segment: req->alloc_seg]
3484
if (qpriv->
r_tid_alloc
== qpriv->r_tid_head) {
in hfi1_tid_write_alloc_resources()
3494
e = &qp->s_ack_queue[qpriv->
r_tid_alloc
];
in hfi1_tid_write_alloc_resources()
3568
if (++qpriv->
r_tid_alloc
>
in hfi1_tid_write_alloc_resources()
3570
qpriv->
r_tid_alloc
= 0;
in hfi1_tid_write_alloc_resources()
3597
qp->r_head_ack_queue = qpriv->
r_tid_alloc
+ 1;
in hfi1_tid_write_alloc_resources()
H
A
D
rc.c
321
qp->s_tail_ack_queue == qpriv->
r_tid_alloc
&&
in make_rc_ack()
3112
qpriv->
r_tid_alloc
= qp->r_head_ack_queue;
in hfi1_rc_rcv()
3183
qpriv->
r_tid_alloc
= qp->r_head_ack_queue;
in hfi1_rc_rcv()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
trace_tid.h
70
"r_tid_ack %u
r_tid_alloc
%u alloc_w_segs %u " \
1366
__field(u32,
r_tid_alloc
)
1387
__entry->
r_tid_alloc
= priv->
r_tid_alloc
;
1407
__entry->
r_tid_alloc
,
H
A
D
verbs.h
153
u32
r_tid_alloc
; /* Request for which we are allocating resources */
member
H
A
D
tid_rdma.c
361
qpriv->
r_tid_alloc
= HFI1_QP_WQE_INVALID;
in hfi1_qp_priv_init()
2313
* queue, qpriv->
r_tid_alloc
follows qp->r_head_ack_queue. It is ok to
in hfi1_rc_rcv_tid_rdma_read_req()
2317
qpriv->
r_tid_alloc
= qp->r_head_ack_queue;
in hfi1_rc_rcv_tid_rdma_read_req()
3460
* [request: qpriv->
r_tid_alloc
, segment: req->alloc_seg]
3496
if (qpriv->
r_tid_alloc
== qpriv->r_tid_head) {
in hfi1_tid_write_alloc_resources()
3506
e = &qp->s_ack_queue[qpriv->
r_tid_alloc
];
in hfi1_tid_write_alloc_resources()
3580
if (++qpriv->
r_tid_alloc
>
in hfi1_tid_write_alloc_resources()
3582
qpriv->
r_tid_alloc
= 0;
in hfi1_tid_write_alloc_resources()
3609
qp->r_head_ack_queue = qpriv->
r_tid_alloc
+ 1;
in hfi1_tid_write_alloc_resources()
H
A
D
rc.c
279
qp->s_tail_ack_queue == qpriv->
r_tid_alloc
&&
in make_rc_ack()
3071
qpriv->
r_tid_alloc
= qp->r_head_ack_queue;
in hfi1_rc_rcv()
3142
qpriv->
r_tid_alloc
= qp->r_head_ack_queue;
in hfi1_rc_rcv()
Completed in 23 milliseconds