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:to_asd_sas_event
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/libsas/
H
A
D
sas_phy.c
19
struct asd_sas_event *ev =
to_asd_sas_event
(work);
in sas_phye_loss_of_signal()
28
struct asd_sas_event *ev =
to_asd_sas_event
(work);
in sas_phye_oob_done()
36
struct asd_sas_event *ev =
to_asd_sas_event
(work);
in sas_phye_oob_error()
65
struct asd_sas_event *ev =
to_asd_sas_event
(work);
in sas_phye_spinup_hold()
77
struct asd_sas_event *ev =
to_asd_sas_event
(work);
in sas_phye_resume_timeout()
94
struct asd_sas_event *ev =
to_asd_sas_event
(work);
in sas_phye_shutdown()
H
A
D
sas_event.c
64
sas_free_event(
to_asd_sas_event
(&sw->work));
in __sas_drain_work()
120
struct asd_sas_event *ev =
to_asd_sas_event
(work);
in sas_port_event_worker()
128
struct asd_sas_event *ev =
to_asd_sas_event
(work);
in sas_phy_event_worker()
H
A
D
sas_port.c
266
struct asd_sas_event *ev =
to_asd_sas_event
(work);
in sas_porte_bytes_dmaed()
274
struct asd_sas_event *ev =
to_asd_sas_event
(work);
in sas_porte_broadcast_rcvd()
292
struct asd_sas_event *ev =
to_asd_sas_event
(work);
in sas_porte_link_reset_err()
300
struct asd_sas_event *ev =
to_asd_sas_event
(work);
in sas_porte_timer_event()
308
struct asd_sas_event *ev =
to_asd_sas_event
(work);
in sas_porte_hard_reset()
/kernel/linux/linux-6.6/drivers/scsi/libsas/
H
A
D
sas_phy.c
19
struct asd_sas_event *ev =
to_asd_sas_event
(work);
in sas_phye_loss_of_signal()
28
struct asd_sas_event *ev =
to_asd_sas_event
(work);
in sas_phye_oob_done()
36
struct asd_sas_event *ev =
to_asd_sas_event
(work);
in sas_phye_oob_error()
65
struct asd_sas_event *ev =
to_asd_sas_event
(work);
in sas_phye_spinup_hold()
77
struct asd_sas_event *ev =
to_asd_sas_event
(work);
in sas_phye_resume_timeout()
94
struct asd_sas_event *ev =
to_asd_sas_event
(work);
in sas_phye_shutdown()
H
A
D
sas_event.c
51
sas_free_event(
to_asd_sas_event
(&sw->work));
in sas_queue_deferred_work()
126
struct asd_sas_event *ev =
to_asd_sas_event
(work);
in sas_port_event_worker()
137
struct asd_sas_event *ev =
to_asd_sas_event
(work);
in sas_phy_event_worker()
H
A
D
sas_port.c
275
struct asd_sas_event *ev =
to_asd_sas_event
(work);
in sas_porte_bytes_dmaed()
283
struct asd_sas_event *ev =
to_asd_sas_event
(work);
in sas_porte_broadcast_rcvd()
301
struct asd_sas_event *ev =
to_asd_sas_event
(work);
in sas_porte_link_reset_err()
309
struct asd_sas_event *ev =
to_asd_sas_event
(work);
in sas_porte_timer_event()
317
struct asd_sas_event *ev =
to_asd_sas_event
(work);
in sas_porte_hard_reset()
/kernel/linux/linux-5.10/include/scsi/
H
A
D
libsas.h
287
static inline struct asd_sas_event *
to_asd_sas_event
(struct work_struct *work)
in to_asd_sas_event()
function
/kernel/linux/linux-6.6/include/scsi/
H
A
D
libsas.h
276
static inline struct asd_sas_event *
to_asd_sas_event
(struct work_struct *work)
in to_asd_sas_event()
function
Completed in 9 milliseconds