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:squeueput
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
ncr53c8xx.c
1690
u16
squeueput
; /* Next free slot of the queue */
member
4447
if (!np->
squeueput
) np->
squeueput
= 1;
in ncr_put_start_queue()
4448
qidx = np->
squeueput
+ 2;
in ncr_put_start_queue()
4453
np->scripth->tryloop [np->
squeueput
] = cpu_to_scr(CCB_PHYS (cp, start));
in ncr_put_start_queue()
4455
np->
squeueput
= qidx;
in ncr_put_start_queue()
4460
printk ("%s: queuepos=%d.\n", ncr_name (np), np->
squeueput
);
in ncr_put_start_queue()
5230
np->
squeueput
= 0;
in ncr_init()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
ncr53c8xx.c
1687
u16
squeueput
; /* Next free slot of the queue */
member
4415
if (!np->
squeueput
) np->
squeueput
= 1;
in ncr_put_start_queue()
4416
qidx = np->
squeueput
+ 2;
in ncr_put_start_queue()
4421
np->scripth->tryloop [np->
squeueput
] = cpu_to_scr(CCB_PHYS (cp, start));
in ncr_put_start_queue()
4423
np->
squeueput
= qidx;
in ncr_put_start_queue()
4428
printk ("%s: queuepos=%d.\n", ncr_name (np), np->
squeueput
);
in ncr_put_start_queue()
5089
np->
squeueput
= 0;
in ncr_init()
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/
H
A
D
sym_hipd.c
1502
qidx = np->
squeueput
+ 2;
1507
np->squeue [np->
squeueput
] = cpu_to_scr(cp->ccb_ba);
1509
np->
squeueput
= qidx;
1513
np->
squeueput
);
1721
np->
squeueput
= 0;
2980
while (i != np->
squeueput
) {
3007
np->
squeueput
= j; /* Update our current start queue pointer */
H
A
D
sym_hipd.h
932
u_short
squeueput
; /* Next free slot of the queue */
member
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/
H
A
D
sym_hipd.c
1502
qidx = np->
squeueput
+ 2;
1507
np->squeue [np->
squeueput
] = cpu_to_scr(cp->ccb_ba);
1509
np->
squeueput
= qidx;
1513
np->
squeueput
);
1721
np->
squeueput
= 0;
2980
while (i != np->
squeueput
) {
3007
np->
squeueput
= j; /* Update our current start queue pointer */
H
A
D
sym_hipd.h
932
u_short
squeueput
; /* Next free slot of the queue */
member
Completed in 37 milliseconds