Home
last modified time | relevance | path

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

123

/linux/include/linux/
H A Dsrcutiny.h67 void synchronize_srcu(struct srcu_struct *ssp);
127 synchronize_srcu(ssp); in srcu_barrier()
132 synchronize_srcu(ssp);
H A Dsrcu.h93 void synchronize_srcu(struct srcu_struct *ssp);
196 /* Annotates a synchronize_srcu() */ in srcu_lock_sync()
275 * a mutex that is held elsewhere while calling synchronize_srcu() or in srcu_read_lock()
453 * a mutex that is held elsewhere while calling synchronize_srcu() or
/linux/tools/memory-model/scripts/
H A Dsimpletest.sh29 exclude="${exclude}\|synchronize_srcu(\|synchronize_srcu_expedited("
/linux/kernel/rcu/
H A Dsrcutiny.c222 void synchronize_srcu(struct srcu_struct *ssp) in synchronize_srcu() function
244 EXPORT_SYMBOL_GPL(synchronize_srcu);
/linux/drivers/hid/bpf/
H A Dhid_bpf_struct_ops.c223 synchronize_srcu(&hdev->bpf.srcu); in hid_bpf_reg()
254 synchronize_srcu(&hdev->bpf.srcu); in hid_bpf_unreg()
/linux/mm/
H A Dmmu_notifier.c347 synchronize_srcu(&srcu); in mn_hlist_release()
830 synchronize_srcu(&srcu); in mmu_notifier_unregister()
1096 synchronize_srcu(&srcu); in mmu_notifier_synchronize()
/linux/arch/x86/kernel/cpu/sgx/
H A Ddriver.c89 synchronize_srcu(&encl->srcu); in sgx_release()
/linux/drivers/net/wireless/microchip/wilc1000/
H A Dnetdev.c918 synchronize_srcu(&wilc->srcu); in wilc_netdev_cleanup()
997 synchronize_srcu(&wl->srcu); in wilc_netdev_ifc_init()
1016 synchronize_srcu(&wl->srcu); in wilc_netdev_ifc_init()
/linux/tools/memory-model/Documentation/
H A Dherd-representation.txt63 | synchronize_srcu | SRCU[sync-srcu] |
/linux/kernel/unwind/
H A Ddeferred.c320 synchronize_srcu(&unwind_srcu); in unwind_deferred_cancel()
/linux/tools/memory-model/
H A Dlinux-kernel.bell81 (* Check for use of synchronize_srcu() inside an RCU critical section *)
H A Dlinux-kernel.def57 synchronize_srcu(X) { __srcu{sync-srcu}(X); }
/linux/tools/testing/cxl/test/
H A Dmock.c27 synchronize_srcu(&cxl_mock_srcu); in register_cxl_mock_ops()
/linux/arch/x86/kvm/mmu/
H A Dpage_track.c260 synchronize_srcu(&head->track_srcu); in kvm_page_track_unregister_notifier()
/linux/mm/kasan/
H A Dquarantine.c380 synchronize_srcu(&remove_cache_srcu); in kasan_quarantine_remove_cache()
/linux/drivers/nvme/host/
H A Dmultipath.c693 synchronize_srcu(&head->srcu); in nvme_remove_head()
812 synchronize_srcu(&head->srcu); in nvme_mpath_set_live()
1164 synchronize_srcu(&head->srcu); in delayed_removal_secs_store()
/linux/fs/notify/
H A Dmark.c323 synchronize_srcu(&fsnotify_mark_srcu); in fsnotify_connector_destroy_workfn()
1106 synchronize_srcu(&fsnotify_mark_srcu); in fsnotify_mark_destroy_workfn()
/linux/drivers/accel/qaic/
H A Dqaic_drv.c316 synchronize_srcu(&usr->qddev_lock); in qaic_destroy_drm_device()
384 synchronize_srcu(&qdev->dev_lock); in qaic_notify_reset()
/linux/kernel/
H A Dnotifier.c518 synchronize_srcu(&nh->srcu); in srcu_notifier_chain_unregister()
/linux/kernel/printk/
H A Dprintk.c2815 synchronize_srcu(&console_srcu); in console_suspend_all()
2841 synchronize_srcu(&console_srcu); in console_resume_all()
3610 synchronize_srcu(&console_srcu); in console_suspend()
3629 synchronize_srcu(&console_srcu); in console_resume()
4288 synchronize_srcu(&console_srcu); in unregister_console_locked()
4367 synchronize_srcu(&console_srcu); in console_force_preferred_locked()
/linux/Documentation/RCU/
H A Dchecklist.rst213 for synchronize_srcu(), synchronize_rcu_expedited(),
244 rcu_read_unlock_sched(). If the updater uses synchronize_srcu()
428 to srcu_read_lock(), srcu_read_unlock() synchronize_srcu(),
430 synchronize_srcu() waits only for SRCU read-side critical
548 - Either synchronize_srcu() or synchronize_srcu_expedited(),
H A Drcu.rst59 "synchronize_srcu", and the other RCU primitives. Or grab one
/linux/lib/
H A Dtest_vmalloc.c491 synchronize_srcu(&prepare_for_test_srcu); in test_func()
/linux/fs/dlm/
H A Dmidcomms.c1430 synchronize_srcu(&nodes_srcu); in dlm_midcomms_close()
1450 synchronize_srcu(&nodes_srcu); in dlm_midcomms_close()
/linux/security/tomoyo/
H A Dgc.c392 * tomoyo_domain_list). Also, synchronize_srcu() guarantees that the in tomoyo_try_to_gc()
397 synchronize_srcu(&tomoyo_ss); in tomoyo_try_to_gc()

123