Searched refs:WRITE_ONCE (Results 276 - 300 of 791) sorted by relevance

<<11121314151617181920>>

/linux-master/fs/bcachefs/
H A Dbtree_locking.h210 WRITE_ONCE(trans->locking, NULL);
211 WRITE_ONCE(trans->locking_wait.start_time, 0);
/linux-master/fs/btrfs/
H A Dctree.h344 WRITE_ONCE(root->log_transid, log_transid);
354 WRITE_ONCE(root->last_log_commit, commit_id);
/linux-master/drivers/md/dm-vdo/
H A Dslab-depot.c712 WRITE_ONCE(journal->events->blocks_written, journal->events->blocks_written + 1);
1212 WRITE_ONCE(block->slab->allocator->ref_counts_statistics.blocks_written,
1231 WRITE_ONCE(journal->events->flush_count, journal->events->flush_count + 1);
1389 WRITE_ONCE(allocator->allocated_blocks,
1794 WRITE_ONCE(journal->events->tail_busy_count,
1805 WRITE_ONCE(journal->events->tail_busy_count,
1813 WRITE_ONCE(journal->events->blocked_count,
1839 WRITE_ONCE(journal->events->disk_full_count,
2530 WRITE_ONCE(scrubber->slab_count, scrubber->slab_count + 1);
2577 WRITE_ONCE(allocato
[all...]
/linux-master/drivers/cpuidle/
H A Dcpuidle.c383 WRITE_ONCE(dev->next_hrtimer, tick_nohz_get_next_hrtimer());
390 WRITE_ONCE(dev->next_hrtimer, 0);
/linux-master/mm/kasan/
H A Dreport.c162 WRITE_ONCE(kasan_kunit_executing, true);
168 WRITE_ONCE(kasan_kunit_executing, false);
/linux-master/arch/x86/kvm/
H A Dx86.h438 WRITE_ONCE(vcpu->arch.handling_intr_from_guest, (u8)intr);
443 WRITE_ONCE(vcpu->arch.handling_intr_from_guest, 0);
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_execlists_submission.c541 WRITE_ONCE(ce->inflight, ptr_inc(old));
554 WRITE_ONCE(rq->engine, &ve->base);
647 WRITE_ONCE(ce->inflight, NULL);
1445 WRITE_ONCE(ve->request, NULL);
1446 WRITE_ONCE(ve->base.sched_engine->queue_priority_hint, INT_MIN);
1453 WRITE_ONCE(rq->engine, engine);
1609 WRITE_ONCE(execlists->yield, -1);
1637 WRITE_ONCE(*dst++, *src++); /* avoid write tearing */
1656 WRITE_ONCE(execlists->active, execlists->inflight);
1804 WRITE_ONCE(*cs
[all...]
H A Dintel_gt_buffer_pool.c118 WRITE_ONCE(node->age, jiffies ?: 1); /* 0 reserved for active nodes */
/linux-master/net/ipv6/
H A Daddrconf.c858 WRITE_ONCE(idev->cnf.forwarding, newf);
875 WRITE_ONCE(*p, newf);
890 WRITE_ONCE(net->ipv6.devconf_dflt->forwarding, newf);
922 WRITE_ONCE(idev->cnf.ignore_routes_with_linkdown, newf);
943 WRITE_ONCE(*p, newf);
957 WRITE_ONCE(net->ipv6.devconf_dflt->ignore_routes_with_linkdown, newf);
1380 WRITE_ONCE(idev->cnf.use_tempaddr, -1); /*XXX*/
2732 WRITE_ONCE(ifp->tstamp, now);
3487 WRITE_ONCE(idev->cnf.addr_gen_mode,
3666 WRITE_ONCE(ide
[all...]
H A Dtcp_ipv6.c210 WRITE_ONCE(tp->write_seq, 0);
232 WRITE_ONCE(icsk->icsk_af_ops, &ipv6_mapped);
245 WRITE_ONCE(icsk->icsk_af_ops, &ipv6_specific);
319 WRITE_ONCE(tp->write_seq,
470 WRITE_ONCE(tp->mtu_info, mtu);
494 WRITE_ONCE(sk->sk_err, err);
499 WRITE_ONCE(sk->sk_err_soft, err);
514 WRITE_ONCE(sk->sk_err, err);
517 WRITE_ONCE(sk->sk_err_soft, err);
1703 WRITE_ONCE(n
[all...]
/linux-master/tools/testing/selftests/kvm/
H A Dset_memory_region_test.c196 WRITE_ONCE(*hva, 2);
209 WRITE_ONCE(*hva, 1);
/linux-master/drivers/cpufreq/
H A Dintel_pstate.c763 WRITE_ONCE(cpu->hwp_req_cached, value);
943 WRITE_ONCE(cpu->hwp_cap_cached, cap);
1025 WRITE_ONCE(cpu_data->hwp_req_cached, value);
1060 WRITE_ONCE(cpu->hwp_req_cached, value);
2465 WRITE_ONCE(all_cpu_data[cpunum], cpu);
2875 WRITE_ONCE(cpu->hwp_req_cached, value);
3038 WRITE_ONCE(cpu->hwp_req_cached, value);
3105 WRITE_ONCE(cpu->hwp_req_cached, value);
3140 WRITE_ONCE(all_cpu_data[cpu], NULL);
3469 WRITE_ONCE(hwp_activ
[all...]
/linux-master/kernel/rcu/
H A Drcutorture.c461 WRITE_ONCE(rp->rtort_chkp, NULL);
468 WRITE_ONCE(rp->rtort_pipe_count, i + 1);
1146 WRITE_ONCE(boost_starttime,
1415 WRITE_ONCE(old_rp->rtort_pipe_count,
1560 WRITE_ONCE(rcu_torture_current_version,
1735 WRITE_ONCE(rtrcp->rtc_myloops, rtrcp->rtc_myloops + 1);
2542 WRITE_ONCE(fcsp->stop, 2);
2622 WRITE_ONCE(*rfcpp, rfcp);
2623 WRITE_ONCE(rfp->n_launders_cb, rfp->n_launders_cb + 1);
2705 WRITE_ONCE(fc
[all...]
H A Drefscale.c594 WRITE_ONCE(rtsp->a, rtsp->a + 1);
689 WRITE_ONCE(rtsp->a, rtsp->a + 1);
690 WRITE_ONCE(rtsp->b, rtsp->a * rtsp->a);
832 WRITE_ONCE(rt->start_reader, 0);
/linux-master/kernel/time/
H A Dvsyscall.c107 WRITE_ONCE(vdata[CS_HRES_COARSE].hrtimer_res, hrtimer_resolution);
/linux-master/drivers/net/wireguard/
H A Dpeer.c89 WRITE_ONCE(peer->is_dead, true);
/linux-master/security/tomoyo/
H A Dfile.c372 WRITE_ONCE(*a_perm, perm);
448 WRITE_ONCE(*a_perm, perm);
527 WRITE_ONCE(*a_perm, perm);
666 WRITE_ONCE(*a_perm, perm);
/linux-master/kernel/cgroup/
H A Dpids.c96 WRITE_ONCE(p->watermark, nr_pids);
/linux-master/arch/xtensa/platforms/xtfpga/
H A Dsetup.c49 WRITE_ONCE(*(u32 *)XTFPGA_SWRST_VADDR, 0xdead);
/linux-master/arch/mips/include/asm/
H A Datomic.h34 WRITE_ONCE(v->counter, i); \
/linux-master/block/
H A Dbsg.c100 WRITE_ONCE(bd->max_queue, max_queue);
/linux-master/arch/s390/lib/
H A Dspinlock.c157 WRITE_ONCE(node->prev->next, node);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ih.c164 WRITE_ONCE(*ih->wptr_cpu, cpu_to_le32(wptr));
/linux-master/include/linux/
H A Dbpf_mprog.h111 * The READ_ONCE()/WRITE_ONCE() pairing for bpf_mprog_fp's prog access is for
316 WRITE_ONCE(fp->prog, tuple->prog);
/linux-master/arch/x86/kvm/svm/
H A Davic.c314 WRITE_ONCE(*entry, new_entry);
592 WRITE_ONCE(*entry, new_entry);
1066 WRITE_ONCE(*(svm->avic_physical_id_cache), entry);
1106 WRITE_ONCE(*(svm->avic_physical_id_cache), entry);

Completed in 370 milliseconds

<<11121314151617181920>>