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:immed_notifies
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H
A
D
aic7xxx.h
665
struct ccb_hdr_slist
immed_notifies
;
member
H
A
D
aic79xx.h
719
struct ccb_hdr_slist
immed_notifies
;
member
H
A
D
aic7xxx_core.c
6738
&& (ccbh = SLIST_FIRST(&lstate->
immed_notifies
)) != NULL) {
in ahc_send_lstate_events()
6742
SLIST_REMOVE_HEAD(&lstate->
immed_notifies
, sim_links.sle);
in ahc_send_lstate_events()
7516
SLIST_INIT(&lstate->
immed_notifies
);
in ahc_handle_en_lun()
7617
if (SLIST_FIRST(&lstate->
immed_notifies
) != NULL) {
in ahc_handle_en_lun()
H
A
D
aic79xx_core.c
9208
&& (ccbh = SLIST_FIRST(&lstate->
immed_notifies
)) != NULL) {
in ahd_send_lstate_events()
9212
SLIST_REMOVE_HEAD(&lstate->
immed_notifies
, sim_links.sle);
in ahd_send_lstate_events()
10366
SLIST_INIT(&lstate->
immed_notifies
);
in ahd_handle_en_lun()
10460
if (SLIST_FIRST(&lstate->
immed_notifies
) != NULL) {
in ahd_handle_en_lun()
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H
A
D
aic7xxx.h
665
struct ccb_hdr_slist
immed_notifies
;
member
H
A
D
aic79xx.h
719
struct ccb_hdr_slist
immed_notifies
;
member
H
A
D
aic7xxx_core.c
6733
&& (ccbh = SLIST_FIRST(&lstate->
immed_notifies
)) != NULL) {
in ahc_send_lstate_events()
6737
SLIST_REMOVE_HEAD(&lstate->
immed_notifies
, sim_links.sle);
in ahc_send_lstate_events()
7510
SLIST_INIT(&lstate->
immed_notifies
);
in ahc_handle_en_lun()
7610
if (SLIST_FIRST(&lstate->
immed_notifies
) != NULL) {
in ahc_handle_en_lun()
H
A
D
aic79xx_core.c
9204
&& (ccbh = SLIST_FIRST(&lstate->
immed_notifies
)) != NULL) {
in ahd_send_lstate_events()
9208
SLIST_REMOVE_HEAD(&lstate->
immed_notifies
, sim_links.sle);
in ahd_send_lstate_events()
10361
SLIST_INIT(&lstate->
immed_notifies
);
in ahd_handle_en_lun()
10455
if (SLIST_FIRST(&lstate->
immed_notifies
) != NULL) {
in ahd_handle_en_lun()
Completed in 51 milliseconds