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:MAX_LOOPS
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/
H
A
D
inftlcore.c
33
#define
MAX_LOOPS
10000
macro
265
silly =
MAX_LOOPS
;
in INFTL_foldchain()
482
silly =
MAX_LOOPS
;
in INFTL_findwriteunit()
652
silly =
MAX_LOOPS
;
in INFTL_trydeletechain()
751
int silly =
MAX_LOOPS
;
in INFTL_deleteblock()
860
int silly =
MAX_LOOPS
;
in inftl_readblock()
H
A
D
nftlcore.c
32
#define
MAX_LOOPS
10000
macro
259
silly =
MAX_LOOPS
;
in NFTL_foldchain()
543
silly =
MAX_LOOPS
;
in NFTL_findwriteunit()
710
int silly =
MAX_LOOPS
;
in nftl_readblock()
/kernel/linux/linux-6.6/drivers/mtd/
H
A
D
inftlcore.c
33
#define
MAX_LOOPS
10000
macro
265
silly =
MAX_LOOPS
;
in INFTL_foldchain()
482
silly =
MAX_LOOPS
;
in INFTL_findwriteunit()
652
silly =
MAX_LOOPS
;
in INFTL_trydeletechain()
751
int silly =
MAX_LOOPS
;
in INFTL_deleteblock()
860
int silly =
MAX_LOOPS
;
in inftl_readblock()
H
A
D
nftlcore.c
32
#define
MAX_LOOPS
10000
macro
259
silly =
MAX_LOOPS
;
in NFTL_foldchain()
543
silly =
MAX_LOOPS
;
in NFTL_findwriteunit()
709
int silly =
MAX_LOOPS
;
in nftl_readblock()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/ptrace/
H
A
D
perf-hwbreak.c
33
#define
MAX_LOOPS
10000
macro
86
int loop_num =
MAX_LOOPS
- (rand() % 100); /* provide some variability */
in runtestsingle()
/kernel/linux/linux-5.10/arch/mips/loongson64/
H
A
D
smp.c
336
#define
MAX_LOOPS
800
macro
368
if (i >
MAX_LOOPS
)
in loongson3_init_secondary()
369
i =
MAX_LOOPS
;
in loongson3_init_secondary()
/kernel/linux/linux-6.6/arch/mips/loongson64/
H
A
D
smp.c
414
#define
MAX_LOOPS
800
macro
444
if (i >
MAX_LOOPS
)
in loongson3_init_secondary()
445
i =
MAX_LOOPS
;
in loongson3_init_secondary()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/ptrace/
H
A
D
perf-hwbreak.c
46
#define
MAX_LOOPS
10000
macro
234
int loop_num =
MAX_LOOPS
- (rand() % 100); /* provide some variability */
in runtestsingle()
/kernel/linux/linux-5.10/drivers/net/ethernet/alacritech/
H
A
D
slicoss.c
1600
const unsigned int
MAX_LOOPS
= 5000;
in slic_read_eeprom()
local
1620
for (i = 0; i <
MAX_LOOPS
; i++) {
in slic_read_eeprom()
1625
if (i ==
MAX_LOOPS
) {
in slic_read_eeprom()
/kernel/linux/linux-6.6/drivers/net/ethernet/alacritech/
H
A
D
slicoss.c
1598
const unsigned int
MAX_LOOPS
= 5000;
in slic_read_eeprom()
local
1618
for (i = 0; i <
MAX_LOOPS
; i++) {
in slic_read_eeprom()
1623
if (i ==
MAX_LOOPS
) {
in slic_read_eeprom()
Completed in 13 milliseconds