Home
last modified time | relevance | path

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

123

/linux/include/linux/
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()
A Dsrcu.h62 void synchronize_srcu(struct srcu_struct *ssp);
A Dtracepoint.h93 synchronize_srcu(&tracepoint_srcu); in tracepoint_synchronize_unregister()
/linux/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
A Dinclude_srcu.c23 #define synchronize_srcu(sp) synchronize_srcu_original(sp) macro
29 #undef synchronize_srcu
A Dsimple_sync_srcu.c29 void synchronize_srcu(struct srcu_struct *sp) in synchronize_srcu() function
/linux/kernel/rcu/
A Dsrcutiny.c196 void synchronize_srcu(struct srcu_struct *ssp) in synchronize_srcu() function
206 EXPORT_SYMBOL_GPL(synchronize_srcu);
A Dsrcutree.c1006 void synchronize_srcu(struct srcu_struct *ssp) in synchronize_srcu() function
1013 EXPORT_SYMBOL_GPL(synchronize_srcu);
/linux/tools/testing/selftests/rcutorture/formal/srcu-cbmc/tests/store_buffering/
A Dtest.c38 synchronize_srcu(&ss); in thread_update()
/linux/virt/kvm/
A Deventfd.c95 synchronize_srcu(&kvm->irq_srcu); in irqfd_resampler_shutdown()
120 synchronize_srcu(&kvm->irq_srcu); in irqfd_shutdown()
378 synchronize_srcu(&kvm->irq_srcu); in kvm_irqfd_assign()
517 synchronize_srcu(&kvm->irq_srcu); in kvm_unregister_irq_ack_notifier()
/linux/mm/
A Dmmu_notifier.c345 synchronize_srcu(&srcu); in mn_hlist_release()
854 synchronize_srcu(&srcu); in mmu_notifier_unregister()
1108 synchronize_srcu(&srcu); in mmu_notifier_synchronize()
/linux/tools/testing/cxl/test/
A Dmock.c25 synchronize_srcu(&cxl_mock_srcu); in unregister_cxl_mock_ops()
/linux/arch/x86/kernel/cpu/sgx/
A Ddriver.c72 synchronize_srcu(&encl->srcu); in sgx_release()
/linux/arch/x86/kvm/mmu/
A Dpage_track.c246 synchronize_srcu(&head->track_srcu); in kvm_page_track_unregister_notifier()
/linux/tools/memory-model/
A Dlinux-kernel.bell75 (* Check for use of synchronize_srcu() inside an RCU critical section *)
A Dlinux-kernel.def54 synchronize_srcu(X) { __srcu{sync-srcu}(X); }
/linux/fs/notify/
A Dmark.c164 synchronize_srcu(&fsnotify_mark_srcu); in fsnotify_connector_destroy_workfn()
861 synchronize_srcu(&fsnotify_mark_srcu); in fsnotify_mark_destroy_workfn()
/linux/mm/kasan/
A Dquarantine.c340 synchronize_srcu(&remove_cache_srcu); in kasan_quarantine_remove_cache()
/linux/kernel/
A Dnotifier.c457 synchronize_srcu(&nh->srcu); in srcu_notifier_chain_unregister()
/linux/Documentation/RCU/
A Drcu.rst60 "synchronize_srcu", and the other RCU primitives. Or grab one
A Dchecklist.rst192 for synchronize_srcu(), synchronize_rcu_expedited(), and
222 rcu_read_unlock_sched(). If the updater uses synchronize_srcu()
380 to srcu_read_lock(), srcu_read_unlock() synchronize_srcu(),
382 synchronize_srcu() waits only for SRCU read-side critical
/linux/drivers/net/wireless/microchip/wilc1000/
A Dnetdev.c902 synchronize_srcu(&wilc->srcu); in wilc_netdev_cleanup()
977 synchronize_srcu(&wl->srcu); in wilc_netdev_ifc_init()
/linux/arch/x86/kvm/
A Dirq_comm.c244 synchronize_srcu(&kvm->irq_srcu); in kvm_unregister_irq_mask_notifier()
/linux/security/tomoyo/
A Dgc.c397 synchronize_srcu(&tomoyo_ss); in tomoyo_try_to_gc()
/linux/drivers/md/
A Ddm.c612 synchronize_srcu(&md->io_barrier); in dm_sync_table()
2421 synchronize_srcu(&md->io_barrier); in __dm_suspend()
2444 synchronize_srcu(&md->io_barrier); in __dm_suspend()
2659 synchronize_srcu(&md->io_barrier); in dm_internal_suspend_fast()
/linux/drivers/dax/
A Dsuper.c367 synchronize_srcu(&dax_srcu); in kill_dax()

Completed in 63 milliseconds

123