Searched refs:srcu_notifier_call_chain (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/include/linux/
H A Dnotifier.h42 * in srcu_notifier_call_chain(): no cache bounces and no memory barriers.
152 extern int srcu_notifier_call_chain(struct srcu_notifier_head *nh,
/linux-4.1.27/kernel/
H A Dnotifier.c484 * with %NOTIFY_STOP_MASK then srcu_notifier_call_chain()
504 int srcu_notifier_call_chain(struct srcu_notifier_head *nh, srcu_notifier_call_chain() function
509 EXPORT_SYMBOL_GPL(srcu_notifier_call_chain); variable
/linux-4.1.27/drivers/base/power/
H A Dopp.c534 srcu_notifier_call_chain(&dev_opp->srcu_head, OPP_EVENT_ADD, new_opp); _opp_add_dynamic()
612 srcu_notifier_call_chain(&dev_opp->srcu_head, OPP_EVENT_REMOVE, opp); _opp_remove()
736 srcu_notifier_call_chain(&dev_opp->srcu_head, OPP_EVENT_ENABLE, _opp_set_availability()
739 srcu_notifier_call_chain(&dev_opp->srcu_head, OPP_EVENT_DISABLE, _opp_set_availability()
/linux-4.1.27/drivers/cpufreq/
H A Dcpufreq.c310 srcu_notifier_call_chain(&cpufreq_transition_notifier_list, __cpufreq_notify_transition()
320 srcu_notifier_call_chain(&cpufreq_transition_notifier_list, __cpufreq_notify_transition()
/linux-4.1.27/drivers/clk/
H A Dclk.c1253 ret = srcu_notifier_call_chain(&cn->notifier_head, msg, __clk_notify()

Completed in 134 milliseconds