Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/base/power/
Dopp.c614 call_srcu(&dev_opp->srcu_head.srcu, &opp->rcu_head, _kfree_opp_rcu); in _opp_remove()
618 call_srcu(&dev_opp->srcu_head.srcu, &dev_opp->rcu_head, in _opp_remove()
732 call_srcu(&dev_opp->srcu_head.srcu, &opp->rcu_head, _kfree_opp_rcu); in _opp_set_availability()
/linux-4.1.27/kernel/rcu/
Dsrcu.c388 void call_srcu(struct srcu_struct *sp, struct rcu_head *head, in call_srcu() function
403 EXPORT_SYMBOL_GPL(call_srcu);
Drcutorture.c514 call_srcu(&srcu_ctl, &rp->rtort_rcu, rcu_torture_cb); in srcu_torture_deferred_free()
525 call_srcu(&srcu_ctl, head, func); in srcu_torture_call()
/linux-4.1.27/include/linux/
Dsrcu.h128 void call_srcu(struct srcu_struct *sp, struct rcu_head *head,
/linux-4.1.27/Documentation/RCU/
Dchecklist.txt170 call_rcu_sched(), or call_srcu() is used, the callback function
209 If the updater uses synchronize_srcu() or call_srcu(), then
282 call_srcu(), and kfree_rcu().
333 call_rcu_bh(), call_srcu(), synchronize_rcu_expedited(),
360 synchronize_srcu(), synchronize_srcu_expedited(), and call_srcu())
374 synchronize_srcu(), synchronize_srcu_expedited(), and call_srcu().
Drcubarrier.txt91 it uses call_rcu_bh(), call_srcu() on srcu_struct_1, and call_srcu() on
Dtorture.txt187 call_srcu().
DwhatisRCU.txt871 srcu_read_unlock call_srcu
/linux-4.1.27/mm/
Dmmu_notifier.c33 call_srcu(&srcu, rcu, func); in mmu_notifier_call_srcu()