OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:COHERENCY_UNIT
(Results
1 - 5
of
5
) sorted by relevancy
/src/tests/lib/libc/membar/
t_dekker.c
53
volatile unsigned turn __aligned(
COHERENCY_UNIT
);
56
} __aligned(
COHERENCY_UNIT
) waiting[2];
57
__CTASSERT(sizeof(waiting) == 2*
COHERENCY_UNIT
);
/src/sys/arch/aarch64/include/
param.h
146
#define
COHERENCY_UNIT
128
/src/sys/arch/mips/include/
mips_param.h
114
#define
COHERENCY_UNIT
128
/src/sys/sys/
param.h
150
#ifndef
COHERENCY_UNIT
151
#define
COHERENCY_UNIT
64
551
extern size_t
coherency_unit
;
561
# if
COHERENCY_UNIT
> 32
562
# define MIN_LWP_ALIGNMENT
COHERENCY_UNIT
/src/sys/arch/alpha/alpha/
pmap.c
272
CTASSERT(offsetof(struct pmap, pm_percpu[0]) ==
COHERENCY_UNIT
);
274
CTASSERT(sizeof(struct pmap_percpu) ==
COHERENCY_UNIT
);
390
uint8_t pad[
COHERENCY_UNIT
];
407
uint8_t pad[
COHERENCY_UNIT
];
1391
COHERENCY_UNIT
, 0, 0, "pmap", NULL, IPL_NONE, NULL, NULL, NULL);
Completed in 18 milliseconds
Indexes created Fri Feb 20 16:20:20 UTC 2026