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:SLAVE
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/ia64/kernel/
H
A
D
smpboot.c
95
#define
SLAVE
(SMP_CACHE_BYTES/8)
macro
101
static volatile unsigned long go[
SLAVE
+ 1];
201
go[
SLAVE
] = ia64_get_itc();
in sync_master()
222
while (!(tm = go[
SLAVE
]))
in get_delta()
224
go[
SLAVE
] = 0;
in get_delta()
/kernel/linux/linux-6.6/arch/ia64/kernel/
H
A
D
smpboot.c
96
#define
SLAVE
(SMP_CACHE_BYTES/8)
macro
102
static volatile unsigned long go[
SLAVE
+ 1];
202
go[
SLAVE
] = ia64_get_itc();
in sync_master()
223
while (!(tm = go[
SLAVE
]))
in get_delta()
225
go[
SLAVE
] = 0;
in get_delta()
/kernel/linux/linux-5.10/arch/sparc/kernel/
H
A
D
smp_64.c
160
#define
SLAVE
(SMP_CACHE_BYTES/sizeof(unsigned long))
macro
166
static unsigned long go[
SLAVE
+ 1];
180
while (!(tm = go[
SLAVE
]))
in get_delta()
182
go[
SLAVE
] = 0;
in get_delta()
280
go[
SLAVE
] = tick_ops->get_tick();
in smp_synchronize_one_tick()
/kernel/linux/linux-6.6/arch/sparc/kernel/
H
A
D
smp_64.c
160
#define
SLAVE
(SMP_CACHE_BYTES/sizeof(unsigned long))
macro
166
static unsigned long go[
SLAVE
+ 1];
180
while (!(tm = go[
SLAVE
]))
in get_delta()
182
go[
SLAVE
] = 0;
in get_delta()
280
go[
SLAVE
] = tick_ops->get_tick();
in smp_synchronize_one_tick()
/kernel/linux/linux-5.10/drivers/clk/bcm/
H
A
D
clk-bcm21664.c
237
BCM21664_CCU_COMMON(slave,
SLAVE
),
H
A
D
clk-bcm281xx.c
313
BCM281XX_CCU_COMMON(slave,
SLAVE
),
/kernel/linux/linux-6.6/drivers/clk/bcm/
H
A
D
clk-bcm21664.c
229
BCM21664_CCU_COMMON(slave,
SLAVE
),
H
A
D
clk-bcm281xx.c
305
BCM281XX_CCU_COMMON(slave,
SLAVE
),
Completed in 8 milliseconds