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:maxloops
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/sound/sparc/
H
A
D
dbri.c
641
int
maxloops
= MAXLOOPS;
in dbri_cmdwait()
local
646
while ((--
maxloops
) > 0 && (sbus_readl(dbri->regs + REG0) & D_P)) {
in dbri_cmdwait()
653
if (
maxloops
== 0)
in dbri_cmdwait()
657
MAXLOOPS -
maxloops
- 1);
in dbri_cmdwait()
/kernel/linux/linux-6.6/sound/sparc/
H
A
D
dbri.c
640
int
maxloops
= MAXLOOPS;
in dbri_cmdwait()
local
645
while ((--
maxloops
) > 0 && (sbus_readl(dbri->regs + REG0) & D_P)) {
in dbri_cmdwait()
652
if (
maxloops
== 0)
in dbri_cmdwait()
656
MAXLOOPS -
maxloops
- 1);
in dbri_cmdwait()
/kernel/linux/linux-5.10/drivers/mmc/host/
H
A
D
omap.c
470
mmc_omap_send_abort(struct mmc_omap_host *host, int
maxloops
)
in mmc_omap_send_abort()
argument
479
while (restarts <
maxloops
) {
in mmc_omap_send_abort()
/kernel/linux/linux-6.6/drivers/mmc/host/
H
A
D
omap.c
483
mmc_omap_send_abort(struct mmc_omap_host *host, int
maxloops
)
in mmc_omap_send_abort()
argument
492
while (restarts <
maxloops
) {
in mmc_omap_send_abort()
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H
A
D
aic7xxx_core.c
5557
int
maxloops
;
in ahc_pause_and_flushwork()
local
5560
maxloops
= 1000;
in ahc_pause_and_flushwork()
5581
} while (--
maxloops
in ahc_pause_and_flushwork()
5585
if (
maxloops
== 0) {
in ahc_pause_and_flushwork()
H
A
D
aic79xx_core.c
7822
u_int
maxloops
;
in ahd_pause_and_flushwork()
local
7824
maxloops
= 1000;
in ahd_pause_and_flushwork()
7851
} while (--
maxloops
in ahd_pause_and_flushwork()
7857
if (
maxloops
== 0) {
in ahd_pause_and_flushwork()
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H
A
D
aic7xxx_core.c
5556
int
maxloops
;
in ahc_pause_and_flushwork()
local
5559
maxloops
= 1000;
in ahc_pause_and_flushwork()
5580
} while (--
maxloops
in ahc_pause_and_flushwork()
5584
if (
maxloops
== 0) {
in ahc_pause_and_flushwork()
H
A
D
aic79xx_core.c
7821
u_int
maxloops
;
in ahd_pause_and_flushwork()
local
7823
maxloops
= 1000;
in ahd_pause_and_flushwork()
7850
} while (--
maxloops
in ahd_pause_and_flushwork()
7856
if (
maxloops
== 0) {
in ahd_pause_and_flushwork()
Completed in 49 milliseconds