Searched refs:virt_mb (Results 1 – 11 of 11) sorted by relevance
5 #define virt_mb() __sync_synchronize() macro21 #define virt_mb() __sync_synchronize() macro
273 virt_mb(); /* back sees new requests /before/ we check req_event */ \283 virt_mb(); /* front sees new resps /before/ we check rsp_event */ \292 virt_mb(); \300 virt_mb(); \
57 virt_mb(); in hv_signal_on_write()368 virt_mb(); in hv_ringbuffer_write()604 virt_mb(); in hv_pkt_iter_close()
111 virt_mb(); in p9_xen_write_todo()146 virt_mb(); in p9_xen_request()207 virt_mb(); in p9_xen_response()232 virt_mb(); in p9_xen_response()
127 virt_mb(); in xb_write()194 virt_mb(); in xb_read()
213 #define virt_mb() do { kcsan_mb(); __smp_mb(); } while (0) macro
1652 virt_mb(); in hv_begin_read()1664 virt_mb(); in hv_end_read()
182 virt_mb(); in hvs_set_channel_pending_send_size()
2868 이 문제를 완벽하게 해결하기 위해, 로우 레벨의 virt_mb() 등의 매크로를 사용할 수2872 smp_mb() 가 아니라 virt_mb() 를 사용해야 합니다.
2931 To handle this case optimally, low-level virt_mb() etc macros are available.2934 should use virt_mb() rather than smp_mb() when synchronizing against a
3048 bajo nivel virt_mb() etc. Estas tienen el mismo efecto que smp_mb(), etc.3051 virt_mb() en lugar de smp_mb() al sincronizar contra un (posiblemente SMP)