Home
last modified time | relevance | path

Searched refs:unregister_node_notifier (Results 1 – 2 of 2) 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/cxl/core/
H A Dregion.c3853 unregister_node_notifier(&cxlr->node_notifier); in shutdown_notifiers()