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:quend
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
atp870u.h
34
unsigned char
quend
[2];
member
H
A
D
atp870u.c
221
if (((dev->quhd[c] != dev->
quend
[c]) || (dev->last_cmd[c] != 0xff)) &&
in atp870u_intr_handle()
506
if (((dev->last_cmd[c] != 0xff) || (dev->quhd[c] != dev->
quend
[c])) &&
in atp870u_intr_handle()
634
dev->
quend
[c]++;
in atp870u_queuecommand_lck()
635
if (dev->
quend
[c] >= qcnt) {
in atp870u_queuecommand_lck()
636
dev->
quend
[c] = 0;
in atp870u_queuecommand_lck()
642
if (dev->quhd[c] == dev->
quend
[c]) {
in atp870u_queuecommand_lck()
643
if (dev->
quend
[c] == 0) {
in atp870u_queuecommand_lck()
644
dev->
quend
[c] = qcnt;
in atp870u_queuecommand_lck()
647
printk("atp870u_queuecommand : dev->quhd[c] == dev->
quend
[c]\n");
in atp870u_queuecommand_lck()
649
dev->
quend
[
in atp870u_queuecommand_lck()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
atp870u.h
34
unsigned char
quend
[2];
member
H
A
D
atp870u.c
229
if (((dev->quhd[c] != dev->
quend
[c]) ||
in atp870u_intr_handle()
538
(dev->quhd[c] != dev->
quend
[c])) &&
in atp870u_intr_handle()
659
dev->
quend
[c]++;
in atp870u_queuecommand_lck()
660
if (dev->
quend
[c] >= qcnt) {
in atp870u_queuecommand_lck()
661
dev->
quend
[c] = 0;
in atp870u_queuecommand_lck()
667
if (dev->quhd[c] == dev->
quend
[c]) {
in atp870u_queuecommand_lck()
668
if (dev->
quend
[c] == 0) {
in atp870u_queuecommand_lck()
669
dev->
quend
[c] = qcnt;
in atp870u_queuecommand_lck()
672
printk("atp870u_queuecommand : dev->quhd[c] == dev->
quend
[c]\n");
in atp870u_queuecommand_lck()
674
dev->
quend
[
in atp870u_queuecommand_lck()
[all...]
Completed in 4 milliseconds