Searched refs:WRITE_ONCE (Results 201 - 225 of 791) sorted by relevance

1234567891011>>

/linux-master/arch/m68k/include/asm/
H A Datomic.h20 #define arch_atomic_set(v, i) WRITE_ONCE(((v)->counter), (i))
/linux-master/net/mptcp/
H A Dsched.c121 WRITE_ONCE(subflow->scheduled, scheduled);
H A Dtoken.c175 WRITE_ONCE(msk->token, subflow->token);
393 WRITE_ONCE(msk->token, 0);
/linux-master/arch/powerpc/mm/book3s64/
H A Dslb.c77 WRITE_ONCE(p->save_area[index].esid, 0);
78 WRITE_ONCE(p->save_area[index].vsid, cpu_to_be64(mk_vsid_data(ea, ssize, flags)));
79 WRITE_ONCE(p->save_area[index].esid, cpu_to_be64(mk_esid_data(ea, ssize, index)));
84 WRITE_ONCE(get_slb_shadow()->save_area[index].esid, cpu_to_be64(index));
/linux-master/arch/powerpc/include/asm/
H A Dlocal.h27 WRITE_ONCE(l->v, i);
/linux-master/tools/include/linux/
H A Dcompiler.h174 * READ_ONCE and WRITE_ONCE, but only when the compiler is aware of some
176 * put the two invocations of READ_ONCE or WRITE_ONCE in different C
181 * the machine (e.g., 32 bits or 64 bits) READ_ONCE() and WRITE_ONCE() will
200 #define WRITE_ONCE(x, val) \ macro
/linux-master/drivers/base/firmware_loader/
H A Dfirmware.h118 WRITE_ONCE(fw_st->status, status);
/linux-master/kernel/sched/
H A Dpelt.h61 WRITE_ONCE(avg->util_est, enqueued);
/linux-master/arch/riscv/kernel/
H A Dkernel_mode_vector.c23 WRITE_ONCE(current->thread.riscv_v_flags, flags);
/linux-master/tools/testing/selftests/kvm/
H A Ddirty_log_test.c73 * the host. READ/WRITE_ONCE() should also be used with anything
406 WRITE_ONCE(dirty_ring_vcpu_ring_full,
779 WRITE_ONCE(host_quit, false);
783 WRITE_ONCE(dirty_ring_vcpu_ring_full, false);
829 WRITE_ONCE(host_quit, true);
/linux-master/arch/x86/kernel/
H A Despfix_64.c197 WRITE_ONCE(espfix_pages[page], stack_page);
/linux-master/drivers/net/ethernet/mediatek/
H A Dmtk_wed_wo.c168 WRITE_ONCE(desc->buf0, cpu_to_le32(addr));
169 WRITE_ONCE(desc->ctrl, cpu_to_le32(ctrl));
361 WRITE_ONCE(desc->buf0, cpu_to_le32(entry->addr));
362 WRITE_ONCE(desc->ctrl, cpu_to_le32(ctrl));
/linux-master/net/core/
H A Dlink_watch.c87 WRITE_ONCE(dev->operstate, operstate);
/linux-master/drivers/md/dm-vdo/
H A Dadmin-state.h84 WRITE_ONCE(state->current_state, code);
H A Dlogger.c27 WRITE_ONCE(vdo_log_level, log_level_latch);
/linux-master/drivers/md/dm-vdo/indexer/
H A Dfunnel-requestqueue.c269 WRITE_ONCE(queue->running, false);
/linux-master/arch/arm64/include/asm/
H A Dmmu_context.h195 WRITE_ONCE(task_thread_info(tsk)->ttbr0, ttbr);
/linux-master/mm/
H A Dmemtest.c54 WRITE_ONCE(*p, pattern);
/linux-master/sound/firewire/
H A Damdtp-stream.h283 WRITE_ONCE(s->pcm, pcm);
/linux-master/drivers/xen/
H A Devtchn.c186 WRITE_ONCE(u->ring_prod, prod + 1);
264 WRITE_ONCE(u->ring_cons, c + (bytes1 + bytes2) / sizeof(evtchn_port_t));
583 WRITE_ONCE(u->ring_cons, 0);
584 WRITE_ONCE(u->ring_prod, 0);
/linux-master/tools/testing/selftests/kvm/aarch64/
H A Darch_timer.c106 WRITE_ONCE(shared_data->nr_iter, shared_data->nr_iter + 1);
/linux-master/include/linux/
H A Dudp.h118 WRITE_ONCE(udp_sk(sk)->peeking_with_offset, val >= 0);
/linux-master/net/tls/
H A Dtls_strp.c23 WRITE_ONCE(strp->sk->sk_err, -err);
363 WRITE_ONCE(strp->msg_ready, 1);
531 WRITE_ONCE(strp->msg_ready, 1);
583 WRITE_ONCE(strp->msg_ready, 0);
/linux-master/kernel/
H A Dsysctl.c435 WRITE_ONCE(*valp, -*lvalp);
439 WRITE_ONCE(*valp, *lvalp);
461 WRITE_ONCE(*valp, *lvalp);
725 WRITE_ONCE(*data, val);
845 WRITE_ONCE(*valp, tmp);
911 WRITE_ONCE(*valp, tmp);
1001 WRITE_ONCE(*data, val);
1078 WRITE_ONCE(*i, val);
1162 WRITE_ONCE(*valp, -*lvalp * HZ);
1164 WRITE_ONCE(*val
[all...]
/linux-master/kernel/trace/rv/
H A Drv_reactors.c387 WRITE_ONCE(reacting_on, false);
394 WRITE_ONCE(reacting_on, true);

Completed in 216 milliseconds

1234567891011>>