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:SPINUNIT
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/platform/x86/intel/ifs/
H
A
D
runtest.c
232
#define
SPINUNIT
100 /* 100 nsec */
macro
246
if (timeout <
SPINUNIT
)
in wait_for_sibling_cpu()
248
ndelay(
SPINUNIT
);
in wait_for_sibling_cpu()
249
timeout -=
SPINUNIT
;
in wait_for_sibling_cpu()
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/microcode/
H
A
D
core.c
408
#define
SPINUNIT
100 /* 100 nsec */
macro
438
if (timeout <
SPINUNIT
) {
in __wait_for_cpus()
444
ndelay(
SPINUNIT
);
in __wait_for_cpus()
445
timeout -=
SPINUNIT
;
in __wait_for_cpus()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/microcode/
H
A
D
core.c
339
#define
SPINUNIT
100 /* 100 nsec */
macro
369
if (timeout <
SPINUNIT
) {
in __wait_for_cpus()
375
ndelay(
SPINUNIT
);
in __wait_for_cpus()
376
timeout -=
SPINUNIT
;
in __wait_for_cpus()
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mce/
H
A
D
core.c
65
#define
SPINUNIT
100 /* 100ns */
macro
898
if ((s64)*t <
SPINUNIT
) {
in mce_timed_out()
904
*t -=
SPINUNIT
;
in mce_timed_out()
1021
ndelay(
SPINUNIT
);
in mce_start()
1047
ndelay(
SPINUNIT
);
in mce_start()
1093
ndelay(
SPINUNIT
);
in mce_end()
1107
ndelay(
SPINUNIT
);
in mce_end()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/mce/
H
A
D
core.c
65
#define
SPINUNIT
100 /* 100ns */
macro
951
if ((s64)*t <
SPINUNIT
) {
in mce_timed_out()
960
*t -=
SPINUNIT
;
in mce_timed_out()
1084
ndelay(
SPINUNIT
);
in mce_start()
1110
ndelay(
SPINUNIT
);
in mce_start()
1158
ndelay(
SPINUNIT
);
in mce_end()
1172
ndelay(
SPINUNIT
);
in mce_end()
Completed in 8 milliseconds