Home
last modified time | relevance | path

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

123

/linux/include/linux/
A Dsrcutiny.h55 void synchronize_srcu(struct srcu_struct *ssp);
76 synchronize_srcu(ssp); in synchronize_srcu_expedited()
81 synchronize_srcu(ssp); in srcu_barrier()
A Dsrcu.h59 void synchronize_srcu(struct srcu_struct *ssp);
A Dtracepoint.h112 synchronize_srcu(&tracepoint_srcu); in tracepoint_synchronize_unregister()
/linux/tools/memory-model/scripts/
A Dsimpletest.sh29 exclude="${exclude}\|synchronize_srcu(\|synchronize_srcu_expedited("
/linux/kernel/rcu/
A Dsrcutiny.c215 void synchronize_srcu(struct srcu_struct *ssp) in synchronize_srcu() function
237 EXPORT_SYMBOL_GPL(synchronize_srcu);
/linux/drivers/hid/bpf/
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/
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/
A Ddriver.c72 synchronize_srcu(&encl->srcu); in sgx_release()
/linux/tools/memory-model/Documentation/
A Dherd-representation.txt58 | synchronize_srcu | SRCU[sync-srcu] |
/linux/drivers/net/wireless/microchip/wilc1000/
A Dnetdev.c908 synchronize_srcu(&wilc->srcu); in wilc_netdev_cleanup()
989 synchronize_srcu(&wl->srcu); in wilc_netdev_ifc_init()
1008 synchronize_srcu(&wl->srcu); in wilc_netdev_ifc_init()
/linux/tools/memory-model/
A Dlinux-kernel.bell69 (* Check for use of synchronize_srcu() inside an RCU critical section *)
A Dlinux-kernel.def57 synchronize_srcu(X) { __srcu{sync-srcu}(X); }
/linux/drivers/accel/qaic/
A Dqaic_drv.c273 synchronize_srcu(&usr->qddev_lock); in qaic_destroy_drm_device()
341 synchronize_srcu(&qdev->dev_lock); in qaic_notify_reset()
/linux/arch/x86/kvm/mmu/
A Dpage_track.c257 synchronize_srcu(&head->track_srcu); in kvm_page_track_unregister_notifier()
/linux/fs/notify/
A Dmark.c312 synchronize_srcu(&fsnotify_mark_srcu); in fsnotify_connector_destroy_workfn()
982 synchronize_srcu(&fsnotify_mark_srcu); in fsnotify_mark_destroy_workfn()
/linux/tools/testing/cxl/test/
A Dmock.c27 synchronize_srcu(&cxl_mock_srcu); in unregister_cxl_mock_ops()
/linux/mm/kasan/
A Dquarantine.c380 synchronize_srcu(&remove_cache_srcu); in kasan_quarantine_remove_cache()
/linux/kernel/
A Dnotifier.c526 synchronize_srcu(&nh->srcu); in srcu_notifier_chain_unregister()
/linux/Documentation/RCU/
A Dchecklist.rst207 for synchronize_srcu(), synchronize_rcu_expedited(),
238 rcu_read_unlock_sched(). If the updater uses synchronize_srcu()
418 to srcu_read_lock(), srcu_read_unlock() synchronize_srcu(),
420 synchronize_srcu() waits only for SRCU read-side critical
535 - Either synchronize_srcu() or synchronize_srcu_expedited(),
A Drcu.rst59 "synchronize_srcu", and the other RCU primitives. Or grab one
/linux/kernel/printk/
A Dprintk.c2735 synchronize_srcu(&console_srcu); in suspend_console()
2756 synchronize_srcu(&console_srcu); in resume_console()
3486 synchronize_srcu(&console_srcu); in console_stop()
3505 synchronize_srcu(&console_srcu); in console_start()
4149 synchronize_srcu(&console_srcu); in unregister_console_locked()
4227 synchronize_srcu(&console_srcu); in console_force_preferred_locked()
/linux/Documentation/virt/kvm/
A Dlocking.rst38 - ``synchronize_srcu(&kvm->srcu)`` is called inside critical sections
47 ``synchronize_srcu()``. It _can_ therefore be taken inside a
/linux/arch/x86/kvm/
A Dirq_comm.c256 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/dax/
A Dsuper.c339 synchronize_srcu(&dax_srcu); in kill_dax()

Completed in 48 milliseconds

123