OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ISC_OS_CACHELINE_SIZE
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/mpl/bind/dist/lib/isc/
job_p.h
28
STATIC_ASSERT(
ISC_OS_CACHELINE_SIZE
>= sizeof(struct __cds_wfcq_head),
29
"
ISC_OS_CACHELINE_SIZE
smaller than "
34
uint8_t __padding[
ISC_OS_CACHELINE_SIZE
-
random.c
46
#define ISC_RANDOM_BUFSIZE (
ISC_OS_CACHELINE_SIZE
/ sizeof(uint32_t))
os.c
29
static unsigned long isc__os_cacheline =
ISC_OS_CACHELINE_SIZE
;
/src/external/mpl/bind/dist/lib/isc/include/isc/
os.h
31
#define
ISC_OS_CACHELINE_SIZE
64
44
* If L1 cache is greater than
ISC_OS_CACHELINE_SIZE
, ensure it is used
quota.h
61
STATIC_ASSERT(
ISC_OS_CACHELINE_SIZE
>= sizeof(struct __cds_wfcq_head),
62
"
ISC_OS_CACHELINE_SIZE
smaller than "
71
uint8_t __padding[
ISC_OS_CACHELINE_SIZE
-
rwlock.h
169
STATIC_ASSERT(
ISC_OS_CACHELINE_SIZE
>= sizeof(atomic_uint_fast32_t),
170
"
ISC_OS_CACHELINE_SIZE
smaller than "
172
STATIC_ASSERT(
ISC_OS_CACHELINE_SIZE
>= sizeof(atomic_int_fast32_t),
173
"
ISC_OS_CACHELINE_SIZE
smaller than sizeof(atomic_int_fast32_t)");
177
uint8_t __padding1[
ISC_OS_CACHELINE_SIZE
- sizeof(atomic_uint_fast32_t)];
179
uint8_t __padding2[
ISC_OS_CACHELINE_SIZE
- sizeof(atomic_uint_fast32_t)];
181
uint8_t __padding3[
ISC_OS_CACHELINE_SIZE
- sizeof(atomic_int_fast32_t)];
queue.h
19
STATIC_ASSERT(sizeof(struct __cds_wfcq_head) <=
ISC_OS_CACHELINE_SIZE
,
21
"
ISC_OS_CACHELINE_SIZE
");
25
uint8_t __padding_head[
ISC_OS_CACHELINE_SIZE
-
28
uint8_t __padding_tail[
ISC_OS_CACHELINE_SIZE
-
/src/external/mpl/bind/dist/lib/dns/
qpcache.c
242
uint8_t __padding[
ISC_OS_CACHELINE_SIZE
-
245
ISC_OS_CACHELINE_SIZE
];
qpzone.c
202
uint8_t __padding[
ISC_OS_CACHELINE_SIZE
-
203
(sizeof(isc_rwlock_t)) %
ISC_OS_CACHELINE_SIZE
];
Completed in 77 milliseconds
Indexes created Sun Aug 23 00:25:02 UTC 2026