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:wqw
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/message/fusion/
H
A
D
mptspi.c
1112
struct work_queue_wrapper *
wqw
=
in mpt_work_wrapper()
local
1114
struct _MPT_SCSI_HOST *hd =
wqw
->hd;
in mpt_work_wrapper()
1118
int disk =
wqw
->disk;
in mpt_work_wrapper()
1121
kfree(
wqw
);
in mpt_work_wrapper()
1153
struct work_queue_wrapper *
wqw
= kmalloc(sizeof(*
wqw
), GFP_ATOMIC);
in mpt_dv_raid()
local
1156
if (!
wqw
) {
in mpt_dv_raid()
1162
INIT_WORK(&
wqw
->work, mpt_work_wrapper);
in mpt_dv_raid()
1163
wqw
->hd = hd;
in mpt_dv_raid()
1164
wqw
in mpt_dv_raid()
1258
struct work_queue_wrapper *
wqw
=
mptspi_dv_renegotiate_work()
local
1289
struct work_queue_wrapper *
wqw
= kmalloc(sizeof(*
wqw
), GFP_ATOMIC);
mptspi_dv_renegotiate()
local
[all...]
/kernel/linux/linux-6.6/drivers/message/fusion/
H
A
D
mptspi.c
1112
struct work_queue_wrapper *
wqw
=
in mpt_work_wrapper()
local
1114
struct _MPT_SCSI_HOST *hd =
wqw
->hd;
in mpt_work_wrapper()
1118
int disk =
wqw
->disk;
in mpt_work_wrapper()
1121
kfree(
wqw
);
in mpt_work_wrapper()
1153
struct work_queue_wrapper *
wqw
= kmalloc(sizeof(*
wqw
), GFP_ATOMIC);
in mpt_dv_raid()
local
1156
if (!
wqw
) {
in mpt_dv_raid()
1162
INIT_WORK(&
wqw
->work, mpt_work_wrapper);
in mpt_dv_raid()
1163
wqw
->hd = hd;
in mpt_dv_raid()
1164
wqw
in mpt_dv_raid()
1258
struct work_queue_wrapper *
wqw
=
mptspi_dv_renegotiate_work()
local
1289
struct work_queue_wrapper *
wqw
= kmalloc(sizeof(*
wqw
), GFP_ATOMIC);
mptspi_dv_renegotiate()
local
[all...]
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
scsi_transport_spi.c
1073
struct work_queue_wrapper *
wqw
=
in spi_dv_device_work_wrapper()
local
1075
struct scsi_device *sdev =
wqw
->sdev;
in spi_dv_device_work_wrapper()
1077
kfree(
wqw
);
in spi_dv_device_work_wrapper()
1096
struct work_queue_wrapper *
wqw
=
in spi_schedule_dv_device()
local
1099
if (unlikely(!
wqw
))
in spi_schedule_dv_device()
1103
kfree(
wqw
);
in spi_schedule_dv_device()
1109
kfree(
wqw
);
in spi_schedule_dv_device()
1114
INIT_WORK(&
wqw
->work, spi_dv_device_work_wrapper);
in spi_schedule_dv_device()
1115
wqw
->sdev = sdev;
in spi_schedule_dv_device()
1117
schedule_work(&
wqw
in spi_schedule_dv_device()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
scsi_transport_spi.c
1073
struct work_queue_wrapper *
wqw
=
in spi_dv_device_work_wrapper()
local
1075
struct scsi_device *sdev =
wqw
->sdev;
in spi_dv_device_work_wrapper()
1077
kfree(
wqw
);
in spi_dv_device_work_wrapper()
1096
struct work_queue_wrapper *
wqw
=
in spi_schedule_dv_device()
local
1099
if (unlikely(!
wqw
))
in spi_schedule_dv_device()
1103
kfree(
wqw
);
in spi_schedule_dv_device()
1109
kfree(
wqw
);
in spi_schedule_dv_device()
1114
INIT_WORK(&
wqw
->work, spi_dv_device_work_wrapper);
in spi_schedule_dv_device()
1115
wqw
->sdev = sdev;
in spi_schedule_dv_device()
1117
schedule_work(&
wqw
in spi_schedule_dv_device()
[all...]
Completed in 8 milliseconds