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:q_ptr
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
FlashPoint.c
7096
struct sccb *
q_ptr
;
in FPT_queueFindSccb()
local
7101
q_ptr
= currTar_Info->TarSelQ_Head;
in FPT_queueFindSccb()
7103
while (
q_ptr
!= NULL) {
in FPT_queueFindSccb()
7105
if (
q_ptr
== p_SCCB) {
in FPT_queueFindSccb()
7107
if (currTar_Info->TarSelQ_Head ==
q_ptr
) {
in FPT_queueFindSccb()
7110
q_ptr
->Sccb_forwardlink;
in FPT_queueFindSccb()
7113
if (currTar_Info->TarSelQ_Tail ==
q_ptr
) {
in FPT_queueFindSccb()
7116
q_ptr
->Sccb_backlink;
in FPT_queueFindSccb()
7119
if (
q_ptr
->Sccb_forwardlink != NULL) {
in FPT_queueFindSccb()
7120
q_ptr
in FPT_queueFindSccb()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
FlashPoint.c
7065
struct sccb *
q_ptr
;
in FPT_queueFindSccb()
local
7070
q_ptr
= currTar_Info->TarSelQ_Head;
in FPT_queueFindSccb()
7072
while (
q_ptr
!= NULL) {
in FPT_queueFindSccb()
7074
if (
q_ptr
== p_SCCB) {
in FPT_queueFindSccb()
7076
if (currTar_Info->TarSelQ_Head ==
q_ptr
) {
in FPT_queueFindSccb()
7079
q_ptr
->Sccb_forwardlink;
in FPT_queueFindSccb()
7082
if (currTar_Info->TarSelQ_Tail ==
q_ptr
) {
in FPT_queueFindSccb()
7085
q_ptr
->Sccb_backlink;
in FPT_queueFindSccb()
7088
if (
q_ptr
->Sccb_forwardlink != NULL) {
in FPT_queueFindSccb()
7089
q_ptr
in FPT_queueFindSccb()
[all...]
Completed in 15 milliseconds