Home
last modified time | relevance | path

Searched refs:srcu_notifier_chain_register (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/kernel/
Dnotifier.c423 int srcu_notifier_chain_register(struct srcu_notifier_head *nh, in srcu_notifier_chain_register() function
441 EXPORT_SYMBOL_GPL(srcu_notifier_chain_register);
/Linux-v5.4/include/linux/
Dnotifier.h150 extern int srcu_notifier_chain_register(struct srcu_notifier_head *nh,
/Linux-v5.4/drivers/devfreq/
Ddevfreq.c1605 ret = srcu_notifier_chain_register( in devfreq_register_notifier()
/Linux-v5.4/drivers/cpufreq/
Dcpufreq.c1930 ret = srcu_notifier_chain_register( in cpufreq_register_notifier()
/Linux-v5.4/fs/
Dlocks.c2019 return srcu_notifier_chain_register(&lease_notifier_chain, nb); in lease_register_notifier()
/Linux-v5.4/drivers/clk/
Dclk.c4104 ret = srcu_notifier_chain_register(&cn->notifier_head, nb); in clk_notifier_register()