Home
last modified time | relevance | path

Searched refs:node_notify (Results 1 – 8 of 8) 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.c1151 struct node_notify node_arg = { in online_pages()
1178 ret = node_notify(NODE_ADDING_FIRST_MEMORY, &node_arg); in online_pages()
1234 node_notify(NODE_ADDED_FIRST_MEMORY, &node_arg); in online_pages()
1247 node_notify(NODE_CANCEL_ADDING_FIRST_MEMORY, &node_arg); in online_pages()
1905 struct node_notify node_arg = { in offline_pages()
1973 ret = node_notify(NODE_REMOVING_LAST_MEMORY, &node_arg); in offline_pages()
2073 node_notify(NODE_REMOVED_LAST_MEMORY, &node_arg); in offline_pages()
2087 node_notify(NODE_CANCEL_REMOVING_LAST_MEMORY, &node_arg); in offline_pages()
H A Dmemory-tiers.c875 struct node_notify *nn = _arg; in memtier_hotplug_callback()
H A Dmempolicy.c3862 struct node_notify *nn = data; in wi_node_notifier()
H A Dslub.c8430 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/base/
H A Dnode.c130 int node_notify(unsigned long val, void *v) in node_notify() function
/linux/drivers/cxl/core/
H A Dregion.c2523 struct node_notify *nn = arg; in cxl_region_perf_attrs_callback()