Home
last modified time | relevance | path

Searched refs:synchronize_srcu (Results 1 – 25 of 60) sorted by relevance

123

/OK3568_Linux_fs/kernel/include/linux/
H A Dsrcutiny.h51 void synchronize_srcu(struct srcu_struct *ssp);
70 synchronize_srcu(ssp); in synchronize_srcu_expedited()
75 synchronize_srcu(ssp); in srcu_barrier()
H A Dsrcu.h62 void synchronize_srcu(struct srcu_struct *ssp);
H A Dtracepoint.h93 synchronize_srcu(&tracepoint_srcu); in tracepoint_synchronize_unregister()
/OK3568_Linux_fs/kernel/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
H A Dinclude_srcu.c23 #define synchronize_srcu(sp) synchronize_srcu_original(sp) macro
29 #undef synchronize_srcu
H A Dsimple_sync_srcu.c29 void synchronize_srcu(struct srcu_struct *sp) in synchronize_srcu() function
/OK3568_Linux_fs/kernel/kernel/rcu/
H A Dsrcutiny.c196 void synchronize_srcu(struct srcu_struct *ssp) in synchronize_srcu() function
206 EXPORT_SYMBOL_GPL(synchronize_srcu);
H A Dsrcutree.c1009 void synchronize_srcu(struct srcu_struct *ssp) in synchronize_srcu() function
1016 EXPORT_SYMBOL_GPL(synchronize_srcu);
H A Drcuscale.c218 synchronize_srcu(srcu_ctlp); in srcu_scale_synchronize()
/OK3568_Linux_fs/kernel/tools/testing/selftests/rcutorture/formal/srcu-cbmc/tests/store_buffering/
H A Dtest.c38 synchronize_srcu(&ss); in thread_update()
/OK3568_Linux_fs/kernel/virt/kvm/
H A Deventfd.c95 synchronize_srcu(&kvm->irq_srcu); in irqfd_resampler_shutdown()
120 synchronize_srcu(&kvm->irq_srcu); in irqfd_shutdown()
366 synchronize_srcu(&kvm->irq_srcu); in kvm_irqfd_assign()
505 synchronize_srcu(&kvm->irq_srcu); in kvm_unregister_irq_ack_notifier()
/OK3568_Linux_fs/kernel/mm/
H A Dmmu_notifier.c351 synchronize_srcu(&srcu); in mn_hlist_release()
899 synchronize_srcu(&srcu); in mmu_notifier_unregister()
1165 synchronize_srcu(&srcu); in mmu_notifier_synchronize()
/OK3568_Linux_fs/kernel/arch/x86/kvm/mmu/
H A Dpage_track.c208 synchronize_srcu(&head->track_srcu); in kvm_page_track_unregister_notifier()
/OK3568_Linux_fs/kernel/fs/notify/
H A Dmark.c164 synchronize_srcu(&fsnotify_mark_srcu); in fsnotify_connector_destroy_workfn()
836 synchronize_srcu(&fsnotify_mark_srcu); in fsnotify_mark_destroy_workfn()
/OK3568_Linux_fs/kernel/tools/memory-model/
H A Dlinux-kernel.bell75 (* Check for use of synchronize_srcu() inside an RCU critical section *)
H A Dlinux-kernel.def54 synchronize_srcu(X) { __srcu{sync-srcu}(X); }
H A Dlinux-kernel.cat128 * the synchronize_srcu() and srcu_read_[un]lock() calls refer to the same
/OK3568_Linux_fs/kernel/mm/kasan/
H A Dquarantine.c347 synchronize_srcu(&remove_cache_srcu); in kasan_quarantine_remove_cache()
/OK3568_Linux_fs/kernel/kernel/
H A Dnotifier.c476 synchronize_srcu(&nh->srcu); in srcu_notifier_chain_unregister()
/OK3568_Linux_fs/kernel/Documentation/RCU/
H A Dchecklist.rst194 for synchronize_srcu(), synchronize_rcu_expedited(), and
223 If the updater uses synchronize_srcu() or call_srcu(),
362 to srcu_read_lock(), srcu_read_unlock() synchronize_srcu(),
364 synchronize_srcu() waits only for SRCU read-side critical
H A Drcu.rst60 "synchronize_srcu", and the other RCU primitives. Or grab one
/OK3568_Linux_fs/kernel/drivers/net/wireless/microchip/wilc1000/
H A Dnetdev.c857 synchronize_srcu(&wilc->srcu); in wilc_netdev_cleanup()
932 synchronize_srcu(&wl->srcu); in wilc_netdev_ifc_init()
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dirq_comm.c249 synchronize_srcu(&kvm->irq_srcu); in kvm_unregister_irq_mask_notifier()
/OK3568_Linux_fs/kernel/security/tomoyo/
H A Dgc.c397 synchronize_srcu(&tomoyo_ss); in tomoyo_try_to_gc()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_drv.c469 synchronize_srcu(&drm_unplug_srcu); in drm_dev_unplug()
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm.c726 synchronize_srcu(&md->io_barrier); in dm_sync_table()
2552 synchronize_srcu(&md->io_barrier); in __dm_suspend()
2575 synchronize_srcu(&md->io_barrier); in __dm_suspend()
2790 synchronize_srcu(&md->io_barrier); in dm_internal_suspend_fast()

123