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:in_thread
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
ruc.c
476
if (!ps->
in_thread
||
in hfi1_schedule_send_yield()
528
* @
in_thread
: true if in a workqueue thread
534
void hfi1_do_send(struct rvt_qp *qp, bool
in_thread
)
in hfi1_do_send()
argument
543
ps.
in_thread
=
in_thread
;
in hfi1_do_send()
546
trace_hfi1_rc_do_send(qp,
in_thread
);
in hfi1_do_send()
H
A
D
verbs.h
243
bool
in_thread
;
member
455
void hfi1_do_send(struct rvt_qp *qp, bool
in_thread
);
H
A
D
tid_rdma.c
5346
ps.
in_thread
= false;
in hfi1_do_tid_send()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
ruc.c
435
if (!ps->
in_thread
||
in hfi1_schedule_send_yield()
487
* @
in_thread
: true if in a workqueue thread
493
void hfi1_do_send(struct rvt_qp *qp, bool
in_thread
)
in hfi1_do_send()
argument
502
ps.
in_thread
=
in_thread
;
in hfi1_do_send()
505
trace_hfi1_rc_do_send(qp,
in_thread
);
in hfi1_do_send()
H
A
D
verbs.h
201
bool
in_thread
;
member
410
void hfi1_do_send(struct rvt_qp *qp, bool
in_thread
);
H
A
D
tid_rdma.c
5358
ps.
in_thread
= false;
in hfi1_do_tid_send()
Completed in 17 milliseconds