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:iothread
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/bnx2i/
H
A
D
bnx2i_init.c
426
p->
iothread
= thread;
in bnx2i_cpu_online()
440
thread = p->
iothread
;
in bnx2i_cpu_offline()
441
p->
iothread
= NULL;
in bnx2i_cpu_offline()
496
p->
iothread
= NULL;
in bnx2i_mod_init()
H
A
D
bnx2i.h
778
struct task_struct *
iothread
;
member
H
A
D
bnx2i_hwi.c
1923
if (unlikely(!p->
iothread
)) {
in bnx2i_queue_scsi_cmd_resp()
1936
wake_up_process(p->
iothread
);
in bnx2i_queue_scsi_cmd_resp()
/kernel/linux/linux-6.6/drivers/scsi/bnx2i/
H
A
D
bnx2i_init.c
426
p->
iothread
= thread;
in bnx2i_cpu_online()
440
thread = p->
iothread
;
in bnx2i_cpu_offline()
441
p->
iothread
= NULL;
in bnx2i_cpu_offline()
496
p->
iothread
= NULL;
in bnx2i_mod_init()
H
A
D
bnx2i.h
778
struct task_struct *
iothread
;
member
H
A
D
bnx2i_hwi.c
1923
if (unlikely(!p->
iothread
)) {
in bnx2i_queue_scsi_cmd_resp()
1936
wake_up_process(p->
iothread
);
in bnx2i_queue_scsi_cmd_resp()
/kernel/linux/linux-5.10/drivers/scsi/qedi/
H
A
D
qedi.h
379
struct task_struct *
iothread
;
member
H
A
D
qedi_main.c
1289
if (unlikely(!p->
iothread
))
in qedi_process_completions()
1310
wake_up_process(p->
iothread
);
in qedi_process_completions()
1974
p->
iothread
= thread;
in qedi_cpu_online()
1987
thread = p->
iothread
;
in qedi_cpu_offline()
1988
p->
iothread
= NULL;
in qedi_cpu_offline()
2925
p->
iothread
= NULL;
in qedi_init()
/kernel/linux/linux-6.6/drivers/scsi/qedi/
H
A
D
qedi.h
379
struct task_struct *
iothread
;
member
H
A
D
qedi_main.c
1288
if (unlikely(!p->
iothread
))
in qedi_process_completions()
1309
wake_up_process(p->
iothread
);
in qedi_process_completions()
1970
p->
iothread
= thread;
in qedi_cpu_online()
1983
thread = p->
iothread
;
in qedi_cpu_offline()
1984
p->
iothread
= NULL;
in qedi_cpu_offline()
2918
p->
iothread
= NULL;
in qedi_init()
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/
H
A
D
bnx2fc.h
173
struct task_struct *
iothread
;
member
H
A
D
bnx2fc_fcoe.c
2629
p->
iothread
= thread;
in bnx2fc_cpu_online()
2645
thread = p->
iothread
;
in bnx2fc_cpu_offline()
2646
p->
iothread
= NULL;
in bnx2fc_cpu_offline()
H
A
D
bnx2fc_hwi.c
1048
if (fps->
iothread
) {
in bnx2fc_pending_work()
1053
wake_up_process(fps->
iothread
);
in bnx2fc_pending_work()
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/
H
A
D
bnx2fc.h
170
struct task_struct *
iothread
;
member
H
A
D
bnx2fc_fcoe.c
2621
p->
iothread
= thread;
in bnx2fc_cpu_online()
2637
thread = p->
iothread
;
in bnx2fc_cpu_offline()
2638
p->
iothread
= NULL;
in bnx2fc_cpu_offline()
H
A
D
bnx2fc_hwi.c
1047
if (fps->
iothread
) {
in bnx2fc_pending_work()
1052
wake_up_process(fps->
iothread
);
in bnx2fc_pending_work()
Completed in 48 milliseconds