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:RVT_S_BUSY
(Results
1 - 25
of
36
) sorted by relevance
1
2
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
ruc.c
480
qp->s_flags &= ~
RVT_S_BUSY
;
in hfi1_schedule_send_yield()
487
qp->s_flags &= ~
RVT_S_BUSY
;
in hfi1_schedule_send_yield()
490
RVT_S_BUSY
);
in hfi1_schedule_send_yield()
492
priv->s_flags &= ~
RVT_S_BUSY
;
in hfi1_schedule_send_yield()
584
qp->s_flags |=
RVT_S_BUSY
;
in hfi1_do_send()
598
qp->s_flags |=
RVT_S_BUSY
;
in hfi1_do_send()
H
A
D
qp.c
457
qp->s_flags &= ~
RVT_S_BUSY
;
in hfi1_qp_unbusy()
469
RVT_S_BUSY
);
in hfi1_qp_unbusy()
473
priv->s_flags &= ~
RVT_S_BUSY
;
in hfi1_qp_unbusy()
890
!(qp->s_flags &
RVT_S_BUSY
) &&
in notify_error_qp()
891
!(priv->s_flags &
RVT_S_BUSY
)) {
in notify_error_qp()
902
if (!(qp->s_flags &
RVT_S_BUSY
) && !(priv->s_flags &
RVT_S_BUSY
)) {
in notify_error_qp()
H
A
D
verbs_txreq.c
115
qp->s_flags &= ~
RVT_S_BUSY
;
H
A
D
qp.h
95
return !(qp->s_flags & (
RVT_S_BUSY
| HFI1_S_ANY_WAIT_IO)) &&
in hfi1_send_ok()
H
A
D
tid_rdma.c
5017
!(qp->s_flags & (
RVT_S_BUSY
| RVT_S_WAIT_ACK |
5020
!(qp->s_flags & (
RVT_S_BUSY
| HFI1_S_ANY_WAIT_IO)))) {
5162
priv->s_flags &= ~
RVT_S_BUSY
;
5322
return !(priv->s_flags &
RVT_S_BUSY
||
in hfi1_send_tid_ok()
5360
priv->s_flags |=
RVT_S_BUSY
;
in hfi1_do_tid_send()
5373
qp->s_flags |=
RVT_S_BUSY
;
in hfi1_do_tid_send()
5391
qp->s_flags &= ~
RVT_S_BUSY
;
in hfi1_do_tid_send()
5429
*
RVT_S_BUSY
flag.
H
A
D
uc.c
288
qp->s_flags &= ~
RVT_S_BUSY
;
in hfi1_make_uc_req()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
ruc.c
439
qp->s_flags &= ~
RVT_S_BUSY
;
in hfi1_schedule_send_yield()
446
qp->s_flags &= ~
RVT_S_BUSY
;
in hfi1_schedule_send_yield()
449
RVT_S_BUSY
);
in hfi1_schedule_send_yield()
451
priv->s_flags &= ~
RVT_S_BUSY
;
in hfi1_schedule_send_yield()
543
qp->s_flags |=
RVT_S_BUSY
;
in hfi1_do_send()
557
qp->s_flags |=
RVT_S_BUSY
;
in hfi1_do_send()
H
A
D
qp.c
416
qp->s_flags &= ~
RVT_S_BUSY
;
in hfi1_qp_unbusy()
428
RVT_S_BUSY
);
in hfi1_qp_unbusy()
432
priv->s_flags &= ~
RVT_S_BUSY
;
in hfi1_qp_unbusy()
849
!(qp->s_flags &
RVT_S_BUSY
) &&
in notify_error_qp()
850
!(priv->s_flags &
RVT_S_BUSY
)) {
in notify_error_qp()
861
if (!(qp->s_flags &
RVT_S_BUSY
) && !(priv->s_flags &
RVT_S_BUSY
)) {
in notify_error_qp()
H
A
D
qp.h
53
return !(qp->s_flags & (
RVT_S_BUSY
| HFI1_S_ANY_WAIT_IO)) &&
in hfi1_send_ok()
H
A
D
verbs_txreq.c
73
qp->s_flags &= ~
RVT_S_BUSY
;
H
A
D
tid_rdma.c
5029
!(qp->s_flags & (
RVT_S_BUSY
| RVT_S_WAIT_ACK |
5032
!(qp->s_flags & (
RVT_S_BUSY
| HFI1_S_ANY_WAIT_IO)))) {
5174
priv->s_flags &= ~
RVT_S_BUSY
;
5334
return !(priv->s_flags &
RVT_S_BUSY
||
in hfi1_send_tid_ok()
5372
priv->s_flags |=
RVT_S_BUSY
;
in hfi1_do_tid_send()
5385
qp->s_flags |=
RVT_S_BUSY
;
in hfi1_do_tid_send()
5403
qp->s_flags &= ~
RVT_S_BUSY
;
in hfi1_do_tid_send()
5441
*
RVT_S_BUSY
flag.
H
A
D
uc.c
247
qp->s_flags &= ~
RVT_S_BUSY
;
in hfi1_make_uc_req()
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/
H
A
D
qib_qp.c
246
if (!list_empty(&priv->iowait) && !(qp->s_flags &
RVT_S_BUSY
)) {
in qib_notify_error_qp()
252
if (!(qp->s_flags &
RVT_S_BUSY
)) {
in qib_notify_error_qp()
H
A
D
qib_verbs.h
220
return !(qp->s_flags & (
RVT_S_BUSY
| RVT_S_ANY_WAIT_IO)) &&
in qib_send_ok()
H
A
D
qib_ruc.c
294
qp->s_flags |=
RVT_S_BUSY
;
in qib_do_send()
H
A
D
qib_uc.c
220
qp->s_flags &= ~
RVT_S_BUSY
;
in qib_make_uc_req()
H
A
D
qib_verbs.c
583
qp->s_flags &= ~
RVT_S_BUSY
;
in __get_txreq()
762
qp->s_flags &= ~
RVT_S_BUSY
;
in wait_kmem()
899
qp->s_flags &= ~
RVT_S_BUSY
;
in no_bufs_available()
1012
* Return non-zero and clear qp->s_flags
RVT_S_BUSY
otherwise.
H
A
D
qib_ud.c
389
qp->s_flags &= ~
RVT_S_BUSY
;
in qib_make_ud_req()
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/
H
A
D
qib_qp.c
246
if (!list_empty(&priv->iowait) && !(qp->s_flags &
RVT_S_BUSY
)) {
in qib_notify_error_qp()
252
if (!(qp->s_flags &
RVT_S_BUSY
)) {
in qib_notify_error_qp()
H
A
D
qib_verbs.h
220
return !(qp->s_flags & (
RVT_S_BUSY
| RVT_S_ANY_WAIT_IO)) &&
in qib_send_ok()
H
A
D
qib_ruc.c
294
qp->s_flags |=
RVT_S_BUSY
;
in qib_do_send()
H
A
D
qib_uc.c
221
qp->s_flags &= ~
RVT_S_BUSY
;
in qib_make_uc_req()
H
A
D
qib_verbs.c
583
qp->s_flags &= ~
RVT_S_BUSY
;
in __get_txreq()
762
qp->s_flags &= ~
RVT_S_BUSY
;
in wait_kmem()
899
qp->s_flags &= ~
RVT_S_BUSY
;
in no_bufs_available()
1012
* Return non-zero and clear qp->s_flags
RVT_S_BUSY
otherwise.
/kernel/linux/linux-5.10/include/rdma/
H
A
D
rdmavt_qp.h
60
*
RVT_S_BUSY
- send tasklet is processing the QP
82
#define
RVT_S_BUSY
0x0002
macro
/kernel/linux/linux-6.6/include/rdma/
H
A
D
rdmavt_qp.h
60
*
RVT_S_BUSY
- send tasklet is processing the QP
82
#define
RVT_S_BUSY
0x0002
macro
Completed in 34 milliseconds
1
2