Home
last modified time | relevance | path

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

/linux/mm/
H A Dmemory_hotplug.c1143 struct node_notify node_arg = { in online_pages() local
1169 node_arg.nid = nid; in online_pages()
1170 ret = node_notify(NODE_ADDING_FIRST_MEMORY, &node_arg); in online_pages()
1202 if (node_arg.nid >= 0) in online_pages()
1231 if (node_arg.nid >= 0) in online_pages()
1233 node_notify(NODE_ADDED_FIRST_MEMORY, &node_arg); in online_pages()
1245 if (node_arg.nid != NUMA_NO_NODE) 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() local
1978 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()