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:wq_context
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/core/
H
A
D
uverbs_std_types_wq.c
71
wq_init_attr.
wq_context
= attrs->ufile;
in UVERBS_METHOD_WQ_CREATE()
85
wq->
wq_context
= wq_init_attr.
wq_context
;
in UVERBS_METHOD_WQ_CREATE()
H
A
D
verbs.c
2401
wq->
wq_context
= wq_attr->
wq_context
;
in ib_create_wq()
/kernel/linux/linux-6.6/drivers/infiniband/core/
H
A
D
uverbs_std_types_wq.c
71
wq_init_attr.
wq_context
= attrs->ufile;
in UVERBS_METHOD_WQ_CREATE()
85
wq->
wq_context
= wq_init_attr.
wq_context
;
in UVERBS_METHOD_WQ_CREATE()
H
A
D
verbs.c
2535
wq->
wq_context
= wq_attr->
wq_context
;
in ib_create_wq()
/kernel/linux/linux-5.10/include/rdma/
H
A
D
ib_verbs.h
1641
void *
wq_context
;
member
1660
void *
wq_context
;
member
/kernel/linux/linux-6.6/include/rdma/
H
A
D
ib_verbs.h
1680
void *
wq_context
;
member
1699
void *
wq_context
;
member
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H
A
D
lpfc_hw4.h
1405
struct
wq_context
{
struct
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx4/
H
A
D
qp.c
4134
ib_qp_init_attr.qp_context = init_attr->
wq_context
;
in mlx4_ib_create_wq()
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H
A
D
lpfc_hw4.h
1496
struct
wq_context
{
struct
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx4/
H
A
D
qp.c
4169
ib_qp_init_attr.qp_context = init_attr->
wq_context
;
in mlx4_ib_create_wq()
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
H
A
D
qp.c
4842
rwq->ibwq.event_handler(&event, rwq->ibwq.
wq_context
);
in mlx5_ib_wq_event()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
H
A
D
qp.c
5169
rwq->ibwq.event_handler(&event, rwq->ibwq.
wq_context
);
in mlx5_ib_wq_event()
Completed in 77 milliseconds