Home
last modified time | relevance | path

Searched refs:srcu_init_notifier_head (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/kernel/
Dnotifier.c523 void srcu_init_notifier_head(struct srcu_notifier_head *nh) in srcu_init_notifier_head() function
530 EXPORT_SYMBOL_GPL(srcu_init_notifier_head);
/Linux-v4.19/include/linux/
Dnotifier.h93 extern void srcu_init_notifier_head(struct srcu_notifier_head *nh);
/Linux-v4.19/drivers/devfreq/
Ddevfreq.c644 srcu_init_notifier_head(&devfreq->transition_notifier_list); in devfreq_add_device()
/Linux-v4.19/drivers/clk/
Dclk.c3597 srcu_init_notifier_head(&cn->notifier_head); in clk_notifier_register()