OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CAA_CACHE_LINE_SIZE
(Results
1 - 23
of
23
) sorted by relevancy
/src/external/lgpl2/userspace-rcu/dist/include/urcu/arch/
s390.h
25
#define
CAA_CACHE_LINE_SIZE
128
sparc64.h
29
#define
CAA_CACHE_LINE_SIZE
256
generic.h
20
#ifndef
CAA_CACHE_LINE_SIZE
21
#define
CAA_CACHE_LINE_SIZE
64
ppc.h
46
#define
CAA_CACHE_LINE_SIZE
256
x86.h
22
#define
CAA_CACHE_LINE_SIZE
128
/src/external/lgpl2/userspace-rcu/dist/include/urcu/static/
urcu-common.h
64
} __attribute__((aligned(
CAA_CACHE_LINE_SIZE
)));
71
struct cds_list_head node __attribute__((aligned(
CAA_CACHE_LINE_SIZE
)));
urcu-bp.h
73
} __attribute__((aligned(
CAA_CACHE_LINE_SIZE
)));
81
struct cds_list_head node __attribute__((aligned(
CAA_CACHE_LINE_SIZE
)));
urcu-qsbr.h
56
struct cds_list_head node __attribute__((aligned(
CAA_CACHE_LINE_SIZE
)));
/src/external/lgpl2/userspace-rcu/dist/tests/benchmark/
test_perthreadlock_timing.c
35
} __attribute__((aligned(
CAA_CACHE_LINE_SIZE
))); /* cache-line aligned */
53
static caa_cycles_t __attribute__((aligned(
CAA_CACHE_LINE_SIZE
))) *reader_time;
54
static caa_cycles_t __attribute__((aligned(
CAA_CACHE_LINE_SIZE
))) *writer_time;
test_rwlock_timing.c
53
static caa_cycles_t __attribute__((aligned(
CAA_CACHE_LINE_SIZE
))) *reader_time;
54
static caa_cycles_t __attribute__((aligned(
CAA_CACHE_LINE_SIZE
))) *writer_time;
test_urcu_qsbr_timing.c
71
static caa_cycles_t __attribute__((aligned(
CAA_CACHE_LINE_SIZE
))) *reader_time;
72
static caa_cycles_t __attribute__((aligned(
CAA_CACHE_LINE_SIZE
))) *writer_time;
test_urcu_timing.c
72
static caa_cycles_t __attribute__((aligned(
CAA_CACHE_LINE_SIZE
))) *reader_time;
73
static caa_cycles_t __attribute__((aligned(
CAA_CACHE_LINE_SIZE
))) *writer_time;
test_perthreadlock.c
38
} __attribute__((aligned(
CAA_CACHE_LINE_SIZE
))); /* cache-line aligned */
108
unsigned long long __attribute__((aligned(
CAA_CACHE_LINE_SIZE
))) *tot_nr_writes;
110
unsigned long long __attribute__((aligned(
CAA_CACHE_LINE_SIZE
))) *tot_nr_reads;
test_urcu_gc.c
112
unsigned long long __attribute__((aligned(
CAA_CACHE_LINE_SIZE
))) *tot_nr_writes;
343
<
CAA_CACHE_LINE_SIZE
)
345
pending_reclaims[i_thr].queue = calloc(1,
CAA_CACHE_LINE_SIZE
);
test_urcu_qsbr_gc.c
114
unsigned long long __attribute__((aligned(
CAA_CACHE_LINE_SIZE
))) *tot_nr_writes;
343
<
CAA_CACHE_LINE_SIZE
)
345
pending_reclaims[i_thr].queue = calloc(1,
CAA_CACHE_LINE_SIZE
);
test_mutex.c
102
unsigned long long __attribute__((aligned(
CAA_CACHE_LINE_SIZE
))) *tot_nr_writes;
104
unsigned long long __attribute__((aligned(
CAA_CACHE_LINE_SIZE
))) *tot_nr_reads;
test_urcu_wfcq.c
131
static struct cds_wfcq_head __attribute__((aligned(
CAA_CACHE_LINE_SIZE
))) head;
132
static struct cds_wfcq_tail __attribute__((aligned(
CAA_CACHE_LINE_SIZE
))) tail;
test_urcu_defer.c
103
unsigned long long __attribute__((aligned(
CAA_CACHE_LINE_SIZE
))) *tot_nr_writes;
/src/external/lgpl2/userspace-rcu/dist/tests/common/
api.h
24
__attribute__((__aligned__(
CAA_CACHE_LINE_SIZE
)))
236
__attribute__((__aligned__(
CAA_CACHE_LINE_SIZE
))); \
/src/external/lgpl2/userspace-rcu/dist/src/
workqueue.c
63
} __attribute__((aligned(
CAA_CACHE_LINE_SIZE
)));
urcu-call-rcu-impl.h
57
} __attribute__((aligned(
CAA_CACHE_LINE_SIZE
)));
rculfhash.c
327
} __attribute__((aligned(
CAA_CACHE_LINE_SIZE
)));
/src/external/lgpl2/userspace-rcu/dist/tests/regression/
rcutorture.h
115
volatile int goflag __attribute__((__aligned__(
CAA_CACHE_LINE_SIZE
)))
Completed in 36 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026