| /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);
|
| /linux/init/ |
| H A D | init_task.c | 81 .usage = ATOMIC_INIT(4), 253 .tracing_graph_pause = ATOMIC_INIT(0), 265 .seccomp = { .filter_count = ATOMIC_INIT(0) },
|
| /linux/include/linux/ |
| H A D | types.h | 192 #define ATOMIC_INIT(i) { (i) } macro 204 #define RCUREF_INIT(i) { .refcnt = ATOMIC_INIT(i - 1) }
|
| H A D | osq_lock.h | 21 #define OSQ_LOCK_UNLOCKED { ATOMIC_INIT(OSQ_UNLOCKED_VAL) }
|
| H A D | rwbase_rt.h | 18 .readers = ATOMIC_INIT(READER_BIAS), \
|
| H A D | fault-inject.h | 45 .times = ATOMIC_INIT(1), \
|
| /linux/include/asm-generic/ |
| H A D | qrwlock_types.h | 30 { .cnts = ATOMIC_INIT(0), }, \
|
| /linux/Documentation/litmus-tests/atomic/ |
| H A D | Atomic-RMW-ops-are-atomic-WRT-atomic_set.litmus | 11 atomic_t v = ATOMIC_INIT(1);
|
| /linux/tools/arch/x86/include/asm/ |
| H A D | atomic.h | 19 #define ATOMIC_INIT(i) { (i) } macro
|
| /linux/samples/workqueue/stall_detector/ |
| H A D | wq_stall.c | 32 static atomic_t wake_condition = ATOMIC_INIT(0);
|
| /linux/drivers/ras/ |
| H A D | debugfs.c | 8 static atomic_t trace_count = ATOMIC_INIT(0);
|
| /linux/tools/include/asm-generic/ |
| H A D | atomic-gcc.h | 16 #define ATOMIC_INIT(i) { (i) } macro
|
| /linux/net/netfilter/ipvs/ |
| H A D | ip_vs_lc.c | 67 .refcnt = ATOMIC_INIT(0),
|
| /linux/drivers/regulator/ |
| H A D | event.c | 15 static atomic_t reg_event_seqnum = ATOMIC_INIT(0);
|
| /linux/arch/xtensa/kernel/ |
| H A D | jump_label.c | 58 .cpu_count = ATOMIC_INIT(0), in patch_text()
|
| /linux/drivers/leds/trigger/ |
| H A D | ledtrig-cpu.c | 42 static atomic_t num_active_cpus = ATOMIC_INIT(0);
|
| /linux/lib/ |
| H A D | test_ref_tracker.c | 55 static atomic_t test_ref_timer_done = ATOMIC_INIT(0);
|
| /linux/arch/powerpc/platforms/powermac/ |
| H A D | backlight.c | 39 static atomic_t kernel_backlight_disabled = ATOMIC_INIT(0);
|
| /linux/arch/loongarch/include/asm/ |
| H A D | atomic.h | 42 #define ATOMIC_INIT(i) { (i) } macro
|
| /linux/drivers/power/reset/ |
| H A D | vexpress-poweroff.c | 31 static atomic_t vexpress_restart_nb_refcnt = ATOMIC_INIT(0);
|
| /linux/fs/notify/ |
| H A D | notification.c | 38 static atomic_t fsnotify_sync_cookie = ATOMIC_INIT(0);
|
| /linux/drivers/net/wireless/ath/ath9k/ |
| H A D | rng.c | 97 static atomic_t serial = ATOMIC_INIT(0); in ath9k_rng_start()
|
| /linux/drivers/char/ |
| H A D | apm-emulation.c | 119 static atomic_t suspend_acks_pending = ATOMIC_INIT(0); 120 static atomic_t userspace_notification_inhibit = ATOMIC_INIT(0);
|
| /linux/arch/m68k/bvme6000/ |
| H A D | rtc.c | 37 static atomic_t rtc_status = ATOMIC_INIT(1);
|
| /linux/arch/mips/kernel/ |
| H A D | machine_kexec.c | 27 atomic_t kexec_ready_to_reboot = ATOMIC_INIT(0);
|