Home
last modified time | relevance | path

Searched refs:node_arg (Results 1 – 2 of 2) sorted by relevance

/linux/mm/
H A Dmemory_hotplug.c1151 struct node_notify node_arg = { in online_pages() local
1177 node_arg.nid = nid; in online_pages()
1178 ret = node_notify(NODE_ADDING_FIRST_MEMORY, &node_arg); in online_pages()
1210 if (node_arg.nid >= 0) in online_pages()
1232 if (node_arg.nid >= 0) in online_pages()
1234 node_notify(NODE_ADDED_FIRST_MEMORY, &node_arg); in online_pages()
1246 if (node_arg.nid != NUMA_NO_NODE) 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() local
1972 node_arg.nid = node; in offline_pages()
[all …]
/linux/sound/soc/renesas/rcar/
H A Dcore.c1369 uint32_t node_arg, in __rsnd_dai_probe() argument
1390 rdai->dai_args.args[0] = node_arg; in __rsnd_dai_probe()