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_UDELAY_MS
(Results
1 - 17
of
17
) sorted by relevance
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H
A
D
delay.h
27
#define
MAX_UDELAY_MS
1
macro
29
#define
MAX_UDELAY_MS
5
macro
31
#define
MAX_UDELAY_MS
(1000 / HZ)
macro
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
delay.h
25
#define
MAX_UDELAY_MS
1
macro
27
#define
MAX_UDELAY_MS
5
macro
29
#define
MAX_UDELAY_MS
(1000 / HZ)
macro
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
delay.h
25
#define
MAX_UDELAY_MS
1
macro
27
#define
MAX_UDELAY_MS
5
macro
29
#define
MAX_UDELAY_MS
(1000 / HZ)
macro
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H
A
D
delay.h
19
#define
MAX_UDELAY_MS
1
macro
21
#define
MAX_UDELAY_MS
5
macro
23
#define
MAX_UDELAY_MS
(1000 / HZ)
macro
/kernel/linux/linux-5.10/arch/nds32/include/asm/
H
A
D
delay.h
32
#define
MAX_UDELAY_MS
1
macro
34
#define
MAX_UDELAY_MS
5
macro
36
#define
MAX_UDELAY_MS
(1000 / HZ)
macro
/kernel/linux/linux-5.10/include/linux/
H
A
D
delay.h
32
* than
MAX_UDELAY_MS
milliseconds, the wrapper is used. Architecture
35
* while loop for the common cases where n <=
MAX_UDELAY_MS
-- Paul G.
38
#ifndef
MAX_UDELAY_MS
39
#define
MAX_UDELAY_MS
5
macro
44
(__builtin_constant_p(n) && (n)<=
MAX_UDELAY_MS
) ? udelay((n)*1000) : \
/kernel/linux/linux-6.6/include/linux/
H
A
D
delay.h
33
* than
MAX_UDELAY_MS
milliseconds, the wrapper is used. Architecture
36
* while loop for the common cases where n <=
MAX_UDELAY_MS
-- Paul G.
39
#ifndef
MAX_UDELAY_MS
40
#define
MAX_UDELAY_MS
5
macro
45
(__builtin_constant_p(n) && (n)<=
MAX_UDELAY_MS
) ? udelay((n)*1000) : \
/kernel/linux/linux-5.10/arch/arm/include/asm/
H
A
D
delay.h
40
#define
MAX_UDELAY_MS
2
macro
84
((n) > (
MAX_UDELAY_MS
* 1000) ? __bad_udelay() : \
/kernel/linux/linux-6.6/arch/arm/include/asm/
H
A
D
delay.h
40
#define
MAX_UDELAY_MS
2
macro
84
((n) > (
MAX_UDELAY_MS
* 1000) ? __bad_udelay() : \
/kernel/linux/linux-5.10/drivers/hv/
H
A
D
connection.c
421
else if (usec <
MAX_UDELAY_MS
* 1000)
in vmbus_post_msg()
/kernel/linux/linux-5.10/drivers/spi/
H
A
D
spi-bitbang.c
169
if (cs->nsecs > (
MAX_UDELAY_MS
* 1000 * 1000))
in spi_bitbang_setup_transfer()
/kernel/linux/linux-6.6/drivers/spi/
H
A
D
spi-bitbang.c
172
if (cs->nsecs > (
MAX_UDELAY_MS
* 1000 * 1000))
in spi_bitbang_setup_transfer()
/kernel/linux/linux-6.6/drivers/hv/
H
A
D
connection.c
463
else if (usec <
MAX_UDELAY_MS
* 1000)
in vmbus_post_msg()
/kernel/linux/linux-5.10/drivers/pwm/
H
A
D
pwm-sun4i.c
312
if ((delay_us / 500) >
MAX_UDELAY_MS
)
in sun4i_pwm_apply()
/kernel/linux/linux-6.6/drivers/pwm/
H
A
D
pwm-sun4i.c
308
if ((delay_us / 500) >
MAX_UDELAY_MS
)
in sun4i_pwm_apply()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
ipr.c
2739
if ((delay / 1000) >
MAX_UDELAY_MS
)
in ipr_wait_iodbg_ack()
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
ipr.c
2828
if ((delay / 1000) >
MAX_UDELAY_MS
)
in ipr_wait_iodbg_ack()
Completed in 34 milliseconds