Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dnotifier.h74 struct srcu_notifier_head { struct
93 extern void srcu_init_notifier_head(struct srcu_notifier_head *nh); argument
127 mod struct srcu_notifier_head name = \
132 mod struct srcu_notifier_head name = \
151 extern int srcu_notifier_chain_register(struct srcu_notifier_head *nh,
164 extern int srcu_notifier_chain_unregister(struct srcu_notifier_head *nh,
179 extern int srcu_notifier_call_chain(struct srcu_notifier_head *nh,
181 extern int __srcu_notifier_call_chain(struct srcu_notifier_head *nh,
Ddevfreq.h176 struct srcu_notifier_head transition_notifier_list;
Dclk.h59 struct srcu_notifier_head notifier_head;
/Linux-v4.19/kernel/
Dnotifier.c421 int srcu_notifier_chain_register(struct srcu_notifier_head *nh, in srcu_notifier_chain_register()
451 int srcu_notifier_chain_unregister(struct srcu_notifier_head *nh, in srcu_notifier_chain_unregister()
490 int __srcu_notifier_call_chain(struct srcu_notifier_head *nh, in __srcu_notifier_call_chain()
504 int srcu_notifier_call_chain(struct srcu_notifier_head *nh, in srcu_notifier_call_chain()
523 void srcu_init_notifier_head(struct srcu_notifier_head *nh) in srcu_init_notifier_head()