Home
last modified time | relevance | path

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

123

/linux/include/linux/
H A Dsrcutiny.h67 void synchronize_srcu(struct srcu_struct *ssp);
121 synchronize_srcu(ssp); in synchronize_srcu_expedited()
126 synchronize_srcu(ssp); in srcu_barrier()
H A Dsrcu.h93 void synchronize_srcu(struct srcu_struct *ssp);
/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()
H A Dhid_bpf_dispatch.c641 synchronize_srcu(&hdev->bpf.srcu); in hid_bpf_destroy_device()
/linux/mm/
H A Dmmu_notifier.c347 synchronize_srcu(&srcu); in mn_hlist_release()
831 synchronize_srcu(&srcu); in mmu_notifier_unregister()
1097 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/tools/memory-model/Documentation/
H A Dherd-representation.txt63 | synchronize_srcu | SRCU[sync-srcu] |
/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.c39 synchronize_srcu(&cxl_mock_srcu); in unregister_cxl_mock_ops()
/linux/fs/notify/
H A Dmark.c322 synchronize_srcu(&fsnotify_mark_srcu); in fsnotify_connector_destroy_workfn()
996 synchronize_srcu(&fsnotify_mark_srcu); in fsnotify_mark_destroy_workfn()
/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/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.c2762 synchronize_srcu(&console_srcu); in console_suspend_all()
2788 synchronize_srcu(&console_srcu); in console_resume_all()
3572 synchronize_srcu(&console_srcu); in console_suspend()
3591 synchronize_srcu(&console_srcu); in console_resume()
4250 synchronize_srcu(&console_srcu); in unregister_console_locked()
4329 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.c488 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.c397 synchronize_srcu(&tomoyo_ss); in tomoyo_try_to_gc()
/linux/drivers/dax/
H A Dsuper.c338 synchronize_srcu(&dax_srcu); in kill_dax()

123