| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | barrier.h | 125 #ifndef smp_store_mb 126 #define smp_store_mb(var, value) __smp_store_mb(var, value) macro 147 #ifndef smp_store_mb 148 #define smp_store_mb(var, value) do { WRITE_ONCE(var, value); barrier(); } while (0) macro
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/selftests/ |
| H A D | intel_uncore.c | 184 smp_store_mb(domain->active, false); in live_forcewake_ops() 221 smp_store_mb(domain->active, false); in live_forcewake_ops()
|
| H A D | i915_sw_fence.c | 519 smp_store_mb(ipc->value, 1); in task_ipc()
|
| H A D | i915_request.c | 2176 smp_store_mb(s->seen, true); /* be safe, be strong */ in signal_cb()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/sw/siw/ |
| H A D | siw_qp.c | 961 smp_store_mb(sqe->flags, 0); in siw_activate_tx_from_sq() 1025 smp_store_mb(irqe->flags, 0); in siw_activate_tx() 1094 smp_store_mb(sqe->flags, 0); in siw_sqe_complete() 1113 smp_store_mb(sqe->flags, 0); in siw_sqe_complete() 1156 smp_store_mb(rqe->flags, 0); in siw_rqe_complete() 1175 smp_store_mb(rqe->flags, 0); in siw_rqe_complete()
|
| H A D | siw_qp_rx.c | 375 smp_store_mb(rqe->flags, 0); in siw_rqe_get() 717 smp_store_mb(resp->flags, SIW_WQE_VALID); in siw_init_rresp()
|
| H A D | siw_verbs.c | 1229 smp_store_mb(cq->notify->flags, SIW_NOTIFY_SOLICITED); in siw_req_notify_cq() 1235 smp_store_mb(cq->notify->flags, SIW_NOTIFY_ALL); in siw_req_notify_cq()
|
| /OK3568_Linux_fs/kernel/drivers/dma-buf/ |
| H A D | st-dma-fence.c | 153 smp_store_mb(container_of(cb, struct simple_cb, cb)->seen, true); in simple_callback() 473 smp_store_mb(cb.seen, false); in thread_signal_callback()
|
| H A D | dma-resv.c | 294 smp_store_mb(fobj->shared_count, count); in dma_resv_add_shared_fence()
|
| /OK3568_Linux_fs/kernel/kernel/locking/ |
| H A D | qspinlock_paravirt.h | 320 smp_store_mb(pn->state, vcpu_halted); in pv_wait_node()
|
| /OK3568_Linux_fs/kernel/drivers/soc/rockchip/fiq_debugger/ |
| H A D | rk_fiq_debugger.c | 338 smp_store_mb(console_thread_running, false); in console_thread() 340 smp_store_mb(console_thread_running, true); in console_thread()
|
| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A D | wait.c | 459 smp_store_mb(wq_entry->flags, wq_entry->flags & ~WQ_FLAG_WOKEN); /* B */ in wait_woken()
|
| /OK3568_Linux_fs/kernel/tools/memory-model/ |
| H A D | linux-kernel.def | 17 smp_store_mb(X,V) { __store{once}(X,V); __fence{mb}; }
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | sched.h | 142 smp_store_mb(current->state, (state_value)); \ 196 smp_store_mb(current->state, (state_value))
|
| /OK3568_Linux_fs/kernel/Documentation/translations/ko_KR/ |
| H A D | memory-barriers.txt | 1831 (*) smp_store_mb(var, value) 2109 smp_store_mb(); 2152 smp_store_mb(); wake_up();
|
| /OK3568_Linux_fs/kernel/arch/mips/kvm/ |
| H A D | mips.c | 482 smp_store_mb(vcpu->mode, IN_GUEST_MODE); in kvm_arch_vcpu_ioctl_run() 1388 smp_store_mb(vcpu->mode, IN_GUEST_MODE); in kvm_mips_handle_exit()
|
| H A D | trap_emul.c | 1137 smp_store_mb(vcpu->mode, READING_SHADOW_PAGE_TABLES); in kvm_trap_emul_gva_lockless_begin()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
| H A D | clock.c | 109 smp_store_mb(clock_info->sign, in mlx5_update_clock_info_page()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_mman.c | 828 smp_store_mb(i915->gem.mmap_singleton, file); in mmap_singleton()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/ |
| H A D | i915_active.c | 1039 smp_store_mb(*ll_to_fence_slot(node), &rq->fence); in i915_request_add_active_barriers()
|
| H A D | intel_uncore.c | 419 smp_store_mb(domain->active, false); in intel_uncore_forcewake_reset()
|
| /OK3568_Linux_fs/kernel/arch/arm64/kvm/ |
| H A D | arm.c | 791 smp_store_mb(vcpu->mode, IN_GUEST_MODE); in kvm_arch_vcpu_ioctl_run()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | select.c | 257 smp_store_mb(pwq->triggered, 0); in poll_schedule_timeout()
|
| /OK3568_Linux_fs/kernel/drivers/net/ |
| H A D | veth.c | 854 smp_store_mb(rq->rx_notify_masked, false); in veth_poll()
|
| /OK3568_Linux_fs/kernel/net/tls/ |
| H A D | tls_sw.c | 473 smp_store_mb(rec->tx_ready, true); in tls_encrypt_done()
|