/openbmc/linux/kernel/printk/ |
H A D | printk_ringbuffer.h | 238 .state_var = ATOMIC_INIT(DESC0_SV(descbits)), \ 260 .head_id = ATOMIC_INIT(DESC0_ID(descbits)), \ 261 .tail_id = ATOMIC_INIT(DESC0_ID(descbits)), \ 262 .last_finalized_id = ATOMIC_INIT(DESC0_ID(descbits)), \
|
/openbmc/linux/mm/ |
H A D | init-mm.c | 35 .mm_users = ATOMIC_INIT(2), 36 .mm_count = ATOMIC_INIT(1),
|
/openbmc/linux/arch/openrisc/kernel/ |
H A D | sync-timer.c | 25 static atomic_t count_count_start = ATOMIC_INIT(0); 26 static atomic_t count_count_stop = ATOMIC_INIT(0);
|
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | mp.h | 39 .barrier = ATOMIC_INIT(barrier_), \ 40 .cpus_entered = ATOMIC_INIT(0), \
|
H A D | atomic.h | 15 #define ATOMIC_INIT(i) { (i) } macro
|
/openbmc/linux/arch/mips/kernel/ |
H A D | sync-r4k.c | 22 static atomic_t count_count_start = ATOMIC_INIT(0); 23 static atomic_t count_count_stop = ATOMIC_INIT(0);
|
/openbmc/linux/include/asm-generic/ |
H A D | spinlock_types.h | 15 #define __ARCH_SPIN_LOCK_UNLOCKED ATOMIC_INIT(0)
|
H A D | qrwlock_types.h | 30 { .cnts = ATOMIC_INIT(0), }, \
|
H A D | qspinlock_types.h | 49 #define __ARCH_SPIN_LOCK_UNLOCKED { { .val = ATOMIC_INIT(0) } }
|
/openbmc/linux/include/linux/ |
H A D | types.h | 176 #define ATOMIC_INIT(i) { (i) } macro 188 #define RCUREF_INIT(i) { .refcnt = ATOMIC_INIT(i - 1) }
|
H A D | interrupt.h | 657 .count = ATOMIC_INIT(0), \ 664 .count = ATOMIC_INIT(1), \ 674 .count = ATOMIC_INIT(0), \ 680 .count = ATOMIC_INIT(1), \
|
H A D | osq_lock.h | 26 #define OSQ_LOCK_UNLOCKED { ATOMIC_INIT(OSQ_UNLOCKED_VAL) }
|
H A D | rwbase_rt.h | 18 .readers = ATOMIC_INIT(READER_BIAS), \
|
/openbmc/linux/Documentation/litmus-tests/atomic/ |
H A D | Atomic-RMW-ops-are-atomic-WRT-atomic_set.litmus | 11 atomic_t v = ATOMIC_INIT(1);
|
/openbmc/linux/init/ |
H A D | init_task.c | 200 .tracing_graph_pause = ATOMIC_INIT(0), 212 .seccomp = { .filter_count = ATOMIC_INIT(0) },
|
/openbmc/linux/tools/arch/x86/include/asm/ |
H A D | atomic.h | 19 #define ATOMIC_INIT(i) { (i) } macro
|
/openbmc/linux/drivers/ras/ |
H A D | debugfs.c | 8 static atomic_t trace_count = ATOMIC_INIT(0);
|
/openbmc/linux/drivers/hwtracing/coresight/ |
H A D | coresight-trace-id.c | 18 static DEFINE_PER_CPU(atomic_t, cpu_id) = ATOMIC_INIT(0); 22 static atomic_t perf_cs_etm_session_active = ATOMIC_INIT(0);
|
/openbmc/linux/tools/include/asm-generic/ |
H A D | atomic-gcc.h | 16 #define ATOMIC_INIT(i) { (i) } macro
|
/openbmc/linux/net/netfilter/ipvs/ |
H A D | ip_vs_fo.c | 55 .refcnt = ATOMIC_INIT(0),
|
H A D | ip_vs_ovf.c | 62 .refcnt = ATOMIC_INIT(0),
|
H A D | ip_vs_lc.c | 68 .refcnt = ATOMIC_INIT(0),
|
/openbmc/linux/drivers/cpuidle/ |
H A D | cpuidle-ux500.c | 20 static atomic_t master = ATOMIC_INIT(0);
|
/openbmc/linux/tools/include/linux/ |
H A D | refcount.h | 56 #define REFCOUNT_INIT(n) { .refs = ATOMIC_INIT(n), }
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | atomic.h | 14 #define ATOMIC_INIT(i) { (i) } macro
|