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:openings
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H
A
D
aic7xxx_osm.c
652
dev->
openings
= 1;
in ahc_linux_slave_alloc()
1297
dev->
openings
= dev->maxtags - dev->active;
in ahc_platform_set_tags()
1303
dev->
openings
= 1;
in ahc_platform_set_tags()
1313
dev->
openings
= 1 - dev->active;
in ahc_platform_set_tags()
1319
dev->
openings
+ dev->active);
in ahc_platform_set_tags()
1549
dev->
openings
--;
in ahc_linux_run_command()
1699
dev->
openings
++;
in ahc_done()
1760
if (dev->
openings
== 1
in ahc_done()
1770
if ((dev->
openings
+ dev->active) < dev->maxtags
in ahc_done()
1773
dev->
openings
in ahc_done()
[all...]
H
A
D
aic79xx_osm.c
688
dev->
openings
= 1;
in ahd_linux_slave_alloc()
837
dev->
openings
--;
in ahd_linux_dev_reset()
1434
dev->
openings
= dev->maxtags - dev->active;
in ahd_platform_set_tags()
1440
dev->
openings
= 1;
in ahd_platform_set_tags()
1450
dev->
openings
= 1 - dev->active;
in ahd_platform_set_tags()
1457
dev->
openings
+ dev->active);
in ahd_platform_set_tags()
1640
dev->
openings
--;
in ahd_linux_run_command()
1774
dev->
openings
++;
in ahd_done()
1835
if (dev->
openings
== 1
in ahd_done()
1845
if ((dev->
openings
in ahd_done()
[all...]
H
A
D
aic79xx_proc.c
202
seq_printf(m, "\t\tCommand Openings %d\n", dev->
openings
);
in ahd_dump_device_state()
H
A
D
aic7xxx_proc.c
182
seq_printf(m, "\t\tCommand Openings %d\n", dev->
openings
);
in ahc_dump_device_state()
H
A
D
aic7xxx_osm.h
268
int
openings
;
member
H
A
D
aic79xx_osm.h
252
int
openings
;
member
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H
A
D
aic7xxx_osm.c
651
dev->
openings
= 1;
in ahc_linux_slave_alloc()
1296
dev->
openings
= dev->maxtags - dev->active;
in ahc_platform_set_tags()
1302
dev->
openings
= 1;
in ahc_platform_set_tags()
1312
dev->
openings
= 1 - dev->active;
in ahc_platform_set_tags()
1318
dev->
openings
+ dev->active);
in ahc_platform_set_tags()
1548
dev->
openings
--;
in ahc_linux_run_command()
1698
dev->
openings
++;
in ahc_done()
1759
if (dev->
openings
== 1
in ahc_done()
1769
if ((dev->
openings
+ dev->active) < dev->maxtags
in ahc_done()
1772
dev->
openings
in ahc_done()
[all...]
H
A
D
aic79xx_osm.c
686
dev->
openings
= 1;
in ahd_linux_slave_alloc()
831
dev->
openings
--;
in ahd_linux_dev_reset()
1428
dev->
openings
= dev->maxtags - dev->active;
in ahd_platform_set_tags()
1434
dev->
openings
= 1;
in ahd_platform_set_tags()
1444
dev->
openings
= 1 - dev->active;
in ahd_platform_set_tags()
1451
dev->
openings
+ dev->active);
in ahd_platform_set_tags()
1634
dev->
openings
--;
in ahd_linux_run_command()
1768
dev->
openings
++;
in ahd_done()
1829
if (dev->
openings
== 1
in ahd_done()
1839
if ((dev->
openings
in ahd_done()
[all...]
H
A
D
aic79xx_proc.c
202
seq_printf(m, "\t\tCommand Openings %d\n", dev->
openings
);
in ahd_dump_device_state()
H
A
D
aic7xxx_proc.c
182
seq_printf(m, "\t\tCommand Openings %d\n", dev->
openings
);
in ahc_dump_device_state()
H
A
D
aic79xx_osm.h
252
int
openings
;
member
H
A
D
aic7xxx_osm.h
268
int
openings
;
member
Completed in 17 milliseconds