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:wi_wq
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx4/
H
A
D
mad.c
1308
queue_work(ctx->
wi_wq
, &ctx->work);
in mlx4_ib_wire_comp_handler()
2050
ctx->
wi_wq
= to_mdev(ibdev)->sriov.demux[port - 1].
wi_wq
;
in create_pv_resources()
2203
ctx->
wi_wq
= alloc_ordered_workqueue(name, WQ_MEM_RECLAIM);
in mlx4_ib_alloc_demux_ctx()
2204
if (!ctx->
wi_wq
) {
in mlx4_ib_alloc_demux_ctx()
2221
destroy_workqueue(ctx->
wi_wq
);
in mlx4_ib_alloc_demux_ctx()
2222
ctx->
wi_wq
= NULL;
in mlx4_ib_alloc_demux_ctx()
2272
flush_workqueue(ctx->
wi_wq
);
in mlx4_ib_free_demux_ctx()
2279
destroy_workqueue(ctx->
wi_wq
);
in mlx4_ib_free_demux_ctx()
H
A
D
mlx4_ib.h
485
struct workqueue_struct *
wi_wq
;
member
493
struct workqueue_struct *
wi_wq
;
member
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx4/
H
A
D
mad.c
1310
queue_work(ctx->
wi_wq
, &ctx->work);
in mlx4_ib_wire_comp_handler()
2053
ctx->
wi_wq
= to_mdev(ibdev)->sriov.demux[port - 1].
wi_wq
;
in create_pv_resources()
2206
ctx->
wi_wq
= alloc_ordered_workqueue(name, WQ_MEM_RECLAIM);
in mlx4_ib_alloc_demux_ctx()
2207
if (!ctx->
wi_wq
) {
in mlx4_ib_alloc_demux_ctx()
2224
destroy_workqueue(ctx->
wi_wq
);
in mlx4_ib_alloc_demux_ctx()
2225
ctx->
wi_wq
= NULL;
in mlx4_ib_alloc_demux_ctx()
2275
flush_workqueue(ctx->
wi_wq
);
in mlx4_ib_free_demux_ctx()
2282
destroy_workqueue(ctx->
wi_wq
);
in mlx4_ib_free_demux_ctx()
H
A
D
mlx4_ib.h
486
struct workqueue_struct *
wi_wq
;
member
494
struct workqueue_struct *
wi_wq
;
member
Completed in 10 milliseconds