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:SCBID_IS_NULL
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H
A
D
aic79xx_core.c
845
if (
SCBID_IS_NULL
(SCB_GET_TAG(scb)))
in ahd_queue_scb()
1269
if (
SCBID_IS_NULL
(comp_head)) {
in ahd_flush_qoutfifo()
1326
while (!
SCBID_IS_NULL
(scbid)) {
in ahd_flush_qoutfifo()
1349
while (!
SCBID_IS_NULL
(scbid)) {
in ahd_flush_qoutfifo()
1366
while (!
SCBID_IS_NULL
(scbid)) {
in ahd_flush_qoutfifo()
8218
for (scbid = tid_next; !
SCBID_IS_NULL
(scbid); scbid = tid_next) {
in ahd_search_qinfifo()
8305
&&
SCBID_IS_NULL
(tid_head)
in ahd_search_qinfifo()
8322
if (!
SCBID_IS_NULL
(tid_head))
in ahd_search_qinfifo()
8351
for (scbid = next; !
SCBID_IS_NULL
(scbid); scbid = next) {
in ahd_search_scb_list()
8383
if (
SCBID_IS_NULL
(pre
in ahd_search_scb_list()
[all...]
H
A
D
aic79xx.h
69
#define
SCBID_IS_NULL
(scbid) (((scbid) & 0xFF00 ) == SCB_LIST_NULL)
macro
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H
A
D
aic79xx_core.c
845
if (
SCBID_IS_NULL
(SCB_GET_TAG(scb)))
in ahd_queue_scb()
1269
if (
SCBID_IS_NULL
(comp_head)) {
in ahd_flush_qoutfifo()
1326
while (!
SCBID_IS_NULL
(scbid)) {
in ahd_flush_qoutfifo()
1349
while (!
SCBID_IS_NULL
(scbid)) {
in ahd_flush_qoutfifo()
1366
while (!
SCBID_IS_NULL
(scbid)) {
in ahd_flush_qoutfifo()
8213
for (scbid = tid_next; !
SCBID_IS_NULL
(scbid); scbid = tid_next) {
in ahd_search_qinfifo()
8300
&&
SCBID_IS_NULL
(tid_head)
in ahd_search_qinfifo()
8317
if (!
SCBID_IS_NULL
(tid_head))
in ahd_search_qinfifo()
8346
for (scbid = next; !
SCBID_IS_NULL
(scbid); scbid = next) {
in ahd_search_scb_list()
8378
if (
SCBID_IS_NULL
(pre
in ahd_search_scb_list()
[all...]
H
A
D
aic79xx.h
69
#define
SCBID_IS_NULL
(scbid) (((scbid) & 0xFF00 ) == SCB_LIST_NULL)
macro
Completed in 25 milliseconds