Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/rcu/
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()
Dupdate.c564 call_srcu(&early_srcu, &shead, test_callback); in early_boot_test_call_rcu()
Drcuscale.c209 call_srcu(srcu_ctlp, head, func); in srcu_call_rcu()
Dsrcutree.c1188 void call_srcu(struct srcu_struct *ssp, struct rcu_head *rhp, in call_srcu() function
1193 EXPORT_SYMBOL_GPL(call_srcu);
Drcutorture.c660 call_srcu(srcu_ctlp, &rp->rtort_rcu, rcu_torture_cb); in srcu_torture_deferred_free()
686 call_srcu(srcu_ctlp, head, func); in srcu_torture_call()
/Linux-v6.1/include/linux/
Dsrcu.h57 void call_srcu(struct srcu_struct *ssp, struct rcu_head *head,
/Linux-v6.1/Documentation/RCU/
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**
Dchecklist.rst191 5. If call_rcu() or call_srcu() is used, the callback function will
230 or call_srcu(), then the corresponding readers must use
311 The same cautions apply to call_srcu() and kfree_rcu().
365 CPU that executed the corresponding call_rcu() or call_srcu().
389 synchronize_srcu_expedited(), and call_srcu(). A given
466 17. If you register a callback using call_rcu() or call_srcu(), and
479 - call_srcu() -> srcu_barrier()
DwhatisRCU.rst1054 srcu_read_lock call_srcu srcu_barrier
/Linux-v6.1/kernel/
Dtracepoint.c121 call_srcu(&tracepoint_srcu, head, srcu_free_old_probes); in rcu_free_old_probes()
/Linux-v6.1/mm/
Dmmu_notifier.c905 call_srcu(&srcu, &subscription->rcu, mmu_notifier_free_rcu); in mmu_notifier_put()
/Linux-v6.1/fs/dlm/
Dlowcomms.c1740 call_srcu(&connections_srcu, &con->othercon->rcu, in free_conn()
1744 call_srcu(&connections_srcu, &con->rcu, connection_release); in free_conn()
Dmidcomms.c1399 call_srcu(&nodes_srcu, &node->rcu, midcomms_node_release); in dlm_midcomms_shutdown()
/Linux-v6.1/Documentation/RCU/Design/Requirements/
DRequirements.rst2584 allow users to put much heavier stress on call_srcu(), it is
2598 call_srcu(), srcu_barrier(), and srcu_read_lock_held(). It