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:__ndelay
(Results
1 - 25
of
39
) sorted by relevance
1
2
/kernel/linux/linux-6.6/arch/s390/include/asm/
H
A
D
delay.h
16
void
__ndelay
(unsigned long nsecs);
20
#define ndelay(n)
__ndelay
((unsigned long)(n))
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H
A
D
delay.h
19
extern void
__ndelay
(unsigned long ns);
22
#define ndelay(ns)
__ndelay
(ns)
/kernel/linux/linux-5.10/arch/s390/include/asm/
H
A
D
delay.h
16
void
__ndelay
(unsigned long long nsecs);
21
#define ndelay(n)
__ndelay
((unsigned long long) (n))
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
delay.h
17
extern void
__ndelay
(unsigned long ns);
20
#define ndelay(ns)
__ndelay
(ns)
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
delay.h
17
extern void
__ndelay
(unsigned long ns);
20
#define ndelay(ns)
__ndelay
(ns)
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H
A
D
delay.h
11
extern void
__ndelay
(unsigned long ns);
14
#define ndelay(ns)
__ndelay
(ns)
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H
A
D
delay_32.h
25
void
__ndelay
(unsigned long nsecs, unsigned long lpj);
33
#define ndelay(__nsecs)
__ndelay
(__nsecs, __udelay_val)
/kernel/linux/linux-6.6/arch/s390/lib/
H
A
D
delay.c
39
void
__ndelay
(unsigned long nsecs)
in __ndelay()
function
45
EXPORT_SYMBOL(
__ndelay
);
variable
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H
A
D
delay_32.h
25
void
__ndelay
(unsigned long nsecs, unsigned long lpj);
33
#define ndelay(__nsecs)
__ndelay
(__nsecs, __udelay_val)
/kernel/linux/linux-5.10/include/asm-generic/
H
A
D
delay.h
10
extern void
__ndelay
(unsigned long nsecs);
41
__ndelay
(n); \
/kernel/linux/linux-6.6/include/asm-generic/
H
A
D
delay.h
10
extern void
__ndelay
(unsigned long nsecs);
41
__ndelay
(n); \
/kernel/linux/linux-5.10/arch/xtensa/include/asm/
H
A
D
delay.h
55
static inline void
__ndelay
(unsigned long nsec)
in __ndelay()
function
72
__ndelay
(nsec);
in ndelay()
/kernel/linux/linux-5.10/arch/h8300/lib/
H
A
D
delay.c
37
void
__ndelay
(unsigned long nsecs)
in __ndelay()
function
41
EXPORT_SYMBOL(
__ndelay
);
variable
/kernel/linux/linux-5.10/arch/loongarch/lib/
H
A
D
delay.c
38
void
__ndelay
(unsigned long ns)
in __ndelay()
function
42
EXPORT_SYMBOL(
__ndelay
);
variable
/kernel/linux/linux-5.10/arch/x86/um/
H
A
D
delay.c
53
void
__ndelay
(unsigned long nsecs)
in __ndelay()
function
57
EXPORT_SYMBOL(
__ndelay
);
variable
/kernel/linux/linux-5.10/arch/csky/lib/
H
A
D
delay.c
35
void
__ndelay
(unsigned long nsecs)
in __ndelay()
function
39
EXPORT_SYMBOL(
__ndelay
);
variable
/kernel/linux/linux-5.10/arch/mips/lib/
H
A
D
delay.c
61
void
__ndelay
(unsigned long ns)
in __ndelay()
function
67
EXPORT_SYMBOL(
__ndelay
);
variable
/kernel/linux/linux-5.10/arch/nios2/lib/
H
A
D
delay.c
36
void
__ndelay
(unsigned long nsecs)
in __ndelay()
function
40
EXPORT_SYMBOL(
__ndelay
);
variable
/kernel/linux/linux-5.10/arch/openrisc/lib/
H
A
D
delay.c
54
void
__ndelay
(unsigned long nsecs)
in __ndelay()
function
58
EXPORT_SYMBOL(
__ndelay
);
variable
/kernel/linux/linux-6.6/arch/loongarch/lib/
H
A
D
delay.c
38
void
__ndelay
(unsigned long ns)
in __ndelay()
function
42
EXPORT_SYMBOL(
__ndelay
);
variable
/kernel/linux/linux-6.6/arch/csky/lib/
H
A
D
delay.c
35
void
__ndelay
(unsigned long nsecs)
in __ndelay()
function
39
EXPORT_SYMBOL(
__ndelay
);
variable
/kernel/linux/linux-6.6/arch/mips/lib/
H
A
D
delay.c
60
void
__ndelay
(unsigned long ns)
in __ndelay()
function
66
EXPORT_SYMBOL(
__ndelay
);
variable
/kernel/linux/linux-6.6/arch/nios2/lib/
H
A
D
delay.c
36
void
__ndelay
(unsigned long nsecs)
in __ndelay()
function
40
EXPORT_SYMBOL(
__ndelay
);
variable
/kernel/linux/linux-6.6/arch/openrisc/lib/
H
A
D
delay.c
55
void
__ndelay
(unsigned long nsecs)
in __ndelay()
function
59
EXPORT_SYMBOL(
__ndelay
);
variable
/kernel/linux/linux-6.6/arch/xtensa/include/asm/
H
A
D
delay.h
55
static inline void
__ndelay
(unsigned long nsec)
in __ndelay()
function
72
__ndelay
(nsec);
in ndelay()
Completed in 6 milliseconds
1
2