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:selto_timer
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
dc395x.c
308
struct timer_list
selto_timer
;
member
1322
static void
selto_timer
(struct AdapterCtlBlk *acb)
1324
if (timer_pending(&acb->
selto_timer
))
1326
acb->
selto_timer
.function = selection_timeout_missed;
1327
acb->
selto_timer
.data = (unsigned long) acb;
1330
acb->
selto_timer
.expires =
1333
acb->
selto_timer
.expires = jiffies + HZ + 1;
1334
add_timer(&acb->
selto_timer
);
1384
/*
selto_timer
(acb); */
in start_scsi()
1587
if (timer_pending(&acb->
selto_timer
))
in dc395x_handle_interrupt()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
dc395x.c
293
struct timer_list
selto_timer
;
member
1298
static void
selto_timer
(struct AdapterCtlBlk *acb)
1300
if (timer_pending(&acb->
selto_timer
))
1302
acb->
selto_timer
.function = selection_timeout_missed;
1303
acb->
selto_timer
.data = (unsigned long) acb;
1306
acb->
selto_timer
.expires =
1309
acb->
selto_timer
.expires = jiffies + HZ + 1;
1310
add_timer(&acb->
selto_timer
);
1360
/*
selto_timer
(acb); */
in start_scsi()
1563
if (timer_pending(&acb->
selto_timer
))
in dc395x_handle_interrupt()
[all...]
Completed in 8 milliseconds