Searched refs:DEFINE_PER_CPU (Results 1 – 8 of 8) sorted by relevance
| /include/linux/ |
| A D | cookie.h | 23 static DEFINE_PER_CPU(struct pcpu_gen_cookie, __##name); \
|
| A D | percpu-rwsem.h | 31 static DEFINE_PER_CPU(unsigned int, __percpu_rwsem_rc_##name); \
|
| A D | torture.h | 76 DEFINE_PER_CPU(struct torture_random_state, name)
|
| A D | notifier.h | 127 static DEFINE_PER_CPU(struct srcu_data, name##_head_srcu_data); \
|
| A D | alloc_tag.h | 118 static DEFINE_PER_CPU(struct alloc_tag_counters, _alloc_tag_cntr); \
|
| A D | percpu-defs.h | 113 #define DEFINE_PER_CPU(type, name) \ macro 187 #define DEFINE_PER_CPU_DECRYPTED(type, name) DEFINE_PER_CPU(type, name)
|
| A D | srcutree.h | 202 static DEFINE_PER_CPU(struct srcu_data, name##_srcu_data); \
|
| /include/rv/ |
| A D | da_monitor.h | 242 static DEFINE_PER_CPU(struct da_monitor, da_mon_##name); \
|
Completed in 13 milliseconds