Searched refs:WRITE_ONCE (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/kernel/locking/ |
D | osq_lock.c | 101 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()
|
D | mcs_spinlock.h | 81 WRITE_ONCE(prev->next, node); in mcs_spin_lock()
|
/linux-4.1.27/include/linux/ |
D | compiler.h | 252 #define WRITE_ONCE(x, val) \ macro
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | perf_event_intel.c | 2005 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/ |
D | dcache.c | 282 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/ |
D | zsmalloc.c | 314 WRITE_ONCE(*(unsigned long *)handle, obj); in record_obj()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x.h | 625 WRITE_ONCE(fp->busy_poll_state, 0); in bnx2x_fp_busy_poll_init()
|