Searched refs:ATOMIC_INIT (Results 1 - 25 of 281) sorted by path

1234567891011>>

/linux-master/arch/m68k/bvme6000/
H A Drtc.c37 static atomic_t rtc_status = ATOMIC_INIT(1);
/linux-master/arch/m68k/mvme16x/
H A Drtc.c36 static atomic_t rtc_ready = ATOMIC_INIT(1);
/linux-master/arch/openrisc/kernel/
H A Dsync-timer.c25 static atomic_t count_count_start = ATOMIC_INIT(0);
26 static atomic_t count_count_stop = ATOMIC_INIT(0);
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dcontext.c23 atomic_t nr_spu_contexts = ATOMIC_INIT(0);
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_diag.c147 static atomic_t diagpkt_count = ATOMIC_INIT(0);
/linux-master/net/rds/
H A Dloop.c46 static atomic_t rds_loop_unloading = ATOMIC_INIT(0);
/linux-master/tools/include/linux/
H A Drefcount.h56 #define REFCOUNT_INIT(n) { .refs = ATOMIC_INIT(n), }
/linux-master/arch/arm/mach-exynos/
H A Dpm.c187 static atomic_t cpu1_wakeup = ATOMIC_INIT(0);
/linux-master/arch/arm64/include/asm/
H A Datomic.h150 #define ATOMIC64_INIT ATOMIC_INIT
/linux-master/arch/arm64/kernel/
H A Dpatching.c234 .cpu_count = ATOMIC_INIT(0),
H A Dsmp.c829 static atomic_t waiting_for_crash_ipi = ATOMIC_INIT(0);
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dpsci-relay.c38 .lock = ATOMIC_INIT(PSCI_BOOT_ARGS_UNLOCKED), \
/linux-master/arch/csky/kernel/
H A Dftrace.c226 struct ftrace_modify_param param = { command, ATOMIC_INIT(0) };
/linux-master/arch/csky/kernel/probes/
H A Dkprobes.c49 struct csky_insn_patch param = { addr, opcode, ATOMIC_INIT(0) };
/linux-master/arch/loongarch/include/asm/
H A Datomic.h30 #define ATOMIC_INIT(i) { (i) } macro
/linux-master/arch/loongarch/kernel/
H A Dmachine_kexec.c33 atomic_t kexec_ready_to_reboot = ATOMIC_INIT(0);
H A Dperf_event.c457 static atomic_t active_events = ATOMIC_INIT(0);
/linux-master/arch/mips/include/asm/
H A Dprocessor.h292 .bd_emu_frame = ATOMIC_INIT(BD_EMUFRAME_NONE), \
/linux-master/arch/mips/kernel/
H A Dmachine_kexec.c27 atomic_t kexec_ready_to_reboot = ATOMIC_INIT(0);
H A Dperf_event_mipsxx.c588 static atomic_t active_events = ATOMIC_INIT(0);
H A Dsync-r4k.c22 static atomic_t count_count_start = ATOMIC_INIT(0);
23 static atomic_t count_count_stop = ATOMIC_INIT(0);
/linux-master/arch/mips/mm/
H A Dpage.c271 static atomic_t run_once = ATOMIC_INIT(0);
420 static atomic_t run_once = ATOMIC_INIT(0);
/linux-master/arch/mips/sgi-ip27/
H A Dip27-nmi.c177 static atomic_t nmied_cpus = ATOMIC_INIT(0);
/linux-master/arch/powerpc/kernel/
H A Dsmp.c403 static atomic_t __nmi_ipi_lock = ATOMIC_INIT(0);
/linux-master/arch/powerpc/platforms/85xx/
H A Dsmp.c367 atomic_t kexec_down_cpus = ATOMIC_INIT(0);

Completed in 252 milliseconds

1234567891011>>