Home
last modified time | relevance | path

Searched refs:WRITE_ONCE (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/kernel/locking/
Dosq_lock.c101 WRITE_ONCE(prev->next, node); in osq_lock()
173 WRITE_ONCE(next->prev, prev); in osq_lock()
174 WRITE_ONCE(prev->next, next); in osq_lock()
196 WRITE_ONCE(next->locked, 1); in osq_unlock()
202 WRITE_ONCE(next->locked, 1); in osq_unlock()
Dmcs_spinlock.h81 WRITE_ONCE(prev->next, node); in mcs_spin_lock()
/linux-4.1.27/include/linux/
Dcompiler.h252 #define WRITE_ONCE(x, val) \ macro
/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_intel.c2005 WRITE_ONCE(excl_cntrs->has_exclusive[tid], 1); in intel_get_excl_constraints()
2151 WRITE_ONCE(excl_cntrs->has_exclusive[tid], 0); in intel_put_excl_constraints()
/linux-4.1.27/fs/
Ddcache.c282 WRITE_ONCE(dentry->d_flags, flags); in __d_set_inode_and_type()
290 WRITE_ONCE(dentry->d_flags, flags); in __d_clear_type_and_inode()
/linux-4.1.27/mm/
Dzsmalloc.c314 WRITE_ONCE(*(unsigned long *)handle, obj); in record_obj()
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x.h625 WRITE_ONCE(fp->busy_poll_state, 0); in bnx2x_fp_busy_poll_init()