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:SCB_FREE
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/megaraid/
H
A
D
mega_common.h
81
#define
SCB_FREE
0x0000 /* on the free list */
macro
H
A
D
megaraid_mbox.c
1072
scb->state =
SCB_FREE
;
in megaraid_alloc_cmd_packets()
1315
scb->state =
SCB_FREE
;
in megaraid_dealloc_scb()
2227
scb->state =
SCB_FREE
;
in megaraid_mbox_dpc()
3451
scb->state =
SCB_FREE
;
in megaraid_cmm_register()
3699
scb->state =
SCB_FREE
;
in megaraid_mbox_mm_done()
/kernel/linux/linux-6.6/drivers/scsi/megaraid/
H
A
D
mega_common.h
81
#define
SCB_FREE
0x0000 /* on the free list */
macro
H
A
D
megaraid_mbox.c
1074
scb->state =
SCB_FREE
;
in megaraid_alloc_cmd_packets()
1317
scb->state =
SCB_FREE
;
in megaraid_dealloc_scb()
2225
scb->state =
SCB_FREE
;
in megaraid_mbox_dpc()
3442
scb->state =
SCB_FREE
;
in megaraid_cmm_register()
3690
scb->state =
SCB_FREE
;
in megaraid_mbox_mm_done()
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H
A
D
aic7xxx.h
523
SCB_FREE
= 0x0000,
enumerator
H
A
D
aic7xxx_core.c
545
scb->flags =
SCB_FREE
;
in ahc_free_scb()
4986
next_scb->flags =
SCB_FREE
;
in ahc_alloc_scbs()
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
megaraid.h
211
#define
SCB_FREE
0x0000 /* on the free list */
macro
H
A
D
megaraid.c
1449
scb->state =
SCB_FREE
;
in mega_cmd_done()
1696
scb->state =
SCB_FREE
;
in mega_free_scb()
2934
scb->state =
SCB_FREE
;
in mega_init_scb()
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H
A
D
aic7xxx.h
523
SCB_FREE
= 0x0000,
enumerator
H
A
D
aic7xxx_core.c
545
scb->flags =
SCB_FREE
;
in ahc_free_scb()
4985
next_scb->flags =
SCB_FREE
;
in ahc_alloc_scbs()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
megaraid.h
212
#define
SCB_FREE
0x0000 /* on the free list */
macro
H
A
D
megaraid.c
1447
scb->state =
SCB_FREE
;
in mega_cmd_done()
1682
scb->state =
SCB_FREE
;
in mega_free_scb()
2920
scb->state =
SCB_FREE
;
in mega_init_scb()
Completed in 42 milliseconds