Home
last modified time | relevance | path

Searched refs:call_srcu (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/rcu/
H A Dsrcutiny.c178 void call_srcu(struct srcu_struct *ssp, struct rcu_head *rhp, in call_srcu() function
191 EXPORT_SYMBOL_GPL(call_srcu);
202 call_srcu(ssp, &rs.head, wakeme_after_rcu); in synchronize_srcu()
H A Dupdate.c538 call_srcu(&early_srcu, &shead, test_callback); in early_boot_test_call_rcu()
H A Dsrcutree.c909 void call_srcu(struct srcu_struct *ssp, struct rcu_head *rhp, in call_srcu() function
914 EXPORT_SYMBOL_GPL(call_srcu);
H A Drcuscale.c208 call_srcu(srcu_ctlp, head, func); in srcu_call_rcu()
H A Drcutorture.c563 call_srcu(srcu_ctlp, &rp->rtort_rcu, rcu_torture_cb); in srcu_torture_deferred_free()
574 call_srcu(srcu_ctlp, head, func); in srcu_torture_call()
/OK3568_Linux_fs/kernel/include/linux/
H A Dsrcu.h57 void call_srcu(struct srcu_struct *ssp, struct rcu_head *head,
/OK3568_Linux_fs/kernel/Documentation/RCU/
H A Dchecklist.rst189 5. If call_rcu() or call_srcu() is used, the callback function will
223 If the updater uses synchronize_srcu() or call_srcu(),
292 The same cautions apply to call_srcu() and kfree_rcu().
339 CPU that executed the corresponding call_rcu() or call_srcu().
363 synchronize_srcu_expedited(), and call_srcu(). A given
440 17. If you register a callback using call_rcu() or call_srcu(), and
453 - call_srcu() -> srcu_barrier()
H A Drcubarrier.rst95 it uses call_rcu(), call_srcu() on srcu_struct_1, and call_srcu() on
199 call_srcu(), you will need to invoke srcu_barrier() before unloading,
201 **and** call_srcu(), then you will need to invoke rcu_barrier() **and**
H A DwhatisRCU.rst976 srcu_read_lock call_srcu srcu_barrier
/OK3568_Linux_fs/kernel/kernel/
H A Dtracepoint.c121 call_srcu(&tracepoint_srcu, head, srcu_free_old_probes); in rcu_free_old_probes()
/OK3568_Linux_fs/kernel/mm/
H A Dmmu_notifier.c950 call_srcu(&srcu, &subscription->rcu, mmu_notifier_free_rcu); in mmu_notifier_put()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_qcom117 call_srcu
H A Dabi_gki_aarch64_galaxy805 call_srcu
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx5/
H A Dodp.c277 call_srcu(&mr->dev->odp_srcu, &mr->odp_destroy.rcu, in destroy_unused_implicit_child_mr()
/OK3568_Linux_fs/kernel/Documentation/RCU/Design/Requirements/
H A DRequirements.rst2554 allow users to put much heavier stress on ``call_srcu()``, it is
2568 ``call_srcu()``, ``srcu_barrier()``, and ``srcu_read_lock_held()``. It