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:HS_TIMEOUT
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/plip/
H
A
D
plip.c
344
#define
HS_TIMEOUT
3
macro
401
* with ERROR or
HS_TIMEOUT
) we have IRQ enabled. Otherwise it's
in plip_bh_timeout_error()
405
* that is). So we have to treat
HS_TIMEOUT
and ERROR from send
in plip_bh_timeout_error()
414
if ((error ==
HS_TIMEOUT
&& nl->timeout_count <= 10) ||
in plip_bh_timeout_error()
424
error =
HS_TIMEOUT
;
in plip_bh_timeout_error()
456
if (error ==
HS_TIMEOUT
) {
in plip_bh_timeout_error()
767
return
HS_TIMEOUT
;
in plip_send_packet()
808
return
HS_TIMEOUT
;
in plip_send_packet()
/kernel/linux/linux-6.6/drivers/net/plip/
H
A
D
plip.c
350
#define
HS_TIMEOUT
3
macro
407
* with ERROR or
HS_TIMEOUT
) we have IRQ enabled. Otherwise it's
in plip_bh_timeout_error()
411
* that is). So we have to treat
HS_TIMEOUT
and ERROR from send
in plip_bh_timeout_error()
420
if ((error ==
HS_TIMEOUT
&& nl->timeout_count <= 10) ||
in plip_bh_timeout_error()
430
error =
HS_TIMEOUT
;
in plip_bh_timeout_error()
462
if (error ==
HS_TIMEOUT
) {
in plip_bh_timeout_error()
774
return
HS_TIMEOUT
;
in plip_send_packet()
815
return
HS_TIMEOUT
;
in plip_send_packet()
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
ncr53c8xx.c
1023
#define
HS_TIMEOUT
(8|HS_DONEMASK) /* Software timeout */
macro
4984
|| (cp->host_status ==
HS_TIMEOUT
)) {
in ncr_complete()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
ncr53c8xx.c
1025
#define
HS_TIMEOUT
(8|HS_DONEMASK) /* Software timeout */
macro
4839
|| (cp->host_status ==
HS_TIMEOUT
)) {
in ncr_complete()
Completed in 21 milliseconds