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:done_queue
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
qlogicpti.c
1133
struct scsi_cmnd *Cmnd, *
done_queue
= NULL;
in qlogicpti_intr_handler()
local
1195
Cmnd->host_scribble = (unsigned char *)
done_queue
;
in qlogicpti_intr_handler()
1196
done_queue
= Cmnd;
in qlogicpti_intr_handler()
1200
return
done_queue
;
in qlogicpti_intr_handler()
H
A
D
ncr53c8xx.c
1852
ncrcmd
done_queue
[MAX_DONE*5];
member
2456
PADDRH (
done_queue
),
2803
PADDRH (
done_queue
),
3448
p = scrh->
done_queue
;
in ncr_script_fill()
3457
BUG_ON((u_long)p != (u_long)&scrh->
done_queue
+sizeof(scrh->
done_queue
));
in ncr_script_fill()
5124
np->scripth->
done_queue
[5*j + 4] =
in ncr_wakeup_done()
5127
np->scripth->
done_queue
[5*i + 4] =
in ncr_wakeup_done()
5239
np->scripth0->
done_queue
[5*i + 4] =
in ncr_init()
5247
np->script0->done_pos[0] = cpu_to_scr(NCB_SCRIPTH_PHYS (np,
done_queue
));
in ncr_init()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
qlogicpti.c
1133
struct scsi_cmnd *Cmnd, *
done_queue
= NULL;
in qlogicpti_intr_handler()
local
1195
Cmnd->host_scribble = (unsigned char *)
done_queue
;
in qlogicpti_intr_handler()
1196
done_queue
= Cmnd;
in qlogicpti_intr_handler()
1200
return
done_queue
;
in qlogicpti_intr_handler()
H
A
D
ncr53c8xx.c
1849
ncrcmd
done_queue
[MAX_DONE*5];
member
2428
PADDRH (
done_queue
),
2775
PADDRH (
done_queue
),
3420
p = scrh->
done_queue
;
in ncr_script_fill()
3429
BUG_ON((u_long)p != (u_long)&scrh->
done_queue
+sizeof(scrh->
done_queue
));
in ncr_script_fill()
4983
np->scripth->
done_queue
[5*j + 4] =
in ncr_wakeup_done()
4986
np->scripth->
done_queue
[5*i + 4] =
in ncr_wakeup_done()
5098
np->scripth0->
done_queue
[5*i + 4] =
in ncr_init()
5106
np->script0->done_pos[0] = cpu_to_scr(NCB_SCRIPTH_PHYS (np,
done_queue
));
in ncr_init()
[all...]
Completed in 17 milliseconds