Home
last modified time | relevance | path

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

/linux-6.15/kernel/rcu/
H A Dsrcutiny.c199 void call_srcu(struct srcu_struct *ssp, struct rcu_head *rhp, in call_srcu() function
214 EXPORT_SYMBOL_GPL(call_srcu);
237 call_srcu(ssp, &rs.head, wakeme_after_rcu); in synchronize_srcu()
H A Dupdate.c616 call_srcu(&early_srcu, &shead, test_callback); in early_boot_test_call_rcu()
H A Dsrcutree.c1413 void call_srcu(struct srcu_struct *ssp, struct rcu_head *rhp, in call_srcu() function
1418 EXPORT_SYMBOL_GPL(call_srcu);
H A Drcuscale.c231 call_srcu(srcu_ctlp, head, func); in srcu_call_rcu()
H A Drcutorture.c764 call_srcu(srcu_ctlp, &rp->rtort_rcu, rcu_torture_cb); in srcu_torture_deferred_free()
790 call_srcu(srcu_ctlp, head, func); in srcu_torture_call()
/linux-6.15/Documentation/RCU/
H A Drcubarrier.rst68 must match the flavor of srcu_barrier() with that of call_srcu().
71 For example, if it uses call_rcu(), call_srcu() on srcu_struct_1, and
72 call_srcu() on srcu_struct_2, then the following three lines of code
179 call_srcu(), you will need to invoke srcu_barrier() before unloading,
181 **and** call_srcu(), then (as noted above) you will need to invoke
H A Dchecklist.rst197 5. If any of call_rcu(), call_srcu(), call_rcu_tasks(), or
239 or call_srcu(), then the corresponding readers must use
328 The same cautions apply to call_srcu(), call_rcu_tasks(), and
384 CPU that executed the corresponding call_rcu(), call_srcu(),
419 synchronize_srcu_expedited(), and call_srcu(). A given
508 to one of call_rcu(), call_srcu(), call_rcu_tasks(), or
520 - call_srcu() -> srcu_barrier()
H A DwhatisRCU.rst1132 srcu_read_lock call_srcu srcu_barrier
/linux-6.15/include/linux/
H A Dsrcu.h66 void call_srcu(struct srcu_struct *ssp, struct rcu_head *head,
/linux-6.15/fs/dlm/
H A Dlowcomms.c1466 call_srcu(&connections_srcu, &con->rcu, connection_release); in dlm_lowcomms_close()
1469 call_srcu(&connections_srcu, &con->othercon->rcu, connection_release); in dlm_lowcomms_close()
1974 call_srcu(&connections_srcu, &con->othercon->rcu, in dlm_lowcomms_exit()
1976 call_srcu(&connections_srcu, &con->rcu, connection_release); in dlm_lowcomms_exit()
H A Dmidcomms.c1175 call_srcu(&nodes_srcu, &node->rcu, midcomms_node_release); in dlm_midcomms_exit()
1457 call_srcu(&nodes_srcu, &node->rcu, midcomms_node_release); in dlm_midcomms_close()
/linux-6.15/fs/bcachefs/
H A Drcu_pending.c76 call_srcu(ssp, rhp, func); in __call_rcu()
/linux-6.15/fs/tracefs/
H A Devent_inode.c115 call_srcu(&eventfs_srcu, &ei->rcu, free_ei_rcu); in release_ei()
/linux-6.15/mm/
H A Dmmu_notifier.c882 call_srcu(&srcu, &subscription->rcu, mmu_notifier_free_rcu); in mmu_notifier_put()
/linux-6.15/kernel/events/
H A Duprobes.c683 call_srcu(&uretprobes_srcu, &uprobe->rcu, uprobe_free_srcu); in uprobe_free_deferred()
/linux-6.15/drivers/gpio/
H A Dgpiolib.c146 call_srcu(&desc->gdev->desc_srcu, &old->rh, desc_free_label); in desc_set_label()
/linux-6.15/Documentation/RCU/Design/Requirements/
H A DRequirements.rst2551 allow users to put much heavier stress on call_srcu(), it is
2565 call_srcu(), srcu_barrier(), and srcu_read_lock_held(). It