Searched refs:call_srcu (Results 1 – 15 of 15) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/rcu/ |
| H A D | srcutiny.c | 178 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 D | update.c | 538 call_srcu(&early_srcu, &shead, test_callback); in early_boot_test_call_rcu()
|
| H A D | srcutree.c | 909 void call_srcu(struct srcu_struct *ssp, struct rcu_head *rhp, in call_srcu() function 914 EXPORT_SYMBOL_GPL(call_srcu);
|
| H A D | rcuscale.c | 208 call_srcu(srcu_ctlp, head, func); in srcu_call_rcu()
|
| H A D | rcutorture.c | 563 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 D | srcu.h | 57 void call_srcu(struct srcu_struct *ssp, struct rcu_head *head,
|
| /OK3568_Linux_fs/kernel/Documentation/RCU/ |
| H A D | checklist.rst | 189 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 D | rcubarrier.rst | 95 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 D | whatisRCU.rst | 976 srcu_read_lock call_srcu srcu_barrier
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | tracepoint.c | 121 call_srcu(&tracepoint_srcu, head, srcu_free_old_probes); in rcu_free_old_probes()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | mmu_notifier.c | 950 call_srcu(&srcu, &subscription->rcu, mmu_notifier_free_rcu); in mmu_notifier_put()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_qcom | 117 call_srcu
|
| H A D | abi_gki_aarch64_galaxy | 805 call_srcu
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx5/ |
| H A D | odp.c | 277 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 D | Requirements.rst | 2554 allow users to put much heavier stress on ``call_srcu()``, it is 2568 ``call_srcu()``, ``srcu_barrier()``, and ``srcu_read_lock_held()``. It
|