Home
last modified time | relevance | path

Searched refs:unregister_node_notifier (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dnode.h148 extern void unregister_node_notifier(struct notifier_block *nb);
161 static inline void unregister_node_notifier(struct notifier_block *nb) in unregister_node_notifier() function
/linux/drivers/base/
H A Dnode.c124 void unregister_node_notifier(struct notifier_block *nb) in unregister_node_notifier() function
128 EXPORT_SYMBOL(unregister_node_notifier);
/linux/drivers/cxl/core/
H A Dregion.c3789 unregister_node_notifier(&cxlr->node_notifier); in shutdown_notifiers()