Home
last modified time | relevance | path

Searched refs:node_notify (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/
H A Dnode.h135 struct node_notify { struct
149 extern int node_notify(unsigned long val, void *v); argument
164 static inline int node_notify(unsigned long val, void *v) in node_notify() function
/linux/mm/
H A Dmemory_hotplug.c1143 struct node_notify node_arg = { in online_pages()
1170 ret = node_notify(NODE_ADDING_FIRST_MEMORY, &node_arg); in online_pages()
1233 node_notify(NODE_ADDED_FIRST_MEMORY, &node_arg); in online_pages()
1246 node_notify(NODE_CANCEL_ADDING_FIRST_MEMORY, &node_arg); in online_pages()
1909 struct node_notify node_arg = { in offline_pages()
1979 ret = node_notify(NODE_REMOVING_LAST_MEMORY, &node_arg); in offline_pages()
2090 node_notify(NODE_REMOVED_LAST_MEMORY, &node_arg); in offline_pages()
2104 node_notify(NODE_CANCEL_REMOVING_LAST_MEMORY, &node_arg); in offline_pages()
H A Dmempolicy.c3867 struct node_notify *nn = data; in wi_node_notifier()
H A Dslub.c8360 struct node_notify *nn = arg; in slab_memory_callback()
/linux/drivers/acpi/numa/
H A Dhmat.c936 struct node_notify *nn = arg; in hmat_callback()
/linux/drivers/cxl/core/
H A Dregion.c2626 struct node_notify *nn = arg; in cxl_region_perf_attrs_callback()