Lines Matching refs:updates
1306 struct topology_update_data *updates, *ud; in numa_update_cpu_topology() local
1318 updates = kcalloc(weight, sizeof(*updates), GFP_KERNEL); in numa_update_cpu_topology()
1319 if (!updates) in numa_update_cpu_topology()
1354 ud = &updates[i++]; in numa_update_cpu_topology()
1355 ud->next = &updates[i]; in numa_update_cpu_topology()
1369 updates[i-1].next = NULL; in numa_update_cpu_topology()
1373 for (ud = &updates[0]; ud; ud = ud->next) { in numa_update_cpu_topology()
1395 stop_machine_cpuslocked(update_cpu_topology, &updates[0], in numa_update_cpu_topology()
1398 stop_machine(update_cpu_topology, &updates[0], &updated_cpus); in numa_update_cpu_topology()
1406 stop_machine_cpuslocked(update_lookup_table, &updates[0], in numa_update_cpu_topology()
1409 stop_machine(update_lookup_table, &updates[0], in numa_update_cpu_topology()
1412 for (ud = &updates[0]; ud; ud = ud->next) { in numa_update_cpu_topology()
1424 kfree(updates); in numa_update_cpu_topology()