Lines Matching refs:nh
93 extern void srcu_init_notifier_head(struct srcu_notifier_head *nh);
144 extern int atomic_notifier_chain_register(struct atomic_notifier_head *nh,
146 extern int blocking_notifier_chain_register(struct blocking_notifier_head *nh,
148 extern int raw_notifier_chain_register(struct raw_notifier_head *nh,
150 extern int srcu_notifier_chain_register(struct srcu_notifier_head *nh,
153 extern int atomic_notifier_chain_unregister(struct atomic_notifier_head *nh,
155 extern int blocking_notifier_chain_unregister(struct blocking_notifier_head *nh,
157 extern int raw_notifier_chain_unregister(struct raw_notifier_head *nh,
159 extern int srcu_notifier_chain_unregister(struct srcu_notifier_head *nh,
162 extern int atomic_notifier_call_chain(struct atomic_notifier_head *nh,
164 extern int blocking_notifier_call_chain(struct blocking_notifier_head *nh,
166 extern int raw_notifier_call_chain(struct raw_notifier_head *nh,
168 extern int srcu_notifier_call_chain(struct srcu_notifier_head *nh,
171 extern int atomic_notifier_call_chain_robust(struct atomic_notifier_head *nh,
173 extern int blocking_notifier_call_chain_robust(struct blocking_notifier_head *nh,
175 extern int raw_notifier_call_chain_robust(struct raw_notifier_head *nh,