Home
last modified time | relevance | path

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

/linux/kernel/rcu/
H A Dsrcutiny.c195 void call_srcu(struct srcu_struct *ssp, struct rcu_head *rhp, in call_srcu() function
210 EXPORT_SYMBOL_GPL(call_srcu);
233 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.c1372 void call_srcu(struct srcu_struct *ssp, struct rcu_head *rhp, in call_srcu() function
1377 EXPORT_SYMBOL_GPL(call_srcu);
H A Drcuscale.c231 call_srcu(srcu_ctlp, head, func); in srcu_call_rcu()
H A Drcutorture.c689 call_srcu(srcu_ctlp, &rp->rtort_rcu, rcu_torture_cb); in srcu_torture_deferred_free()
715 call_srcu(srcu_ctlp, head, func); in srcu_torture_call()
/linux/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.rst1122 srcu_read_lock call_srcu srcu_barrier
/linux/include/linux/
H A Dsrcu.h54 void call_srcu(struct srcu_struct *ssp, struct rcu_head *head,
/linux/fs/dlm/
H A Dlowcomms.c1465 call_srcu(&connections_srcu, &con->rcu, connection_release); in dlm_lowcomms_close()
1468 call_srcu(&connections_srcu, &con->othercon->rcu, connection_release); in dlm_lowcomms_close()
1973 call_srcu(&connections_srcu, &con->othercon->rcu, in dlm_lowcomms_exit()
1975 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/kernel/
H A Dtracepoint.c121 call_srcu(&tracepoint_srcu, head, srcu_free_old_probes); in rcu_free_old_probes()
/linux/fs/bcachefs/
H A Drcu_pending.c60 call_srcu(ssp, rhp, func); in __call_rcu()
/linux/fs/tracefs/
H A Devent_inode.c115 call_srcu(&eventfs_srcu, &ei->rcu, free_ei_rcu); in release_ei()
/linux/mm/
H A Dmmu_notifier.c882 call_srcu(&srcu, &subscription->rcu, mmu_notifier_free_rcu); in mmu_notifier_put()
/linux/kernel/events/
H A Duprobes.c654 call_srcu(&uprobes_srcu, &uprobe->rcu, uprobe_free_rcu); in put_uprobe()
/linux/drivers/gpio/
H A Dgpiolib.c145 call_srcu(&desc->gdev->desc_srcu, &old->rh, desc_free_label); in desc_set_label()
/linux/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