Searched refs:WRITE_ONCE (Results 1 - 25 of 791) sorted by path

1234567891011>>

/linux-master/arch/sparc/include/asm/
H A Dbarrier_64.h45 WRITE_ONCE(*p, v); \
/linux-master/arch/xtensa/platforms/xtfpga/
H A Dlcd.c37 WRITE_ONCE(*addr, data);
39 WRITE_ONCE(*addr, data & 0xf0);
40 WRITE_ONCE(*addr, (data << 4) & 0xf0);
46 WRITE_ONCE(*LCD_INSTR_ADDR, LCD_DISPLAY_MODE8BIT);
48 WRITE_ONCE(*LCD_INSTR_ADDR, LCD_DISPLAY_MODE8BIT);
50 WRITE_ONCE(*LCD_INSTR_ADDR, LCD_DISPLAY_MODE8BIT);
53 WRITE_ONCE(*LCD_INSTR_ADDR, LCD_DISPLAY_MODE4BIT);
/linux-master/drivers/net/wireless/quantenna/qtnfmac/
H A Dshm_ipc.c75 WRITE_ONCE(ipc->waiting_for_ack, 0);
141 WRITE_ONCE(ipc->waiting_for_ack, 1);
159 WRITE_ONCE(ipc->waiting_for_ack, 0);
/linux-master/include/drm/
H A Dspsc_queue.h74 WRITE_ONCE(*tail, node);
102 WRITE_ONCE(queue->head, next);
/linux-master/include/linux/
H A Daverage.h65 WRITE_ONCE(e->internal, internal ? \
H A Dlist_bl.h99 WRITE_ONCE(*pprev,
123 WRITE_ONCE(*pprev,
/linux-master/sound/firewire/oxfw/
H A Doxfw-scs1x.c293 WRITE_ONCE(scs->input, stream);
295 WRITE_ONCE(scs->input, NULL);
321 WRITE_ONCE(scs->output, stream);
324 WRITE_ONCE(scs->output, NULL);
/linux-master/tools/arch/powerpc/include/asm/
H A Dbarrier.h36 WRITE_ONCE(*p, v); \
/linux-master/tools/arch/s390/include/asm/
H A Dbarrier.h34 WRITE_ONCE(*p, v); \
/linux-master/tools/arch/sparc/include/asm/
H A Dbarrier_64.h46 WRITE_ONCE(*p, v); \
/linux-master/tools/arch/x86/include/asm/
H A Dbarrier.h36 WRITE_ONCE(*p, v); \
/linux-master/arch/alpha/include/asm/
H A Datomic.h32 #define arch_atomic_set(v,i) WRITE_ONCE((v)->counter, (i))
33 #define arch_atomic64_set(v,i) WRITE_ONCE((v)->counter, (i))
/linux-master/arch/arc/include/asm/
H A Datomic-llsc.h6 #define arch_atomic_set(v, i) WRITE_ONCE(((v)->counter), (i))
H A Datomic-spinlock.h25 WRITE_ONCE(v->counter, i);
H A Dspinlock.h71 WRITE_ONCE(lock->slock, __ARCH_SPIN_LOCK_UNLOCKED__);
217 WRITE_ONCE(rw->counter, __ARCH_RW_LOCK_UNLOCKED__);
/linux-master/arch/arc/kernel/
H A Djump_label.c95 WRITE_ONCE(*instr_addr, instr);
/linux-master/arch/arm/include/asm/
H A Datomic.h26 #define arch_atomic_set(v,i) WRITE_ONCE(((v)->counter), (i))
/linux-master/arch/arm64/include/asm/
H A Dmmu_context.h195 WRITE_ONCE(task_thread_info(tsk)->ttbr0, ttbr);
H A Dpercpu.h63 WRITE_ONCE(*(u##sz *)ptr, (u##sz)val); \
H A Dpgtable.h276 WRITE_ONCE(*ptep, pte);
663 WRITE_ONCE(*pmdp, pmd);
726 WRITE_ONCE(*pudp, pud);
806 WRITE_ONCE(*p4dp, p4d);
930 WRITE_ONCE(*pgdp, pgd);
H A Dpreempt.h19 WRITE_ONCE(current_thread_info()->preempt.count, pc);
49 WRITE_ONCE(current_thread_info()->preempt.count, pc);
56 WRITE_ONCE(current_thread_info()->preempt.count, pc);
65 WRITE_ONCE(ti->preempt.count, --pc);
71 * interrupt occurring between the non-atomic READ_ONCE/WRITE_ONCE
H A Dsmp.h116 WRITE_ONCE(secondary_data.status, val);
/linux-master/arch/arm64/kernel/
H A Darmv8_deprecated.c524 WRITE_ONCE(insn->current_mode, prev_mode);
H A Dfpsimd.c175 WRITE_ONCE(vl_config[type].__default_vl, val);
H A Dtopology.c150 WRITE_ONCE(per_cpu(arch_max_freq_scale, cpu), (unsigned long)ratio);

Completed in 401 milliseconds

1234567891011>>