Lines Matching refs:notifier_block
22 static int notifier_chain_register(struct notifier_block **nl, in notifier_chain_register()
23 struct notifier_block *n) in notifier_chain_register()
39 static int notifier_chain_unregister(struct notifier_block **nl, in notifier_chain_unregister()
40 struct notifier_block *n) in notifier_chain_unregister()
64 static int notifier_call_chain(struct notifier_block **nl, in notifier_call_chain()
69 struct notifier_block *nb, *next_nb; in notifier_call_chain()
112 static int notifier_call_chain_robust(struct notifier_block **nl, in notifier_call_chain_robust()
140 struct notifier_block *n) in atomic_notifier_chain_register()
162 struct notifier_block *n) in atomic_notifier_chain_unregister()
222 struct notifier_block *n) in blocking_notifier_chain_register()
252 struct notifier_block *n) in blocking_notifier_chain_unregister()
341 struct notifier_block *n) in raw_notifier_chain_register()
358 struct notifier_block *n) in raw_notifier_chain_unregister()
412 struct notifier_block *n) in srcu_notifier_chain_register()
442 struct notifier_block *n) in srcu_notifier_chain_unregister()
533 int register_die_notifier(struct notifier_block *nb) in register_die_notifier()
539 int unregister_die_notifier(struct notifier_block *nb) in unregister_die_notifier()